discuss-gnustep
[Top][All Lists]
Advanced

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

Problems with gpbs solved


From: Germán Arias
Subject: Problems with gpbs solved
Date: Tue, 8 Jul 2008 00:32:23 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

On my .profile file I had the code:

     . /home/german/GNUstep/System/Library/Makefiles/GNUstep.sh

     if [ 'gdomap -L GDNCServer | grep -c Unable' == 1 ]; then
       echo "Starting GNUstep services..."
       gdnc
       gpbs
     fi
     make_services

gdomap run, but for an unknown reason gdnc and gpbs didn't run. The problem was
that when I ran an app the gpbs took some seconds to ran (3 or 4 seconds). Even,
didn't run in some cases. Then I change the code on my .profile file to 

    . /home/german/GNUstep/System/Library/Makefiles/GNUstep.sh
    gdnc
    gpbs
    make_services

Now gdnc and gpbs run from my session's beginning.





reply via email to

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