GNOME Bugzilla – Bug 516464
/desktop/gnome/background/draw_background not honored
Last modified: 2008-02-14 17:57:42 UTC
From: https://bugzilla.redhat.com/show_bug.cgi?id=432516 There is no working way to disable background for gnome-settings-daemon. Everythime gnome-settings-daemon is started, the background/root will be drawn. Setting /desktop/gnome/background/draw_background to false has no effect. If /desktop/gnome/background/picture_filename is set, this picture will be drawn; if it is not set, then a gradient or a solid color will be painted in the root window. gnome-settings-daemon is needed for gtk applications to use the proper font rendering even if gnome is not used at all. Steps to Reproduce: 1. Start without a desktop or with a window manager only 2. Start gnome-settings-daemon 3. Watch at the root window Actual results: Background is drawn - always. Expected results: No drawing in the root window.
/desktop/gnome/background/draw_background is a key that's used by nautilus, and we actually do honour it, although in a different way than you expect: if nautilus *doesn't* draw the background, we do. Starting with 2.21, the obvious solution is to simply disable the background plugin...