You are not logged in.

#1 2008-01-15 12:50:19

Stalafin
Member
From: Berlin, Germany
Registered: 2007-10-26
Posts: 617

[openbox] running pypanel from start - doesn't work

I want to start pypanel simultaneously with starting openbox. That doesn't work though.

First I wanted to do that via .xinitrc:

pypanel &
exec openbox-session

After that didn't work I did the same thing from openbox' autostart.sh:

# Run system-wide support
. $GLOBALAUTOSTART

nitrogen --restore &
pypanel

That didn't work out either.
Running it from terminal though - after openbox booted - everything is fine.

Offline

#2 2008-01-15 13:18:03

gothmog.todi
Member
From: Austria
Registered: 2007-07-18
Posts: 120

Re: [openbox] running pypanel from start - doesn't work

this is what i use to start pypanel with compiz. It should also work with openbox.

save the following script to a file and start it in your .xinitrc before the exec openbox:

#!/bin/sh
sleep 6
pypanel &

[edit]
did you try to start pypanel in the background in the autostart.sh?
[/edit]

Last edited by gothmog.todi (2008-01-15 13:23:45)

Offline

#3 2008-01-15 13:32:41

RhahkJin
Member
From: Tübingen, Germany
Registered: 2007-12-05
Posts: 13

Re: [openbox] running pypanel from start - doesn't work

Try this one:

˜/.xinitrc:

exec openbox-session

˜/.config/openbox/autostart.sh

(sleep 2 && pypanel) &

Offline

#4 2008-01-15 14:12:28

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,896
Website

Re: [openbox] running pypanel from start - doesn't work

#start panel .....
pypanel & 
exec openbox

Is all I use in autostart.sh


Mr Green

Offline

#5 2008-01-15 14:29:37

Stalafin
Member
From: Berlin, Germany
Registered: 2007-10-26
Posts: 617

Re: [openbox] running pypanel from start - doesn't work

RhahkJin wrote:

Try this one:

˜/.xinitrc:

exec openbox-session

˜/.config/openbox/autostart.sh

(sleep 2 && pypanel) &

That was it. smile Thanks!

Offline

#6 2008-03-04 12:12:14

hk2717
Member
From: China
Registered: 2007-09-13
Posts: 217

Re: [openbox] running pypanel from start - doesn't work

HeinzM wrote:
RhahkJin wrote:

Try this one:
˜/.config/openbox/autostart.sh

(sleep 2 && pypanel) &

This can be used for everything I want to start with openbox, can't I?
E.g. nitrogen?

I'll give it a try-

Yes, everything that you want to start with openbox should be here.

Offline

#7 2008-03-04 21:09:17

synorgy
Member
From: $HOME
Registered: 2005-07-11
Posts: 272
Website

Re: [openbox] running pypanel from start - doesn't work

You would put all login stuff here, but not all of it needs the 'sleep 2' portion. mine looks something like:

nitrogen --restore &
(sleep 2 && pypanel) &
gnome-power-manager &
volwheel &
nm-applet


"Unix is basically a simple operating system, but you have to be a genius to understand the simplicity." (Dennis Ritchie)

Offline

Board footer

Powered by FluxBB