[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Configuring Window Maker
From: |
Wolfgang Sourdeau |
Subject: |
Re: Configuring Window Maker |
Date: |
Thu, 30 Dec 2004 23:57:03 -0500 |
User-agent: |
Mutt/1.3.28i |
La plume légère, vers Thu, Dec 30, 2004 at 06:41:58PM -0700, heure
d'inspiration,
Adam Fedor écrivait en ces mots:
>
> On Dec 30, 2004, at 3:43 PM, Andreas Höschler wrote:
> > I want GWorkspace.app to be started automatically when logging in.
> >How do I do that? I tried to add "exec
> >/opt/GNUstep/System/Applications/GWorkspace.app/GWorkspace" or "exec
> >openapp /opt/GNUstep/System/Applications/GWorkspace.app" in .xinitrc,
> >but this didn't do the trick.
> >
> It should, but you need to make sure you start it before starting the
> window manager.
No, it should not because "exec" causes the shell to substitute itself
with its child process.
The correct sequence of commands would be:
source ..../GNUstep.sh
openapp GWorkspace &^
exec ..../windowmanager
Wolfgang