Re: openbsd macppc clang broken va_args(_, id)

2020-10-17 Thread David Chisnall
Hi, The PowerPC back end in clang is probably not well tested with Objective-C. If you have a reduced test case (i.e. something that *doesn’t* include any headers), it would be a good idea to file a bug against clang. The logic for setting up variadic call frames and handling va_arg are compl

Re: windowmaker - application icon missing at first start

2020-10-17 Thread alex22_7
Yes it doesn't solved my problem, but solved a SystemPreferences problem, So it was worth anyway. As I said I'm pretty sure the problem is relative to my window manager, because with awesomewm and echinus it works as expected. Inviato da Mailspring (https://getmailspring.com/), la migliore app d

Re: windowmaker - application icon missing at first start

2020-10-17 Thread Gregory Casamento
Darn. Sorry, it was worth a try. I have to say I am REALLY happy to see so much progress on your window manager. Great stuff! I look forward to trying it out. :) GC On Sat, Oct 17, 2020 at 7:51 AM wrote: > I just tried but it doesn't solve my problem. > > Alex > > Inviato da Mailspring

Re: windowmaker - application icon missing at first start

2020-10-17 Thread alex22_7
I just tried but it doesn't solve my problem. Alex Inviato da Mailspring (https://getmailspring.com/), la migliore app di posta elettronica gratuita per il lavoro On ott 17 2020, at 1:42 pm, Gregory Casamento wrote: > > I have made a change that uses a png file as the icon instead of the tiff an

Re: windowmaker - application icon missing at first start

2020-10-17 Thread alex22_7
Hi Greg thank you for your help. I don't have the ~/GNUstep/Library/WindowMaker/CachedPixmaps folder because I don't use WindowMaker but the one you see in the pic I attached in the previous email is the window manager I'm coding, uroswm. In the while I made other tests; i try to put ll the test

Re: windowmaker - application icon missing at first start

2020-10-17 Thread Gregory Casamento
I have made a change that uses a png file as the icon instead of the tiff and this appears to resolve the issue I showed in my attachment. This is not a general fix as there are a few other apps that show this issue. One of them is InnerSpace in the GAP project. Please give this a try. GC On S

Re: windowmaker - application icon missing at first start

2020-10-17 Thread Gregory Casamento
Alessandro, The SystemPreferences icon has always had an issue with WindowMaker. It's just a normal tiff, but, for some reason, it shows up as color inverted when docked in the WindowMaker dock, but normal when the application is started. When you first start an application in GNUstep the icon g

R: windowmaker - application icon missing at first start

2020-10-17 Thread Alessandro Sangiuliano
This morning I had more time to do better test. I have to add that in my case is just SystemPreferences icon that is not showed at first start. With Gorm and ProjectCenter, the window is showed as expected at first run! Maybe is just a little bug relative to SystemPreferences in my case, or jus