How can I get rid of the nautilus desktop window?
asked 2012-06-04 13:07:44 +0000
This post is a wiki. Anyone with karma >100 is welcome to improve it.
When using i3 within a GNOME session, starting nautilus (the file manager), nautilus will also start a window containing the desktop icons. This window is just a normal, managed window in i3.
To disable the nautilus desktop window, use:
$ gsettings set org.gnome.desktop.background show-desktop-icons false
On older systems, you can try:
gconftool-2 \
--type bool \
--set /apps/nautilus/preferences/show_desktop false
hasn't fixed it for me :-(
@Michael Wouldn't your answer be more clear if it was an actual accepted answer ? Nevertheless, thanks for the tip! It worked for me.