Christoph Gysin wrote: > 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
I have been using linux for close to 10 years now, and enlightenment for many of them, so I hate to think of myself as a 'newbie', but I am completely self taught, so there are definately some things I don't know. This snippet of code for example, I have seen many like this, but have absolutely no idea what to do with it. I would love to know how to apply this fix, and others like it...could somebody point me to some docs that explain this? As a workaround for this particular problem, I run gnome-settings-daemon from the e-exec line or from the 'run' command in e17, this seems to handle the xscreensaver without throwing the extra garbage lines in my eterm. Thanks in advance, -Sid -- First things first, but not necessarily in that order. - Doctor Who ------------------------------------------------------- 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 [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
