You are not logged in.
Hey guys,
I followed johnraff's guidance to replace volti with volumeicon. I have done this on multiple installations of BL on various hardware. Now, I have most recently done it on a MacBook Pro 11,5. Manually starting volumeicon works fine. Starting it in autostart, even as the final item with a 30 second delay, does not cause it to auto start. How should I go about troubleshooting this?
Thanks!
Offline
Post your autostart file and wrap it in code tags, please.
I don't care what you do at home. Would you care to explain?
Offline
Disregard, it works if I set it to 30 seconds. I had it set to 20 seconds and it wasn't working. Still, 30 seconds to start volumeicon seems a bit much...
Offline
it works if I set it to 30 seconds
Really?
I never put any `sleep`s in my autostart files and volumeicon always works as expected.
Could you post your complete file please?
I will see if I can reproduce this.
Offline
Yep will do. I'm at work so can't until later. It's on a MBP so it could be some goofy hardware issue. I also updated asound stuff, if memory serves, so I'll have to go through my bash history (fairly new installation) and see what all I've done.
That said, I seem to recall a few people having issues with volumeicon not working unless an absurdly long sleep period is prepended to launching it.
Offline
I can confirm that volumeicon needs a good sleep before being got out of bed. On this machine (4x3.2GHz Intel i3) every so often it fails to start and I increase the sleep a little. At the moment it's at 12s and we'll see if that's enough...
...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )
Offline
Drat, forgot to update the thread with my configuration contents. All the same, I wonder if there is a bug in volumeicon somewhere.
@johnraff - any brainstorm ideas how to redirect the volumeicon launch into a log file, to see what's causing hiccups during autostart? I'll see if anyone is tracking bugs in volumeicon itself.
Offline
....
@johnraff - any brainstorm ideas how to redirect the volumeicon launch into a log file, to see what's causing hiccups during autostart? I'll see if anyone is tracking bugs in volumeicon itself.
Anything in '~/.xsession-errors'?
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
OK, this is interesting...
Just tried removing all the `sleep`s in the autostart file:
https://gist.github.com/Head-on-a-Stick … 8c410eaf4d
volumeicon fails to start with this error:
volumeicon: alsa_backend.c:86: asound_get_volume: Assertion `m_elem != ((void *)0)' failed.
Let me fiddle some more...
EDIT: https://forums.bunsenlabs.org/viewtopic … d=628#p628
EDIT2: `sleep 2s` works in my system, no errors now
https://gist.github.com/Head-on-a-Stick … 6f685f0653
Last edited by Head_on_a_Stick (2016-06-28 18:12:36)
Offline
Interesting. Old volumeicon bug listed as fixed here: https://github.com/Maato/volumeicon/issues/6
However the suggestion is to blacklist pcspeaker. I think that may be a red herring.
Perhaps the full alsa/pulse stack hasn't been completely instantiated by this point? Is there a way to test?
Offline