Advertisement
Guest User

gnome-tweak not starting

a guest
Nov 22nd, 2014
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.52 KB | None | 0 0
  1. radek@LPT-HP:~$ ubuntu-tweak
  2. libcompizconfig: dlopen: /usr/lib/compizconfig/backends/libgconf.so: cannot open shared object file: No such file or directory
  3. Backend     : ini
  4. Integration : true
  5. Profile     : default
  6. Adding plugins
  7. Initializing core options...done
  8. [utils.icon][WARNING] Icon 'gconf-editor' not present in theme (icon.py:32)
  9. [utils.icon][WARNING] Icon 'gconf-editor' not present in theme (icon.py:32)
  10. [utils.icon][WARNING] Icon 'gnome-session-hibernate' not present in theme (icon.py:32)
  11. [utils.icon][WARNING] Icon 'gnome-session-hibernate' not present in theme (icon.py:32)
  12. [utils.icon][WARNING] Icon 'application-octet-stream' not present in theme (icon.py:32)
  13. [utils.icon][WARNING] Icon 'application-octet-stream' not present in theme (icon.py:32)
  14. [ModuleLoader][ERROR] Module import error: invalid literal for int() with base 10: '0.' (__init__.py:169)
  15. [utils.icon][WARNING] Icon 'application-x-theme' not present in theme (icon.py:32)
  16. [utils.icon][WARNING] Icon 'application-x-theme' not present in theme (icon.py:32)
  17. [utils.icon][WARNING] Icon 'computerjanitor' not present in theme (icon.py:32)
  18. [utils.icon][WARNING] Icon 'computerjanitor' not present in theme (icon.py:32)
  19. du: cannot access `/home/radek/.cache/thumbnails': No such file or directory
  20. [utils.icon][WARNING] Icon 'gnome-session-hibernate' not present in theme (icon.py:32)
  21. [utils.icon][WARNING] Icon 'gnome-session-hibernate' not present in theme (icon.py:32)
  22. [utils.icon][WARNING] Icon 'application-octet-stream' not present in theme (icon.py:32)
  23. [utils.icon][WARNING] Icon 'application-octet-stream' not present in theme (icon.py:32)
  24. [utils.icon][WARNING] Icon 'gconf-editor' not present in theme (icon.py:32)
  25. [utils.icon][WARNING] Icon 'gconf-editor' not present in theme (icon.py:32)
  26. Traceback (most recent call last):
  27.  File "/usr/bin/ubuntu-tweak", line 94, in on_startup
  28.    self._window = UbuntuTweakWindow(feature=options.feature, module=options.module, splash_window=splash_window)
  29.  File "/usr/lib/python2.7/dist-packages/ubuntutweak/main.py", line 297, in __init__
  30.    clip_page = ClipPage()
  31.  File "/usr/lib/python2.7/dist-packages/ubuntutweak/clips/__init__.py", line 128, in __init__
  32.    self.setup_recently_used()
  33.  File "/usr/lib/python2.7/dist-packages/ubuntutweak/clips/__init__.py", line 174, in setup_recently_used
  34.    feature, module = ModuleLoader.search_module_for_name(name)
  35.  File "/usr/lib/python2.7/dist-packages/ubuntutweak/modules/__init__.py", line 116, in search_module_for_name
  36.    module = cls._get_module_by_name_from_folder(name, m.__path__[0])
  37.  File "/usr/lib/python2.7/dist-packages/ubuntutweak/modules/__init__.py", line 134, in _get_module_by_name_from_folder
  38.    package = __import__(module_name)
  39.  File "/usr/lib/python2.7/dist-packages/ubuntutweak/admins/scripts.py", line 37, in <module>
  40.    class AbstractScripts(object):
  41.  File "/usr/lib/python2.7/dist-packages/ubuntutweak/admins/scripts.py", line 40, in AbstractScripts
  42.    if int(platform.dist()[1][0:2]) >= 13:
  43. ValueError: invalid literal for int() with base 10: '0.'
  44. TypeError: can't convert return value to desired type
  45. /usr/lib/python2.7/dist-packages/gi/types.py:43: Warning: g_value_copy: assertion `G_IS_VALUE (src_value)' failed
  46.  return info.invoke(*args, **kwargs)
  47. /usr/lib/python2.7/dist-packages/gi/types.py:43: Warning: g_value_reset: assertion `G_IS_VALUE (value)' failed
  48.   return info.invoke(*args, **kwargs)
  49. /usr/lib/python2.7/dist-packages/gi/types.py:43: Warning: g_value_unset: assertion `G_IS_VALUE (value)' failed
  50.  return info.invoke(*args, **kwargs)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement