discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Non-root user problem on Solaris


From: Fred Kiefer
Subject: Re: Non-root user problem on Solaris
Date: Fri, 03 Aug 2007 10:08:59 +0200
User-agent: Thunderbird 1.5.0.12 (X11/20060911)

Andreas Höschler wrote:
> Hi Haim,
> 
>>> Can anybody confirm this and/or has a clue what is going wrong here?
>>
>> Only confirming that something does work on Solaris:
>> I managed to install current GNUstep release on SPARC Solaris 10
>> and got a test application to work. All with just one backend - arts.
>>
>> I do not have root access to these machines, all as a regular user.
> 
> Thanks a lot for the feedback. I suppose it's some kind of permission
> problem. I am just trying to find the location in the GNustep tree where
> GSCurrentServer() is defined. This functions returns nil for me when not
> being logged in as root!ß :-(
> 

GSCurrentServer is of course defined in GSDisplayServer in gui, as a
quick grep surely has told you already. And the message you are getting
comes from NSScreen, where the method screens fails. What surprises me
is that this should be the first error message you get. What does
NSApplication get in its _init method for the variable srv?
The place where things should actually go wrong is the _initXContext of
XGServer. Could you please add some debug output to that method and test
the results?

Cheers,
Fred




reply via email to

[Prev in Thread] Current Thread [Next in Thread]