Re: Why is XSetStandardProperties freezing?

2012-06-25 Thread Myrosia Dzikovska
>> >> OK, will do that. I assume your suggestion means that (from my >> description) this looks likely to be an OpenSuse problem and not the >> fault of the library for not doing some essential synchronization. >> > > At least it is something they have to explain :) > > re, >  wh OK, I moved the q

Re: Why is XSetStandardProperties freezing?

2012-06-22 Thread walter harms
Am 22.06.2012 16:52, schrieb Myrosia Dzikovska: >> You are quiet advanced with that, you should setup a bugreport >> at opensuse: https://bugzilla.novell.com/index.cgi >> >> there is also a special mailinglist for opensuse: opensuse-x...@opensuse.org >> > > OK, will do that. I assume your sugges

Re: Why is XSetStandardProperties freezing?

2012-06-22 Thread Myrosia Dzikovska
> You are quiet advanced with that, you should setup a bugreport > at opensuse: https://bugzilla.novell.com/index.cgi > > there is also a special mailinglist for opensuse: opensuse-x...@opensuse.org > OK, will do that. I assume your suggestion means that (from my description) this looks likely to

Re: Why is XSetStandardProperties freezing?

2012-06-22 Thread walter harms
Am 21.06.2012 23:13, schrieb Myrosia Dzikovska: > On Thu, Jun 21, 2012 at 3:07 PM, Adam Jackson wrote: >> On Thu, 2012-06-21 at 13:08 +0100, Myrosia Dzikovska wrote: >> >>> TASKTYPE TASKMOD XEventThread(void *data) >>> { >>>XEvent xev; >>>HEventRec r; >>>HWin win; >>>HThread t; >

Re: Why is XSetStandardProperties freezing?

2012-06-21 Thread Myrosia Dzikovska
On Thu, Jun 21, 2012 at 3:07 PM, Adam Jackson wrote: > On Thu, 2012-06-21 at 13:08 +0100, Myrosia Dzikovska wrote: > >> TASKTYPE TASKMOD XEventThread(void *data) >> { >>    XEvent xev; >>    HEventRec r; >>    HWin win; >>    HThread t; >>    do{ >>       XNextEvent(globDisp, &xev); >>       r=con

Re: Why is XSetStandardProperties freezing?

2012-06-21 Thread Adam Jackson
On Thu, 2012-06-21 at 13:08 +0100, Myrosia Dzikovska wrote: > TASKTYPE TASKMOD XEventThread(void *data) > { >XEvent xev; >HEventRec r; >HWin win; >HThread t; >do{ > XNextEvent(globDisp, &xev); > r=convertXevToHEventRec(xev); > if(r.event != HIGNORE) { >

Re: Why is XSetStandardProperties freezing?

2012-06-21 Thread Myrosia Dzikovska
Thanks. First. I tried a bunch of different window managers across all systems. And it either works on all of them (on the systems where it works), or on none of them. So not a WM issue. > I would probably start by calling XSynchronize(dpy, 1) just after > XOpenDisplay, to see if that changes wher

Re: Why is XSetStandardProperties freezing?

2012-06-18 Thread Adam Jackson
On Thu, 2012-06-14 at 13:52 +0100, Myrosia Dzikovska wrote: > Hi, > > I have a program using an X graphics library that works on FC 13 and > ScientificLinux 6, but freezes on OpenSuse 12.1. I need to get it > running, and I am trying to determine the cause of failure. I'm not an > X developer, an

Why is XSetStandardProperties freezing?

2012-06-14 Thread Myrosia Dzikovska
Hi, I have a program using an X graphics library that works on FC 13 and ScientificLinux 6, but freezes on OpenSuse 12.1. I need to get it running, and I am trying to determine the cause of failure. I'm not an X developer, and because the library is complex, I am struggling to come up with a mini