You are not logged in.

#1 2012-06-04 14:27:31

ichi-no-eda
Member
Registered: 2011-08-28
Posts: 33

[solved] Openbox - autostart not executed completely

Hi there.

Since today openbox does not execute its autostart-file completely. It stops when it comes to applications which are supposed to start delayed (sleep).

Also not all applications in ~/.config/autostart are started.

Is there something new in openbox and/or slim? Those packages where upgraded yesterday among others.

Thanks for suggestions.

Last edited by ichi-no-eda (2012-06-04 15:23:46)

Offline

#2 2012-06-04 14:38:17

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: [solved] Openbox - autostart not executed completely

can you show us your autostart file?


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

#3 2012-06-04 15:13:46

anonymous_user
Member
Registered: 2009-08-28
Posts: 3,059

Re: [solved] Openbox - autostart not executed completely

You did remember to include ampersands "&" at the end of your entries right?

Offline

#4 2012-06-04 15:19:39

ichi-no-eda
Member
Registered: 2011-08-28
Posts: 33

Re: [solved] Openbox - autostart not executed completely

This is in my autostart-file. The funny thing is it worked until today. And it is executed until including the moon screenlet.

## Keyboard
setxkbmap de &
numlockx on &

## Power management
xfce4-power-manager &

## File-Manager Daemon
thunar --daemon &

## Wallpaper
nitrogen --restore &

## Panel
tint2 &

## xscreensaver
xscreensaver -no-splash &

## Moon Screenlet
python2 -u /home/daniel/.screenlets/FuriusMoon/FuriusMoonScreenlet.py

## Compositing
(sleep 2s && compton -cC -fF -I 0.06 -O 0.06 -D 4 -t-9 -l-9 -r 6 -o 0.6 -G -b) &

## Volumeicon
(sleep 3s && volumeicon) &

## Clipboard manager
(sleep 3s && parcellite) &

## Desktop notes
(sleep 4s && xfce4-notes) &

## Rainlendar
(sleep 4s && /opt/rainlendar2/rainlendar2) &

## Conky
(sleep 5s && conky -c ~/.conky/my_conky_time) &
(sleep 6s && conky -c ~/.conky/todo) &
(sleep 7s && conky -c ~/.conky/original_scripts/my_conky_conkyrc) &
(sleep 8s && conky -c ~/.conky/Weather/conkyrc_accuweather) &

## Devilspie
(sleep 17s && devilspie -a) &
(sleep 21s && killall -15 devilspie) &

Offline

#5 2012-06-04 15:22:18

ichi-no-eda
Member
Registered: 2011-08-28
Posts: 33

Re: [solved] Openbox - autostart not executed completely

Man! I'm so stupid! I just saw it. I forgot the ampersand after FuriusMoonScreenlet.py!

So sorry for bothering anybody with this!!!!!

Thanks for pushing me in the right direction!

Last edited by ichi-no-eda (2012-06-04 15:25:07)

Offline

Board footer

Powered by FluxBB