4

A while back I installed i3 on my MATE box, and I'm quite happy with it, however despite disabling Caja Desktop (x-caja-desktop) when setting i3 as the default window manager through dconf editor, every time I install a .deb package via the gui installer, the desktop "window" opens and overlays my entire screen.

This is incredibly annoying, and hitting super-shift-q to close the window doesn't work, which forces me to just move it to an unused workspace.

Is there anything I can do to stop this from happening without installing a different file manager?

Electric Coffee
  • 353
  • 5
  • 12

4 Answers4

0

Try to set: dconf key org.mate.background.show-desktop-icons to: false

Kevdog777
  • 3,194
  • 18
  • 43
  • 64
0

For Ubuntu Mate 18.04:

Open a terminal and run the following command:

dconf write /org/mate/desktop/background/show-desktop-icons false

Tip: if you want to force to close the window which overlay your desktop or any windows, you can open a terminal and run the following command:

xkill

Then, click anywhere on the window you want to close and it should close.

Mat.R
  • 93
  • 1
  • 8
0

You can start Caja with the --no-desktop option to prevent it from opening the desktop.

-1

In the console, type:

dconf key org.mate.background.show-desktop-icons false

This change is persistent, i.e. it will not be undone on reboot.

Stephen Rauch
  • 4,209
  • 14
  • 22
  • 32
Kalsan
  • 173
  • 1
  • 1
  • 5