You are not logged in.

#1 2016-07-21 14:46:55

frankb
Member
Registered: 2016-07-02
Posts: 25

[SOLVED] no sound after i mute once from tint2

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

#2 2016-07-21 15:12:15

Horizon_Brave
Operating System: Linux-Nettrix
Registered: 2015-10-18
Posts: 1,473

Re: [SOLVED] no sound after i mute once from tint2

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

#3 2016-07-21 17:21:48

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,084
Website

Re: [SOLVED] no sound after i mute once from tint2

@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

Horizon_Brave wrote:

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

Horizon_Brave wrote:

feel free to correct me HoaS

You don't have to ask, my auto-correct is always on...
big_smile

Last edited by Head_on_a_Stick (2016-07-21 17:36:37)

Offline

#4 2016-07-21 17:31:14

Horizon_Brave
Operating System: Linux-Nettrix
Registered: 2015-10-18
Posts: 1,473

Re: [SOLVED] no sound after i mute once from tint2

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=2266

              I think you meant this thread, no? 
https://forums.bunsenlabs.org/viewtopic.php?id=2275&p=3


Horizon_Brave wrote:

feel free to correct me HoaS

You don't have to ask, my auto-correct is always on...
big_smile

              See? Even I can auto-correct the master auto-corrector once in a blue blue blue moon!  tongue

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

#5 2016-07-21 17:35:56

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,084
Website

Re: [SOLVED] no sound after i mute once from tint2

Horizon_Brave wrote:
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=2266

              I think you meant this thread, no? 
https://forums.bunsenlabs.org/viewtopic.php?id=2275&p=3

Er, no, but thanks for spotting the mistake smile

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

#6 2016-07-21 21:29:41

frankb
Member
Registered: 2016-07-02
Posts: 25

Re: [SOLVED] no sound after i mute once from tint2

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

#7 2016-07-21 21:37:16

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,074
Website

Re: [SOLVED] no sound after i mute once from tint2

Brilliant, marking this thread [SOLVED].


I don't care what you do at home. Would you care to explain?

Offline

Board footer

Powered by FluxBB