You are not logged in.

#1 2017-11-25 21:06:59

i33te
Member
Registered: 2017-04-05
Posts: 23

volumeicon missing from tint2

hi everyone-

i have noticed after a couple of reboots and restarting tint2 the volumeicon is missing and will not be available unless startup

modifications that could be relevant to the issue-

     i have pauvcontrol as the volume control

could it have been an update that "broke" the startup?

the volumeicon becomes available after I run it manually after each boot.

will provide info at request-

thanks for stopping by also!

-R

Offline

#2 2017-11-25 21:20:42

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

Re: volumeicon missing from tint2

i33te wrote:

could it have been an update that "broke" the startup?

Unlikely, updates will not touch your home folder.

Can we please see the output of:

grep -v '^#\|^$' ~/.config/openbox/autostart

Offline

#3 2017-11-25 21:33:24

i33te
Member
Registered: 2017-04-05
Posts: 23

Re: volumeicon missing from tint2

output of grep -v '^#\|^$' ~/.config/openbox/autostart-

synclient VertEdgeScroll=1 HorizEdgeScroll=1 TapButton1=1 2>/dev/null
xset r rate 250 25
xset b off
/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 &
nitrogen --restore &
bl-compositor --start &
(sleep 2s; bl-tint2-session) &
(sleep 2s; bl-conky-session --autostart) &
(sleep 2s; volumeicon) &
if [ "$(readlink -f $(which bl-file-manager))" = "$(which thunar)" ]
then
    thunar --daemon &
fi
xfce4-power-manager &

Offline

#4 2017-11-25 21:36:44

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

Re: volumeicon missing from tint2

^ That's our old autostart file, you have discovered why we changed it  smile

Here is the new version:

https://raw.githubusercontent.com/Bunse … /autostart

You can copy that over your old one and log out & back in again to bring the icon back to life (hopefully).

Offline

#5 2017-11-25 21:47:01

i33te
Member
Registered: 2017-04-05
Posts: 23

Re: volumeicon missing from tint2

noob question- will i need to make any changes to xdg autostart as well?

other thoughts- after reading it i dont see any problem if anything its an improvement- been having problems with touchpad response for quite a while now

Offline

#6 2017-11-25 21:51:01

i33te
Member
Registered: 2017-04-05
Posts: 23

Re: volumeicon missing from tint2

update- all seems good after a replace/reboot smile  thanks much Head_on_a_Stick

Offline

#7 2017-11-25 21:56:31

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

Re: volumeicon missing from tint2

^ You're welcome  smile

i33te wrote:

will i need to make any changes to xdg autostart as well?

I don't think any other changes are needed but I'm sure others will correct me if I'm wrong.

Offline

#8 2017-11-25 22:14:30

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

Re: volumeicon missing from tint2

i33te wrote:

will i need to make any changes to xdg autostart as well?

Just remembered that you do in fact need to use this string:

mkdir -p ~/.config/autostart && cp /etc/xdg/autostart/pulseaudio.desktop ~/.config/autostart && echo "Hidden=true" >> ~/.config/autostart/pulseaudio.desktop

This will disable the xdg autostart of PA in favour of our bl-start-pulseaudio-x11 script.

Offline

#9 2017-11-25 22:36:12

i33te
Member
Registered: 2017-04-05
Posts: 23

Re: volumeicon missing from tint2

suppose theres a thread on this very move or more likely, thats already part of deuterium?

Last edited by i33te (2017-11-25 22:36:31)

Offline

#10 2017-11-25 22:38:59

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

Re: volumeicon missing from tint2

^ Erm, yes, quite, there _is_ a thread but I'm watching Ex Machina on Channel 4 atm so I haven't searched for it  :8

Offline

#11 2017-11-25 22:43:14

i33te
Member
Registered: 2017-04-05
Posts: 23

Re: volumeicon missing from tint2

no problem i have been looking myself atm- otherwise enjoy your evening smile

Offline

#12 2017-11-25 23:47:00

martix
Kim Jong-un Stunt Double
Registered: 2016-02-19
Posts: 1,267

Re: volumeicon missing from tint2

Just a sidenote: Sometimes Volumeicon does not start for me automatically. This is what I saw in xsession-errors:

** (volumeicon:12182): WARNING **: Binding 'XF86AudioMute' failed!
Failed to bind XF86AudioMute

It might be irrelevant for the starting issue. I was just not sure where to look for hints why it is occasionally missing after a boot.

Offline

#13 2018-02-18 20:34:20

aitor_czr
Member
Registered: 2017-04-29
Posts: 14

Re: volumeicon missing from tint2

Hi,

Someone reported the same issue in the forum of bunsenlabs in spanish (google+), and i recommended him to use volti instead of volumeicon. Besides, volti has its own mixer in gtk.

Hope this help smile

Offline

#14 2018-02-18 22:52:01

martix
Kim Jong-un Stunt Double
Registered: 2016-02-19
Posts: 1,267

Re: volumeicon missing from tint2

@aitor_czr There was an annoying thing with Volti as a notification popped up every time after changing the volume.

After having Volumeicon for some time I personally would not recommend Volti, but it's also a question of taste. I still have occasionally the missing Volumeicon icon from the systray after boot, but simply starting "volumeicon" from terminal solves the issue.

Offline

#15 2018-02-18 23:20:52

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

Re: volumeicon missing from tint2

martix wrote:

occasionally the missing Volumeicon icon from the systray after boot

Do you have our helper script installed?

which bl-start-pulseaudio-x11 > /dev/null 2>&1 && echo yup || echo oh no!

Offline

Board footer

Powered by FluxBB