hi, i just install freebsd 7.1 rc1 and i decide to use openbox.
i install base system with out gnome an has install openbox + pypanel + feh.
everything is running smoothly but got one problem to autostart my openbox and pypanel
with the command above, feh background autostart when start up but pypanel didnt appear..but if i disable feh command, pypanel load at startup.
help me to load both pypanel and feh at the same time please.
i think there is a problem with my autostart.sh.
hope you guys can help me figure out the problem
thanks in advance
i install base system with out gnome an has install openbox + pypanel + feh.
everything is running smoothly but got one problem to autostart my openbox and pypanel
Code:
.xinitrc
exec openbox-session
Code:
~/.config/openbox/autostart.sh
# This shell script is run before Openbox launches
# Environment variables set here are passed to the Openbox session.
feh --bg-scale ~/Pictures/wallpaper/modify.jpg &
pypanel &
with the command above, feh background autostart when start up but pypanel didnt appear..but if i disable feh command, pypanel load at startup.
help me to load both pypanel and feh at the same time please.
i think there is a problem with my autostart.sh.
hope you guys can help me figure out the problem
thanks in advance