Author Topic: (Solved) Double volume icon in task bar in OpenBox Bonsai  (Read 1068 times)

Offline ka9yhd

  • Hero Member
  • *****
  • Posts: 1317
(Solved) Double volume icon in task bar in OpenBox Bonsai
« on: October 31, 2011, 10:50:37 AM »
Some time back I had seen where someone had an issue with having two volume icons in the task bar, but for the life of me I can not find that post on how to fix it.  I have searched the forums and have come up with nothing.

This started last week after doing some updates.  Now I have two volume icons in the task bar.

Running Openbox Bonsai 2011.08
« Last Edit: November 01, 2011, 02:48:02 PM by ka9yhd »
Intelligence is knowing that a tomato is a fruit.
However, wisdom is knowing not to put a tomato in a fruit salad.

Offline pags

  • Hero Member
  • *****
  • Posts: 2518
  • Keep it clean.
Re: Double volume icon in task bar in OpenBox Bonsai
« Reply #1 on: October 31, 2011, 12:51:48 PM »
Sounds like you have two (or more) audio mixers running (or, multiple instances of the same)...

What are the results of the following command:
Code: [Select]
ps aux | grep -i mix

Offline Yankee

  • Hero Member
  • *****
  • Posts: 1472
  • In theory, theory=practice, in practice ???
Re: Double volume icon in task bar in OpenBox Bonsai
« Reply #2 on: October 31, 2011, 01:24:06 PM »
I can not find that post on how to fix it.

I think the easiest way to fix it was go to
/home/user/.config/openbox/autostart.sh
and comment out the volumeicon command with
a good old #.   That's how I fixed mine.

Have a good one.

FF
ASUS EeePc 900HA netbook  1.6 Ghz Atom CPU  1GB RAM
160 GB internal HD    Seagate 250 GB USB portable drive 
Intel ‎Mobile 945GSE Integrated Graphics Controller
Atheros AR242x/AR542x Wireless Network Adapter
Intel (N10/ICH7 Family) High Definition Audio
Dynex 5-Button Wired Optical Mouse
LXDE

Offline ka9yhd

  • Hero Member
  • *****
  • Posts: 1317
Re: Double volume icon in task bar in OpenBox Bonsai
« Reply #3 on: November 01, 2011, 02:10:10 PM »
Sounds like you have two (or more) audio mixers running (or, multiple instances of the same)...

What are the results of the following command:
Code: [Select]
ps aux | grep -i mix


[robert@localhost ~]$ ps aux | grep -i mix
robert    2736  0.0  0.0   4288   752 pts/0    S+   15:09   0:00 grep --color -i mix
[robert@localhost ~]$
Intelligence is knowing that a tomato is a fruit.
However, wisdom is knowing not to put a tomato in a fruit salad.

Offline ka9yhd

  • Hero Member
  • *****
  • Posts: 1317
Re: Double volume icon in task bar in OpenBox Bonsai
« Reply #4 on: November 01, 2011, 02:15:12 PM »
I can not find that post on how to fix it.

I think the easiest way to fix it was go to
/home/user/.config/openbox/autostart.sh
and comment out the volumeicon command with
a good old #.   That's how I fixed mine.

Have a good one.

FF

That worked.......... Thanks

Commented out:

# volumeicon  &
Intelligence is knowing that a tomato is a fruit.
However, wisdom is knowing not to put a tomato in a fruit salad.

Offline pags

  • Hero Member
  • *****
  • Posts: 2518
  • Keep it clean.
Re: Double volume icon in task bar in OpenBox Bonsai
« Reply #5 on: November 01, 2011, 02:17:48 PM »
Sorry that didn't result in anything useful, for you :(

Did you try Ferdes Fides' suggestion?

If "volumeicon" is the name of the executable, you could substitute "icon" for "mix" in the command I posted, and see if that returns anything...


...

Never mind.  Too slow to post, I see...

Offline melodie

  • Hero Member
  • *****
  • Posts: 5942
  • XMMP=Jabber, free instant messaging protocol !
    • PCLinuxOS Fr
Re: Double volume icon in task bar in OpenBox Bonsai
« Reply #6 on: November 01, 2011, 02:19:00 PM »
Hi,

This happened after the update of Openbox, (thanks a lot to Galen who did the new package !)

Well, the new Openbox already took care of starting volumeicon, so it is not necessary to keep the line in the autostart.sh file anymore !
melodie at swissjabber dot ch - IRC #pclinuxos-fr sur freenode

Offline ka9yhd

  • Hero Member
  • *****
  • Posts: 1317
Re: Double volume icon in task bar in OpenBox Bonsai
« Reply #7 on: November 01, 2011, 02:47:31 PM »
Now she tells us........   ;D ;D ;D ;D

Ok I will mark this "solved".  Thank you to all who responded.  :)
Intelligence is knowing that a tomato is a fruit.
However, wisdom is knowing not to put a tomato in a fruit salad.

Offline melodie

  • Hero Member
  • *****
  • Posts: 5942
  • XMMP=Jabber, free instant messaging protocol !
    • PCLinuxOS Fr
Re: Double volume icon in task bar in OpenBox Bonsai
« Reply #8 on: November 01, 2011, 02:53:23 PM »
Now she tells us........   ;D ;D ;D ;D

Ok I will mark this "solved".  Thank you to all who responded.  :)

Now I tell YOU ! :D

Ferdes Fides already knew because we already noticed before, and I did repeat it many times when the new Openbox came out.

Regards,
Mélodie



melodie at swissjabber dot ch - IRC #pclinuxos-fr sur freenode

Offline ka9yhd

  • Hero Member
  • *****
  • Posts: 1317
Re: (Solved) Double volume icon in task bar in OpenBox Bonsai
« Reply #9 on: November 01, 2011, 02:56:43 PM »
THANK YOU  ;D ;D

I do remember seeing a discussion about the double volume icon, but I could not find that discussion....... So I asked.   ;)
Intelligence is knowing that a tomato is a fruit.
However, wisdom is knowing not to put a tomato in a fruit salad.

Offline tony1ant

  • Jr. Member
  • **
  • Posts: 17
Re: (Solved) Double volume icon in task bar in OpenBox Bonsai
« Reply #10 on: January 19, 2012, 02:29:09 PM »
I had the same problem after updating synaptic, double sound icon. The # workaround worked for me too
Thank You