Re: gnome-settings-daemon crash when loggin in (Gar-0.29.1)



On Fri, 2004-02-13 at 10:28 +0000, Jonas Jonsson wrote:
> Well, I don't get that far.....
> 'gnome-session' starts up my session, and then I get this message until the
> end of days, or Ctrl+Alt+Backspace to kill the X-server && session ...  I'm
> stuck with the GARNOME disco-ball on the screen, the "splash" is in front of
> the last error-message, and there's no way for me to get the error-message on
> top of that disco-ball splash.  I wish I had a command line :-)
> 
> Or, can I start a Gnome-2.4 session, and then try to start
> gnome-session-daemon (Gnome-2.6) from there???  Guess not.

I use the following little script to test stuff like that out in an
Xnest window

#!
export GAR=/opt/garnome-0.29.1
Xnest -geometry 800x600 :2 &
export DISPLAY=:2
export PATH=/opt/ant/bin:/opt/java/bin:$GAR/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:opt/media/bin:/opt/python/bin:/usr/share/texmf/bin:.
export LD_LIBRARY_PATH=$GAR/lib
$GAR/bin/gnome-session
killall Xnest
kill -9 `ps |grep gconf | cut -f1 -d' '`

Works like a charm :)

-- 
Ron Smits <ron ronsmits com>




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