I upgraded to Ubuntu 19.04 from 17.10 and now I do not have anything on my desktop at all. I am running this on Virtual Box 6. I know enough about Unix to be dangerous, I just use it for developing websites.
From looking around various articles I have tried these commands as suggested but nothing has worked, any ideas?
From SSH I have tried these:
sudo apt-get install --reinstall ubuntu-desktop
sudo apt install --reinstall gnome-shell-extension-desktop-icons
sudo apt install --reinstall gnome
gnome-tweaks
. If it requires instalation, you can do this withsudo apt install gnome-tweaks
– Charles Green May 11 '19 at 16:21gnome-tweaks is already the newest version (3.32.0-1).
gnome-tweaks set to manually installed.
– Trevor Orr May 11 '19 at 16:25Desktop Icons
GNOME extension. GNOME only becomes unstable with the addition of unstable GNOME extensions... and 19.04 breaks a few previously stable ones... otherwise, I haven't had any trouble with it. We at least need to get you to Mate 19.04 :-) – heynnema May 11 '19 at 18:19ls -al /var/crash
andls -al ~/.local/share/gnome-shell/extensions
. Are you able to openterminal
with ctrl-alt-t? Can you alt-F2 and get a box where you can type "r" to restart gnome-shell? Do you have another account that you can log into... just to eliminate an account-specific problem? Report back to @heynnema – heynnema May 12 '19 at 15:08