You are not logged in.
--- Mod edit: split from Development & Suggestions
Hi i have got an issue with volumeicon i have put it in the autostart but it will not start at boot
If i start it with dmenu or a terminal all works well
Any idea is welcome
Last edited by wagmic (2016-05-20 18:39:07)
La liberté, personne ne peut l’expliquer mais tout le monde peut la comprendre.Cecilia Meireles
Tout ce qui n'est pas donné ou partagé est perdu (proverbe tsigane)
Offline
Please post your autostart file.
Offline
Verry fast answer
## Openbox autostart
## ====================
## When you login to your BunsenLabs Openbox session, this autostart script
## will be executed to set-up your environment and launch any applications
## you want to run at startup.
##
## Note: some programs, such as 'nm-applet' are run via XDG autostart.
## Run
## /usr/lib/i386-linux-gnu/openbox-xdg-autostart --list
## or
## /usr/lib/x86_64-linux-gnu/openbox-xdg-autostart --list
## to list any XDG autostarted programs.
##
## More information about this can be found at:
## http://openbox.org/wiki/Help:Autostart
##
## If you do something cool with your autostart script and you think others
## could benefit from your hack, please consider sharing it at:
## http://bunsenlabs.org
##
## GNOME PolicyKit and Keyring
eval $(gnome-keyring-daemon -s --components=pkcs11,secrets,ssh,gpg) &
## for authentication
/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 &
## Set root window colour
#hsetroot -solid "#2E3436" &
nitrogen --restore &
bl-compositor --start &
## Start the tint2 session (the default tint2 will run if no sessions have been set)
(sleep 2s; bl-tint2-session) &
## Start the Conky session (the default conkyrc will run if no sessions have been set)
(sleep 2s; bl-conky-session --autostart) &
## Volume control for systray
#(sleep 2; volti) &
(sleep 2; volumeicon) &
## Volume keys daemon
#xfce4-volumed &
## Start Clipboard manager
(sleep 3; clipit) &
## Start Thunar Daemon, if set as bl-file-manager
if [ "$(readlink -f $(which bl-file-manager))" = "$(which thunar)" ]
then
thunar --daemon &
fi
## Enable power management
xfce4-power-manager &
## Start the battery applet
#(sleep 2; fdpowermon) &
## Start xscreensaver (light-locker now used by default, run via XDG autostart.)
#xscreensaver -no-splash &
## Detect and configure touchpad. See 'man synclient' for more info.
if egrep -iq 'touchpad' /proc/bus/input/devices; then
synclient VertEdgeScroll=1 &
synclient HorizEdgeScroll=1 &
synclient TapButton1=1 &
fi
## Set keyboard settings - 250 ms delay and 25 cps (characters per second) repeat rate.
## Adjust the values according to your preferances.
xset r rate 250 25 &
## Turn on/off system beep
xset b off &
## bl-welcome - post-installation script, will not run in a live session and
## only runs once. Safe to remove.
#(sleep 10; bl-welcome --firstrun) &
## bl-fortune - have the system come up with a little adage (not yet enabled)
#(sleep 120; bl-fortune) &
synclient VertEdgeScroll=1 &
synclient HorizEdgeScroll=1 &
synclient TapButton1=1 &
La liberté, personne ne peut l’expliquer mais tout le monde peut la comprendre.Cecilia Meireles
Tout ce qui n'est pas donné ou partagé est perdu (proverbe tsigane)
Offline
Increase the sleep value. Set it to 30.
If that works, try decreasing it until it does not work any more.
Offline
have you tried moving it further down the list of other called applications?
"I have not failed, I have found 10,000 ways that will not work" -Edison
Offline
Thanks i have tried to move down the list but the same i have try whith sleep 5 s but i will try whith 30
EDIT all is good whith 30 s i ll keep it like this
Last edited by wagmic (2016-05-20 18:38:34)
La liberté, personne ne peut l’expliquer mais tout le monde peut la comprendre.Cecilia Meireles
Tout ce qui n'est pas donné ou partagé est perdu (proverbe tsigane)
Offline
Thanks i have tried to move down the list but the same i have try whith sleep 5 s but i will try whith 30
EDIT all is good whith 30 s i ll keep it like this
Cool. Just to confirm, you changed the sleep command directly before the call to volumeicon right? So it looks like this:
( sleep 30; volumeicon) &
?
"I have not failed, I have found 10,000 ways that will not work" -Edison
Offline
Yes i comfirm
La liberté, personne ne peut l’expliquer mais tout le monde peut la comprendre.Cecilia Meireles
Tout ce qui n'est pas donné ou partagé est perdu (proverbe tsigane)
Offline