[pkg-GNUstep-maintainers] Do the Debian GNUstep package add an Xsession scriptlet?
Gürkan Sengün
gurkan@linuks.mine.nu
Sun, 11 Jul 2004 14:33:46 +0200
eric, maybe we can use that some time?
14:30 < tarzeau> yeah can you post it to: pkg-gnustep-maintainers@lists.alioth.debian.org
14:31 < Deek> GNUSTEP_SYSTEM_ROOT=/System
14:31 < Deek> if [ -x $GNUSTEP_SYSTEM_ROOT/Library/Makefiles/GNUstep.sh ]; then
14:31 < Deek> . $GNUSTEP_SYSTEM_ROOT/Library/Makefiles/GNUstep.sh
14:31 < Deek> [ -z `pidof gdomap` ] && gdomap
14:31 < Deek> [ `gdomap -L GDNCServer | grep -c Found` = '0' ] && gdnc
14:31 < Deek> [ `gdomap -L GNUstepGSPasteboardServer | grep -c Found` = '0' ] && gpbs
14:31 < Deek> fi
14:32 < tehdely> wow, that's much more elegant than what I do :O
14:32 < Deek> Well, I did create the scriptlet system. :)