On 8/27/07, Martin Dietze <[EMAIL PROTECTED]> wrote: > On Mon, August 27, 2007, Martin Dietze wrote: > > > The only thing which works is to wipe out my GNUstep > > installation, re-install all apps and then install Etoile into > > it. > > Actually not even this is true anymore. This problem has been > costing me hours, and I can't see what's going wrong. Here's my > .xsession-errors: > > | /etc/gdm/PreSession/Default: Registering your session with wtmp and utmp > | /etc/gdm/PreSession/Default: running: /usr/bin/sessreg -a -w /var/log/wtmp > -u /var/run/utmp -x "/var/lib/gdm/:0.Xservers" -h "" -l ":0" "md" > | /etc/gdm/Xsession: Beginning session setup... > | Setting IM through im-switch for locale=en_US. > | Start IM through /etc/X11/xinit/xinput.d/all_ALL linked to > /etc/X11/xinit/xinput.d/default. > | 2007-08-27 10:56:27.338 etoile_system[31802] Setting up SCSystem server > instance > | etoile_system: Uncaught exception NSInternalInconsistencyException, reason: > unable to contact GDNC server - > | please check that the gdnc process is running. > | I attempted to start it at '/usr/local/GNUstep/System/Tools/gdnc' > | > | /usr/local/bin/etoile: line 1: 31802 Aborted etoile_system > > Any hint?
So it is obvious that gdnc is not running or cannot be started by etoile_system. A quick solution is in your /usr/local/bin/etoile.sh (or whatever your xsession uses), do something like this: source /usr/local/GNUstep/System/Makefiles/GNUstep.sh gdomap gdnc etoile_system I remember gdomap and gdnc run as daemon. Otherwise, you need to run them in background with '&' and probably use 'sleep' to wait one second before the next command. Yen-Ju > > Cheers, > > Martin > > -- > ----------- / http://herbert.the-little-red-haired-girl.org / ------------- > =+= > Man moechte ja lieber Auslaender sein als gieriges kleines Inlaenderschwein, > doch wo das eine nicht geht, da faengt das andere an, und das Problem ist, > dass man wo man ist nichts anderes sein kann... > > _______________________________________________ > Etoile-discuss mailing list > [email protected] > https://mail.gna.org/listinfo/etoile-discuss > _______________________________________________ Etoile-discuss mailing list [email protected] https://mail.gna.org/listinfo/etoile-discuss
