After a reboot the launcher or dock on the left vanished and hitting the super key no longer brings the launcher, search or focus back again. OI tried reinstalling tweak tools but it doesn't work any more it seems like my GNOME broke :/ I am used to this behaviour how can I bring it back? Thanks
Asked
Active
Viewed 742 times
0
1 Answers
1
Launch a terminal with a hotkey :
CTRL + ALT + T
Install aptitude and reinstall gnome-shell
sudo apt-get install aptitude
sudo aptitude reinstall gnome-shell
For the next step you'll need to go to another place on the desktop and it can work to run the previous steps in case the hotkey doesn't work
CTRL + ALT + F1
You'll be presented with a login on the terminal. Type your user name and provide the password for your account
Finally reboot
sudo reboot
Edit :
I think "sudo" doesn't find the reboot command in that case do :
sudo su (you will be asked for root password)
reboot

userDepth
- 2,010
-
Thanks. I did that and the normal behavior didn't came back. NO super key or launcher working yet. I must clarify I didn't played with the tweak tool or something odd it was just a reboot after updates. – Andrés Parada Sep 17 '15 at 20:34
-
Then Gnome-Shell could not be broken and something else could be happening.
In the meantime you may consider using another launcher. There's Gnome-Do which works similarly with the hotkey Super + Spacebar
– userDepth Sep 17 '15 at 20:48 -
Thanks, I tried several things in the meantime.After doing your step by step fix I noticed the login changed (with my custom profile image). I just logout to try something else (I tried mapping the keyboard or the super key) and noticed an advanced option in the login and used login as GNOME (I was login as GNOME metacity before since the option of plain/pure GNOME disappeared after the odd reboot) and it worked fine. Maybe it was a mix of the missing GNOME you helped me to fix and being lockout of the pure GNOME at the login. – Andrés Parada Sep 17 '15 at 20:53
-
-
I didn't get the expression, I just used the thick to mark as answered because I didn't know about that, sorry. – Andrés Parada May 24 '16 at 19:29
-
Now it says GNOME Shell 3.10.4 but the launcher doesn't appear.
– Andrés Parada Sep 17 '15 at 19:54