You are not logged in.
Pages: 1
Because volumeicon is so handy, we would like to use it with PulseAudio, but the only way that seems to work consistently is when volumeicon is started after PA. We can do that by creating a script:
#!/bin/bash
pulseaudio --start
sleep 2
volumeicon &
exit 0
Then that is added to Session and Startup > Application Autostart, and the volumeicon autostart entry needs to be unchecked. But we wonder if there is a native/better method of doing that? It does not look like the entries in Application Autostart are in launch order.
MX-23 (based on Debian Stable) with our flagship Xfce 4.18.
Offline
It does not look like the entries in Application Autostart are in launch order.
That seems like a... Well, if not a bug, certainly an "anti-feature" .
Regards,
MDM
Offline
well not sure about that (OSS - still here), but it shoud work with something like
Exec=pulseaudio --start && sleep 2 && volumeicon
in the desktop file
Offline
Thanks for the suggestion. That did not work for the people who tested it, but it led to a similar solution: call that script I posted instead from wherever it is located. For example:
Exec=/usr/local/bin/name-of-script
That seems to work for everybody, though the script would not survive a reinstall in that location.
MX-23 (based on Debian Stable) with our flagship Xfce 4.18.
Offline
looks like GNOME has a extension for this: http://www.webupd8.org/2014/05/how-to-d … ns-in.html maybe xfsm can interpret this, too?
Offline
Worth a look, thanks.
MX-23 (based on Debian Stable) with our flagship Xfce 4.18.
Offline
Pages: 1
[ Generated in 0.015 seconds, 8 queries executed - Memory usage: 535.88 KiB (Peak: 536.73 KiB) ]