help-gnustep
[Top][All Lists]
Advanced

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

openapp woes in Debian unstable?


From: Kristian Rink
Subject: openapp woes in Debian unstable?
Date: Thu, 06 Oct 2005 16:11:46 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; de-DE; rv:1.7.10) Gecko/20050716 Thunderbird/1.0.6 Mnenhy/0.7.2.0

Hi all,

just slowly trying to get working with GNUstep (once again, but this
time motivated to get a little further): I am running the GNUstep
packages taken from current Debian Sid (unstable), and so far most of
the things work well except for one thing: The debian packages come with
a script called "openapp" to actually invoke GNUstep applications using
an xterm no matter whether actually running GNUstep. However I can't get
any applications started this way; each time I try doing something like

openapp Terminal.app

my system is about to run into a neverending loop until finally memory
is filled up and the system kernel starts killing processes. Though I
know some things about shell scripts, I don't yet understand the full
bunch of tools shipped with GNUstep so I'm still learning to handle all
this. This is what Debian's "openapp" / "opentool" looks like:




#! /bin/sh

if [ -z "$GNUSTEP_MAKEFILES" ]; then
    . /usr/lib/GNUstep/System/Library/Makefiles/GNUstep.sh
fi

[ `opentool gdomap -L GDNCServer | grep -c Found` = '0' ] && opentool gdnc

tool=$(basename "$0")
opentool "$tool" "$@"


Can anyone enlighten me what might be wrong with that?

TIA and bye,
Kris


-- 
"Sei Du selbst die Veränderung, die Du Dir wünschst
für diese Welt." (Gandhi)
-| Kristian Rink icq# 48874445 jab# kawazu@jabber.ccc.de
-| http://www.zimmer428.net ** http://www.fotolog.net/kawazu






reply via email to

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