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,874
guru
  • 57
  • 1
  • 7
  • Are you able to further clarify? Do you want to log into a console, or do you just want a really clean desktop environment? – Josh Sep 28 '13 at 07:23
  • i just want to clear desktop, when any file exists.. – guru Sep 28 '13 at 07:30

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
  • 169,590