Robert May wrote:
Whenever I run xscreensaver I receive the following messages:

xscreensaver: 12:39:30: 0: unrecognised ClientMessage "WM_PROTOCOLS"
received
xscreensaver: 12:39:30: 0: for window 0x22e (root)

I will explain the problem to the xscreensaver maintainer, and submit a patch. Until the next release, here's a quick fix:

--- driver/xscreensaver.c.orig  2005-08-07 17:36:17.815261536 +0200
+++ driver/xscreensaver.c       2005-08-07 17:37:08.644534312 +0200
@@ -1641,10 +1641,12 @@
       if (hint.res_class) XFree (hint.res_class);
     }

+/*
   fprintf (stderr, "%s: %d: unrecognised ClientMessage \"%s\" received\n",
            blurb(), screen, (str ? str : "(null)"));
   fprintf (stderr, "%s: %d: for window 0x%lx (%s)\n",
            blurb(), screen, (unsigned long) w, wdesc);
+*/
   if (str) XFree (str);
 }


Christoph
--
echo mailto: NOSPAM !#$.'<*>'|sed 's. ..'|tr "<*> !#:2" [EMAIL PROTECTED]


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to