I realize this gets reported a fair amount but I've searched as much as I can and nothing appears to be helping. After doing an update last night, I logged in today and cannot see the launcher or menu bar. When I open a terminal window, the title bar at the top is cut off, so I suspect that there might be something scaling-related. It could be:
- that the launcher and menu bar are no longer there
- the launcher and menu bar are there, but beyond the borders of the laptop screen.
When I get to the login screen, I can see the menu bar with the time, battery display, wifi, etc.
When I log in to a guest account, the launcher and menu bar appear.
Here are the things that I've tried so far:
sudo apt-get update sudo apt-get install --reinstall ubuntu-desktop sudo apt-get install unity sudo shutdown -r now
sudo apt-get install dconf-tools dconf reset -f /org/compiz/ setsid unity
(when I run these steps, I get a brief resize of the desktop, then it seems stuck on "unity7 start/running, process 8299")
mv ~/.config ~/.config_backup
rm -rf .compiz-1
sudo apt-get install dconf-tools dconf reset -f /org/compiz/ setsid unity
dconf reset /com/ubuntu/user-interface/scale-factor
sudo apt-get install dconf-editor dconf-editor
open path com -> ubuntu -> user-interface cannot change the scale factor, it doesn't allow me to enter a numeric value
unity --reset (screen briefly resizes, then goes back to "normal")
initctl restart unity-panel-service
- The steps given here: https://www.youtube.com/watch?v=WeCs_gIey6c although I don't get the dialog boxes about "resolving conflicts"
Everything has been followed with a reboot.
sudo apt-get install compizconfig-settings-manager
from the Q&A with 1,000 upvotes: https://askubuntu.com/questions/17381/unity-doesnt-load-no-launcher-no-dash-appears – WinEunuuchs2Unix Mar 03 '18 at 19:14