Re: slowness while dragging icons in gworkspace

2012-01-27 Thread Riccardo Mottola
Hi Are you only seeing this bug with Xming? In that case, it could be a bug in Xming. Well, that way yes. As written, if I export to my FreeBSD workstation, no problem. I did a last test, I exported to another computer running Cygwin, full-screen. It is (as Xming actually) an Xorg port. The

error while opening AddressManager

2012-01-27 Thread Riccardo Mottola
Hi, AddressManager of Addresses stopped working with current release: On linux, gcc 4.6.2, I get: 2012-01-27 13:08:22.424 AddressManager[4922] Exception occured while loading model: aString object passed to -[GSAttributedString initWithString:attributes:] is nil 2012-01-27 13:08:22.424

Re: error while opening AddressManager

2012-01-27 Thread Fred Kiefer
The corresponding real back trace is easy to get. Set a break point on [NSException raise] and run AddressManager, try to add a new person and you will get: Breakpoint 1, -[NSException raise] (self=0xbe3db8, _cmd=0x770d69e0) at NSException.m:955 955 { (gdb) bt #0 -[NSException

Re: error while opening AddressManager

2012-01-27 Thread Sebastian Reitenbach
On Friday, January 27, 2012 13:11 CET, Riccardo Mottola riccardo.mott...@libero.it wrote: Hi, AddressManager of Addresses stopped working with current release: On linux, gcc 4.6.2, I get: 2012-01-27 13:08:22.424 AddressManager[4922] Exception occured while loading model: aString

Re: error while opening AddressManager

2012-01-27 Thread Wolfgang Lux
Fred Kiefer wrote: The corresponding real back trace is easy to get. Set a break point on [NSException raise] and run AddressManager, try to add a new person and you will get: [...] This could be either fixed in AddressView, by not setting the string of a NSTextView to nil. Or we

Re: error while opening AddressManager

2012-01-27 Thread Fred Kiefer
Thank you for checking this. The we call it an application code bug. It is true, GNUstep used to behave different, but now we follow the Apple, and most likely the OpenStep, implementation a bit closer. Adding a check for nil in AddressView shouldn't be to hard. On 27.01.2012 18:55, Wolfgang