1

My Unity desktop doesn't work after nautilus update. Desktop don't show icon and doesn't do anything on click and right-click.

enter image description here

I tried this: Unity doesn't load, no Launcher, no Dash appears

But don't work for me.

Bytez
  • 101
  • 1
  • 6

1 Answers1

0

It's likely because Nautilus is replacing your desktop with Gnome-desktop (which it does by default... which is inane). Use this command to fix that:

gsettings set org.gnome.desktop.background show-desktop-icons false

  • I typed gsettings set org.gnome.desktop.background show-desktop-icons true and now it works. Thanks. – Bytez Apr 14 '17 at 00:08