PDA

View Full Version : [ubuntu] Gnome-Shell Broken After Update and Extensions Install



Elie-M
December 24th, 2011, 04:42 PM
hello my gnome-shell isnt loading, no panels, no alt+f2, no terminal, nothing works, I only see the wallpaper.

I deleted dconf to reset the user settings, didnt work
I deleted the gnome-shell personal user configuration files (the one that takes me back to the stock gnome-shell desktop), that didnt work too
I purged gnome-shell then re-installed it, didnt work.

I log into gnome classic and do some commands I saw elsewhere and get:



elie-m@elie-m:~$ sudo apt-get remove gnome-shell-extensions-*
[sudo] password for elie-m:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package gnome-shell-extensions-*
E: Couldn't find any package by regex 'gnome-shell-extensions-*'
elie-m@elie-m:~$ DISPLAY=:0 gnome-shell --replace &
[1] 4854
elie-m@elie-m:~$
GLib-GIO-ERROR **: Settings schema 'org.gnome.shell.extensions.musicintegration' does not contain a key named 'musiclabel'
gnome-shell-calendar-server[4864]: Got HUP on stdin - exiting

anyone can help with this? I can provide any information needed.. I'm on ubuntu 11.10 fully updated.

hhh
December 24th, 2011, 07:12 PM
I had gnome-shell crap out on me a couple of times after installing a bad extension, I solved it by deleting one of the hidden folders in my home folder (I think it was .local).

BTW, the command you're looking for is...
sudo apt-get purge gnome-shell-extensions*

lolpenguin
December 25th, 2011, 11:57 AM
org.gnome.shell.extensions.musicintegration breaks GNOME Shell in your case. If an extension is faulty, it will cause GNOME Shell to crash in its entirety (like Firefox).
Delete the extension folder from /usr/share/gnome-shell/extensions/musicintegration@*. If it isn't there, check ~/.local/share/gnome-shell/extensions/musicintegration@*.

Elie-M
December 25th, 2011, 03:02 PM
I had gnome-shell crap out on me a couple of times after installing a bad extension, I solved it by deleting one of the hidden folders in my home folder (I think it was .local).

BTW, the command you're looking for is...
sudo apt-get purge gnome-shell-extensions*


elie-m@elie-m:~$ sudo apt-get purge gnome-shell-extensions*
[sudo] password for elie-m:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package gnome-shell-extensions*
E: Couldn't find any package by regex 'gnome-shell-extensions*'


and /usr/share/gnome-shell/extensions/musicintegration@* doesnt exist, and I already deleted all the extensions from ~/.local/share/gnome-shell/extensions/

Elie-M
January 7th, 2012, 11:06 AM
Innocent bump :wink:

lolpenguin
January 8th, 2012, 04:33 AM
Make sure there is NOTHING in /usr/share/gnome-shell/extensions/ AND ~/.local/share/gnome-shell/extensions/, if it still doesn't work, reinstall gnome-shell.

Elie-M
January 8th, 2012, 04:19 PM
Make sure there is NOTHING in /usr/share/gnome-shell/extensions/ AND ~/.local/share/gnome-shell/extensions/, if it still doesn't work, reinstall gnome-shell.

did not solve it, and nothing really is. so, im formatting and abandoning this thread, i've had enough of linux ****.

thanks all for helping. :)

rudihawk
January 25th, 2012, 07:59 PM
org.gnome.shell.extensions.musicintegration breaks GNOME Shell in your case. If an extension is faulty, it will cause GNOME Shell to crash in its entirety (like Firefox).
Delete the extension folder from /usr/share/gnome-shell/extensions/musicintegration@*. If it isn't there, check ~/.local/share/gnome-shell/extensions/musicintegration@*.

This response helped me solve my Gnome-Shell issues. Thank you! :)

I didn't have the exact same problem, but you helped me find a solution. ;)