Brian, Try switching to a different Gtk+ theme with your latest xfdesktop. :-) The background will change to whatever background is set by the GtkStyle. In order to avoid this, you'll need to connect a handler to style_set and call gdk_window_set_back_pixmap() again. Benedikt