I have been using ubuntu for quite sometime now and haven't ever faced this situation. All my icons are missing including the terminal. ctrl+Alt+T does not bring up the terminal, right clicking does not show any dropdown either. Most of the answers that I found were wrt to unity and cases where terminal was present. I am using ubuntu 16.04
Any solutions as to how this can be fixed are most welcomed.
compizconfig-settings-manager
but this package is in the Universe repository so you may need to enable this repository. I can help you with this so please let me know if you have any trouble. – mchid Jul 09 '19 at 06:32sudo rm ~/.Xauthority
– mchid Jul 09 '19 at 07:26export DISPLAY=:0
before you rundconf reset -f /org/compiz/
andunity --reset-icons &disown
and then, run:sudo systemctl restart lightdm
This should take you back to your regular login screen. – mchid Jul 09 '19 at 09:38