[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gdnc not starting, window manager, startup-0.14.1
From: |
Chris B. Vetter |
Subject: |
Re: gdnc not starting, window manager, startup-0.14.1 |
Date: |
Wed, 22 Feb 2006 09:20:47 +0100 |
On 2/21/06, Marko Riedel <markoriedelde@yahoo.de> wrote:
[...]
> NSInternalInconsistencyException: unable to contact gdnc server -
> please check that the gdnc process is running.
> I attempted to start it at '/usr/GNUstep/System/Tools/gdnc'.
> However, gdnc is there:
> ls -l `which gdnc`
> -rwxr-xr-x 1 Feb 20 00:50 /usr/GNUstep/System/Tools/gdnc
[...]
Read the exception message again. It is complaining that gdnc isn't
_aready_ running.
You need to start gdnc during X11 startup, that is, from HOME/.xinitrc
or HOME/.xsession (or whatever your system is using).
I use the following in my HOME/.xinitrc
[...]
# Start Distributed Notification Server
#
if [ -x `which gdnc` ];
then
opentool gdnc
fi
# Start PasteBoard Server
#
if [ -x `which gpbs` ];
then
opentool gpbs
fi
[...]
You should probably also make sure that gdomap is started during
system boot time.
--
Chris
- gdnc not starting, window manager, startup-0.14.1, Marko Riedel, 2006/02/21
- Re: gdnc not starting, window manager, startup-0.14.1, Richard Frith-Macdonald, 2006/02/22
- Re: gdnc not starting, window manager, startup-0.14.1,
Chris B. Vetter <=
- Re: gdnc not starting, window manager, startup-0.14.1, Fred Kiefer, 2006/02/28