You are not logged in.
This happened already and i reinstalled bunsen. So I mute today and the sound wont come back, again. It is using pavucontrol by default. Here is my autostart.
## 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:
## [url]http://openbox.org/wiki/Help:Autostart[/url]
##
## If you do something cool with your autostart script and you think others
## could benefit from your hack, please consider sharing it at:
## [url]http://forums.bunsenlabs.org[/url] (registration required)
##
## SETTINGS START
## Configure touchpad. See 'man synaptics' for more info.
synclient VertEdgeScroll=1 HorizEdgeScroll=1 TapButton1=1 2>/dev/null
## 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
## Add keyboard mapping.
#xmodmap -e "keysym Insert = Multi_key"
## SETTINGS END
## GNOME PolicyKit authentication
/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 &
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) &
numlockx &
## Volume control for systray
(sleep 2; volti) &
## 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 &
## 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) &
xinput set-prop 11 'Device Accel Profile' -1 &
xinput set-prop 11 'Device Accel Velocity Scaling' 6 &
xinput set-prop 11 'Device Accel Constant Deceleration' 1.5 &
xinput set-prop 11 'Device Accel Adaptive Deceleration' 1.6 &
conky -p 5 -c $HOME/1a_accuweather_conkyweather_font/.conkyrc_1a_usa &
=== Mod Edit ===
Added
[code]
Please use code tags for terminal output
[/code]
to make output easier to read.
Last edited by Sector11 (2016-07-21 18:27:42)
Offline
From the autostart, it looks like you're using volti. We've had numerous volti issues, so the best recommendation (if I'm wrong, feel free to correct me HoaS) is to remove volti, and install the package, volumeicon-alsa. Then go back into your autostart and remove the volti call and add the same call but with volumeicon instead of the word volti.
Also you may have to increase the sleep time in that line to a bit higher than the 2 seconds. try 8, or 10
"I have not failed, I have found 10,000 ways that will not work" -Edison
Offline
@frankb: this is a known problem, sorry for the inconvenience.
See this thread for the current fix:
https://forums.bunsenlabs.org/viewtopic.php?id=2266
Also you may have to increase the sleep time in that line to a bit higher than the 2 seconds. try 8, or 10
The developers are trying to remove the `sleep` requirement from the scripts, see this post for the current method:
https://forums.bunsenlabs.org/viewtopic … 734#p32734
feel free to correct me HoaS
You don't have to ask, my auto-correct is always on...
Last edited by Head_on_a_Stick (2016-07-21 17:36:37)
Offline
The developers are trying to remove the `sleep` requirement from the scripts, see this post for the current method:
https://forums.bunsenlabs.org/viewtopic.php?id=2266
I think you meant this thread, no?
https://forums.bunsenlabs.org/viewtopic.php?id=2275&p=3
feel free to correct me HoaS
You don't have to ask, my auto-correct is always on...
See? Even I can auto-correct the master auto-corrector once in a blue blue blue moon!
Last edited by Horizon_Brave (2016-07-21 17:32:29)
"I have not failed, I have found 10,000 ways that will not work" -Edison
Offline
Head_on_a_Stick wrote:The developers are trying to remove the `sleep` requirement from the scripts, see this post for the current method:
https://forums.bunsenlabs.org/viewtopic.php?id=2266I think you meant this thread, no?
https://forums.bunsenlabs.org/viewtopic.php?id=2275&p=3
Er, no, but thanks for spotting the mistake
https://forums.bunsenlabs.org/viewtopic … 734#p32734
Actually, I am going to add that to the OP of the sticky guide because we should be testing that method directly now.
@OP: Sorry for the confusion.
Offline
ok, i did everything in the first post of this link:
https://forums.bunsenlabs.org/viewtopic.php?id=2266
and it works now. thanks!
Offline
Brilliant, marking this thread [SOLVED].
I don't care what you do at home. Would you care to explain?
Offline