You are not logged in.
Pages: 1
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
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
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
^ That's our old autostart file, you have discovered why we changed it
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
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
update- all seems good after a replace/reboot thanks much Head_on_a_Stick
Offline
^ You're welcome
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
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
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
^ 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
no problem i have been looking myself atm- otherwise enjoy your evening
Offline
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
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
Offline
@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
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
Pages: 1