[Xfce4-commits] <xfdesktop:master> Don't set ESETROOT.

Eric Koegel noreply at xfce.org
Thu Nov 28 01:44:01 CET 2013


Updating branch refs/heads/master
         to f4c2a90d89961e99d422cb59bb58322195976414 (commit)
       from a450d7b213754f8d9979b5324f315201a2929c98 (commit)

commit f4c2a90d89961e99d422cb59bb58322195976414
Author: Alistair Buxton <a.j.buxton at gmail.com>
Date:   Thu Nov 28 00:29:26 2013 +0000

    Don't set ESETROOT.
    
    This atom is used to inform other processes that the background
    was set by a RetainPermanent client, which should be killed if
    the background changes. Since xfdesktop is not RetainPermanent
    and should not get killed, don't set this.
    
    Signed-off-by: Eric Koegel <eric.koegel at gmail.com>

 src/xfce-desktop.c |    5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/xfce-desktop.c b/src/xfce-desktop.c
index ad8f533..7ae3e0c 100644
--- a/src/xfce-desktop.c
+++ b/src/xfce-desktop.c
@@ -304,11 +304,6 @@ set_real_root_window_pixmap(GdkScreen *gscreen,
             gdk_atom_intern("_XROOTPMAP_ID", FALSE),
             gdk_atom_intern("PIXMAP", FALSE), 32,
             GDK_PROP_MODE_REPLACE, (guchar *)&xid, 1);
-    /* set this other property because someone might need it sometime. */
-    gdk_property_change(groot,
-            gdk_atom_intern("ESETROOT_PMAP_ID", FALSE),
-            gdk_atom_intern("PIXMAP", FALSE), 32,
-            GDK_PROP_MODE_REPLACE, (guchar *)&xid, 1);
     /* and set the root window's BG pixmap, because aterm is somewhat lame. */
     gdk_window_set_back_pixmap(groot, pmap, FALSE);
     /* there really should be a standard for this crap... */


More information about the Xfce4-commits mailing list