Re: Issues on WindowMaker

2011-06-04 Thread Wolfgang Lux
Fred Kiefer wrote: I haven't followed this in full detail, but wouldn't it be possible to call the _appIconInit method directly from _init? That way it should work correctly regardless of whether we use NSApplicationMain or not. Just committed that. I was about adding a hack to gnustep-ba

Re: Issues on WindowMaker

2011-06-04 Thread Fred Kiefer
On 04.06.2011 10:51, Wolfgang Lux wrote: Germán Arias wrote: This is a problem only on some applications as SystemPeferences and Terminal. Others apps sometimes works fine, as Gorm. And others work fine as ProjectCenter and Gemas. Ah, sorry, my fault. The patch ---

Re: Issues on WindowMaker

2011-06-04 Thread Wolfgang Lux
Germán Arias wrote: This is a problem only on some applications as SystemPeferences and Terminal. Others apps sometimes works fine, as Gorm. And others work fine as ProjectCenter and Gemas. Ah, sorry, my fault. The patch

Re: Issues on WindowMaker

2011-06-03 Thread Eric Wasylishen
Yeah, I tried running GSTest in valgrind and it reported some invalid reads coming from -back, but I was in a rush and didn't have time to look closely - I will try to investigate it this weekend. btw, thanks for finding my initial mistake, Wolfgang! Cheers. Eric On 2011-06-03, at 5:53 PM, Ger

Re: Issues on WindowMaker

2011-06-03 Thread Germán Arias
On vie, 2011-06-03 at 17:06 -0600, Germán Arias wrote: > On vie, 2011-06-03 at 11:01 +0200, Wolfgang Lux wrote: > > > > Hi German, > > > > I cannot reproduce your problems. The only issue that I've noticed is > > that the first application launched under WindowMaker does not get a > > proper

Re: Issues on WindowMaker

2011-06-03 Thread Germán Arias
On vie, 2011-06-03 at 11:01 +0200, Wolfgang Lux wrote: > > Hi German, > > I cannot reproduce your problems. The only issue that I've noticed is > that the first application launched under WindowMaker does not get a > proper application menu. But this is an instance of a known bug, which > i

Re: Issues on WindowMaker

2011-06-03 Thread Wolfgang Lux
Germán Arias wrote: On mié, 2011-06-01 at 23:09 +0200, Wolfgang Lux wrote: This bug was introduced with r33045 | ericwa | 2011-05-15 10:37:44 +0200 (Sun, 15 May 2011) | 14 lines Implement the _NET_WM_SYNC_REQUEST protocol

Re: Issues on WindowMaker

2011-06-02 Thread Germán Arias
On mié, 2011-06-01 at 23:09 +0200, Wolfgang Lux wrote: > This bug was introduced with > > r33045 | ericwa | 2011-05-15 10:37:44 +0200 (Sun, 15 May 2011) | 14 > lines > > Implement the _NET_WM_SYNC_REQUEST protocol described

Re: Issues on WindowMaker

2011-06-01 Thread Wolfgang Lux
Germán Arias wrote: Sometimes (only in WindowMaker) isn't possible miniaturize a window, (the window becomes miniaturized, but is deminiaturized immediately). Also MiniWindows don't get the appropriate icon (for example in Gemas, all miniwindows have the AppIcon, instead the corresponding ico

Re: Issues on WindowMaker

2011-05-31 Thread Germán Arias
On mar, 2011-05-31 at 07:35 +, ivuc...@gmail.com wrote: > Use environment variable LANG set to value C. For example: > > LANG=C make > > or > > export LANG=C > make > It works, thanks. ___ Gnustep-dev mailing list Gnustep-dev@gnu.org https://l

Re: Issues on WindowMaker

2011-05-31 Thread Jamie Ramone
I know that GCC can localize the messages, that can be enabled at compile time. But I'm afraid I don't know how to choose the locale at run time. Perhaps with the LANG environment variable (like $LANG=en_US or something like that)? A lot of software, GNU included, seems to use it for determining th

Re: Issues on WindowMaker

2011-05-30 Thread Germán Arias
On dom, 2011-05-29 at 20:53 +0200, Fred Kiefer wrote: > > > > I ignore all warnings about unused variables. > > All these warnings are rather harmless. (BTW, did you translate them > back from Spanish into English?) Yes, after install GCC I notice all is in spanish and I don't know if there is a

Re: Issues on WindowMaker

2011-05-29 Thread Fred Kiefer
On 29.05.2011 02:06, Germán Arias wrote: On jue, 2011-05-26 at 18:22 -0600, Germán Arias wrote: Sometimes (only in WindowMaker) isn't possible miniaturize a window, (the window becomes miniaturized, but is deminiaturized immediately). Also MiniWindows don't get the appropriate icon (for example

Re: Issues on WindowMaker

2011-05-28 Thread Germán Arias
After more testing I notice this problem only happen when GSBackHandlesWindowDecorations is set to YES. On sáb, 2011-05-28 at 18:06 -0600, Germán Arias wrote: > On jue, 2011-05-26 at 18:22 -0600, Germán Arias wrote: > > Sometimes (only in WindowMaker) isn't possible miniaturize a window, > > (th

Re: Issues on WindowMaker

2011-05-28 Thread Germán Arias
On jue, 2011-05-26 at 18:22 -0600, Germán Arias wrote: > Sometimes (only in WindowMaker) isn't possible miniaturize a window, > (the window becomes miniaturized, but is deminiaturized immediately). > Also MiniWindows don't get the appropriate icon (for example in Gemas, > all miniwindows have the

Issues on WindowMaker

2011-05-26 Thread Germán Arias
Sometimes (only in WindowMaker) isn't possible miniaturize a window, (the window becomes miniaturized, but is deminiaturized immediately). Also MiniWindows don't get the appropriate icon (for example in Gemas, all miniwindows have the AppIcon, instead the corresponding icon for the file). __