[openbox] Executing programs on startup
Martin Dinstuhl
MartinD at tocquigny.com
Wed Sep 22 14:39:21 EDT 2004
Hey everyone!
Thanks for the help. I haven't got it working yet but I'm still messing
around with it. Has anyone ever seen this error when trying to run obpager:
Could not create pager: src/OBPager.cc:648:getAtomAsLongs:Cannot get X
Property for Atom 0xf0 = '_NET_NUMBER_OF_DESKTOPS', result=0, actualType=0
I'm still looking into this - if I come up with the answer I'll post it
here.
Thanks!
Martin Dinstuhl
-----Original Message-----
From: Aaron Griffin [mailto:aaronmgriffin at gmail.com]
Sent: Wednesday, September 15, 2004 4:52 PM
To: openbox at icculus.org
Subject: Re: [openbox] Executing programs on startup
On Wed, 15 Sep 2004 23:39:09 +0200, Mikael Magnusson <mikachu at gmail.com>
wrote:
> On Wed, 15 Sep 2004 16:36:14 -0500, Aaron Griffin
> <aaronmgriffin at gmail.com> wrote:
> > Try this in your .xinitrc (or .xsession, depending on usage):
> >
> > ###
> > pid = my_window_manager &
>
> What you probably meant is this,
> openbox & pid=$!
>
>
>
> > some_program &
> > OBPager &
> > another_program &
> > gkrellm &
> >
> > wait $pid
> > ###
>
ack! yeah sorry.....
Correction:
###
openbox & pid=$!
some_program &
OBPager &
another_program &
gkrellm &
wait $pid
###
--
Got a question? http://catb.org/~esr/faqs/smart-questions.html
More information about the openbox
mailing list