Gnome Shell Theme Problem on Ubuntu 11.10

Posted by Khurram Majeed on Ask Ubuntu See other posts from Ask Ubuntu or by Khurram Majeed
Published on 2012-01-18T14:31:41Z Indexed on 2012/04/01 17:43 UTC
Read the original article Hit count: 455

Filed under:
|
|
|

I am trying to install ANewStart GNOME shell themes on Ubuntu 11.10.

I have installed gnome shell extension for themes:

sudo add-apt-repository ppa:webupd8team/gnome3 sudo apt-get update
sudo apt-get install gnome-shell-extensions-user-theme

I got the instructions from here ANewStart GNOME Shell Theme + AwOken Icons Theme = Pure Art.

But when I go to "Advanced Settings -> Shell Extensions" its empty... There is nothing.

Also there is a orange triangle sign next to Shell Theme drop down in Advanced Settings -> Theme.

When I try to run the gnome-tweak-tool from terminal I get following error:

imresh@imresh-laptop:~$ gnome-tweak-tool

CRITICAL: Error parsing schema org.gnome.shell
(/usr/share/glib-2.0/schemas/org.gnome.shell.gschema.xml)

Traceback (most recent call last):

File "/usr/lib/python2.7/dist-packages/gtweak/gsettings.py", line 45, in
__init__
    summary = key.getElementsByTagName("summary")[0].childNodes[0].data IndexError:
list index out of range WARNING : Error detecting shell Traceback
(most recent call last):   File
"/usr/lib/python2.7/dist-packages/gtweak/tweaks/tweak_shell_extensions.py",
line 145, in __init__
    shell = GnomeShellFactory().get_shell()   File "/usr/lib/python2.7/dist-packages/gtweak/utils.py", line 38, in
getinstance
    instances[cls] = cls()   File "/usr/lib/python2.7/dist-packages/gtweak/gshellwrapper.py", line 123,
in __init__
    v = map(int,proxy.version.split("."))   File "/usr/lib/python2.7/dist-packages/gtweak/gshellwrapper.py", line 46,
in version
    return json.loads(self.execute_js('const Config = imports.misc.config; Config.PACKAGE_VERSION'))   File
"/usr/lib/python2.7/dist-packages/gtweak/gshellwrapper.py", line 39,
in execute_js
    result, output = self.proxy.Eval('(s)', js)   File "/usr/lib/python2.7/dist-packages/gi/overrides/Gio.py", line 148, in
__call__
    kwargs.get('flags', 0), kwargs.get('timeout', -1), None)   File "/usr/lib/python2.7/dist-packages/gi/types.py", line 43, in function
    return info.invoke(*args, **kwargs) GError: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name
org.gnome.Shell was not provided by any .service files WARNING : Shell
not running Traceback (most recent call last):   File
"/usr/lib/python2.7/dist-packages/gtweak/tweaks/tweak_shell.py", line
57, in __init__
    self._shell = GnomeShellFactory().get_shell()   File "/usr/lib/python2.7/dist-packages/gtweak/utils.py", line 38, in
getinstance
    instances[cls] = cls()   File "/usr/lib/python2.7/dist-packages/gtweak/gshellwrapper.py", line 123,
in __init__
    v = map(int,proxy.version.split("."))   File "/usr/lib/python2.7/dist-packages/gtweak/gshellwrapper.py", line 46,
in version
    return json.loads(self.execute_js('const Config = imports.misc.config; Config.PACKAGE_VERSION'))   File
"/usr/lib/python2.7/dist-packages/gtweak/gshellwrapper.py", line 39,
in execute_js
    result, output = self.proxy.Eval('(s)', js)   File "/usr/lib/python2.7/dist-packages/gi/overrides/Gio.py", line 148, in
__call__
    kwargs.get('flags', 0), kwargs.get('timeout', -1), None)   File "/usr/lib/python2.7/dist-packages/gi/types.py", line 43, in function
    return info.invoke(*args, **kwargs) GError: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name
org.gnome.Shell was not provided by any .service files WARNING : Could
not list shell extensions Traceback (most recent call last):   File
"/usr/lib/python2.7/dist-packages/gtweak/tweaks/tweak_shell.py", line
62, in __init__
    extensions = self._shell.list_extensions() AttributeError: ShellThemeTweak instance has no attribute '_shell'

(gnome-tweak-tool:5323): Gtk-CRITICAL **:
gtk_widget_get_preferred_height_for_width: assertion `width >= 0'
failed

(gnome-tweak-tool:5323): Gtk-CRITICAL **:
gtk_widget_get_preferred_height_for_width: assertion `width >= 0'
failed

(gnome-tweak-tool:5323): Gtk-CRITICAL **:
gtk_widget_get_preferred_height_for_width: assertion `width >= 0'
failed

(gnome-tweak-tool:5323): Gtk-CRITICAL **:
gtk_widget_get_preferred_height_for_width: assertion `width >= 0'
failed

(gnome-tweak-tool:5323): Gtk-CRITICAL **:
gtk_widget_get_preferred_height_for_width: assertion `width >= 0'
failed

(gnome-tweak-tool:5323): Gtk-CRITICAL **:
gtk_widget_get_preferred_height_for_width: assertion `width >= 0'
failed

(gnome-tweak-tool:5323): Gtk-CRITICAL **:
gtk_widget_get_preferred_height_for_width: assertion `width >= 0'
failed

(gnome-tweak-tool:5323): Gtk-CRITICAL **:
gtk_widget_get_preferred_height_for_width: assertion `width >= 0'
failed

(gnome-tweak-tool:5323): Gtk-CRITICAL **:
gtk_widget_get_preferred_height_for_width: assertion `width >= 0'
failed

(gnome-tweak-tool:5323): Gtk-CRITICAL **:
gtk_widget_get_preferred_height_for_width: assertion `width >= 0'
failed

(gnome-tweak-tool:5323): Gtk-CRITICAL **:
gtk_widget_get_preferred_height_for_width: assertion `width >= 0'
failed

(gnome-tweak-tool:5323): Gtk-CRITICAL **:
gtk_widget_get_preferred_height_for_width: assertion `width >= 0'
failed

(gnome-tweak-tool:5323): Gtk-CRITICAL **:
gtk_widget_get_preferred_height_for_width: assertion `width >= 0'
failed

(gnome-tweak-tool:5323): Gtk-CRITICAL **:
gtk_widget_get_preferred_height_for_width: assertion `width >= 0'
failed

(gnome-tweak-tool:5323): Gtk-CRITICAL **:
gtk_widget_get_preferred_height_for_width: assertion `width >= 0'
failed

Please help me in fixing this. I have also restarted the computer many times it does not make a difference.

© Ask Ubuntu or respective owner

Related posts about gnome-shell

Related posts about gnome3