1

How to make my desktop empty, that means when I login I need my desktop blank. I doesn't need any launchers and top indicator panel, I need empty screen(black) only. Is it possible and how?

AliNajafies
  • 5,974
guru
  • 57
  • 1
  • 7

1 Answers1

3

I can't understand what reasons do you have to do this, but let's do it.

First move any files that you have in ~/Desktop wherever else do you want using the following command from terminal:

mv ~/Desktop/* /path/to/another/directory

Second, make your desktop background black:

appearance

Third, run the compizconfig-settings-manager Install compizconfig-settings-manager package and disable the Ubuntu Unity Plugin:

ccsm

ccsm - unity plugin

Related:

Radu Rădeanu
  • 174,089
  • 51
  • 332
  • 407