discuss-gnustep
[Top][All Lists]
Advanced

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

Re: newbie questions


From: Truls Becken
Subject: Re: newbie questions
Date: Wed, 22 Apr 2009 23:15:03 +0200

 Riccardo Mottola wrote:

> The point in having gworkspace exec'd is that wen it terminates you get back
> to xdm. GWorkspace can control all open gnustep apps, so it will present you
> with a real "log off" option. The only drawback of this approach is that if
> something in gnustep crashes you exit your whole X session.

It should be possible to get by this with somthing like;

while ! GWorkspace; do
    echo "GWorkspace.app died, restarting..."
done

but one might want to protect it against the workspace not starting at
all, preferrably so that an alert is shown and the session somehow
goes back to waiting for wm termination.

-Truls




reply via email to

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