You are not logged in.

#1 2009-04-08 04:38:15

synthead
Member
Registered: 2006-05-09
Posts: 1,337

XFCE's mixer plugin stops at 90% when using scroll wheel over icon

Yeah, title says it.  By putting the cursor over the icon and using the scroll wheel, the volume goes up to 90%.  But when I open the mixer and drag the master slider, it goes to 100%.  How do I fix this?

Offline

#2 2009-04-08 06:07:22

jt512
Member
Registered: 2009-02-19
Posts: 262

Re: XFCE's mixer plugin stops at 90% when using scroll wheel over icon

I didn't know you could even use the scroll wheel on the icon, but now that I do, I see that mine sticks at 90%, too.

(Sorry about the "me too" post.)

Jay

Offline

#3 2009-04-08 10:46:29

whoops
Member
Registered: 2009-03-19
Posts: 891

Re: XFCE's mixer plugin stops at 90% when using scroll wheel over icon

Had the same Problem, was really annoying me. Probably a baaad baad bad workaround:

in src/xfce4-mixer-4.6.0/panel-plugin (ABS / xfce4-mixer)
changed xfce-volume-button.c, line 204 & 205:

  /* Create adjustment for the button (from 0.0 to 1.0 in 5% steps) */
  button->adjustment = gtk_adjustment_new (0.0, 0.0, 1.0, 0.05, 0.05, 0.1);

to

  /* Create adjustment for the button (from 0.0 to 1.0 in 5% steps) */
  button->adjustment = gtk_adjustment_new (0.0, 0.0, 1.1, 0.05, 0.05, 0.1);

rebuild, done.

I've been searching for a while for the real problem, but I'm no programmer. Looks as if somewhere someone perhaps startet counting at 1% instead of 0% or something, but I've got no idea where.


(useless EDIT: Seems as if someone already fixed it in the newest version available in ABS since I changed it on my machine. Wait, trying...
EDIT: Nope, still only works up to 90% in current ABS version I think - might have just forgotten to re-extract the source of the panel after update. Redoing the "bad fix" got it to 100% again though.)

Last edited by whoops (2009-04-08 11:17:41)

Offline

#4 2009-04-19 04:38:57

synthead
Member
Registered: 2006-05-09
Posts: 1,337

Re: XFCE's mixer plugin stops at 90% when using scroll wheel over icon

whoa, sounds good, I'll try it!

I filed a bug to the XFCE upstream too smile

Offline

#5 2009-04-19 07:00:55

moljac024
Member
From: Serbia
Registered: 2008-01-29
Posts: 2,676

Re: XFCE's mixer plugin stops at 90% when using scroll wheel over icon

lol i thought that was deliberate....


The day Microsoft makes a product that doesn't suck, is the day they make a vacuum cleaner.
--------------------------------------------------------------------------------------------------------------
But if they tell you that I've lost my mind, maybe it's not gone just a little hard to find...

Offline

#6 2009-04-22 22:20:11

_saiko
Member
From: systemreich
Registered: 2007-08-06
Posts: 91
Website

Re: XFCE's mixer plugin stops at 90% when using scroll wheel over icon

so far i'm concerned the old mixer plugin was way more functional
any way to recover it?


cat.7 - where crosstalk is not an issue anymore :'(

Offline

#7 2009-04-22 23:26:20

moljac024
Member
From: Serbia
Registered: 2008-01-29
Posts: 2,676

Re: XFCE's mixer plugin stops at 90% when using scroll wheel over icon

_saiko wrote:

so far i'm concerned the old mixer plugin was way more functional
any way to recover it?

I agree, I hated the new one the moment I set my eyes upon it...
Perhaps the old version will just work with the new panel ? You could try that....I don't even use the mixer applet anymore, I just put a launcher for gnome-alsamixer wink


The day Microsoft makes a product that doesn't suck, is the day they make a vacuum cleaner.
--------------------------------------------------------------------------------------------------------------
But if they tell you that I've lost my mind, maybe it's not gone just a little hard to find...

Offline

#8 2009-04-25 10:45:21

_saiko
Member
From: systemreich
Registered: 2007-08-06
Posts: 91
Website

Re: XFCE's mixer plugin stops at 90% when using scroll wheel over icon

what's the last version of old xfce4-mixer plugin?

edit: sorry i meant mixer, NOT mailwatch smile

Last edited by _saiko (2009-04-25 11:38:24)


cat.7 - where crosstalk is not an issue anymore :'(

Offline

#9 2009-04-25 11:34:17

peart
Member
From: Kanuckistan
Registered: 2003-07-28
Posts: 510

Re: XFCE's mixer plugin stops at 90% when using scroll wheel over icon

The mailwatch page says the last version is 1.1.0.  The previous version in Arch was 1.0.1 (history here).

Offline

#10 2009-04-25 11:39:06

_saiko
Member
From: systemreich
Registered: 2007-08-06
Posts: 91
Website

Re: XFCE's mixer plugin stops at 90% when using scroll wheel over icon

sorry i meant mixer and NOT mailwatch plugin big_smile


cat.7 - where crosstalk is not an issue anymore :'(

Offline

#11 2009-04-25 11:59:15

peart
Member
From: Kanuckistan
Registered: 2003-07-28
Posts: 510

Re: XFCE's mixer plugin stops at 90% when using scroll wheel over icon

The mixer version numbers seem to follow XFCE's versions, so the last "old one" would have been 4.4.3.

Offline

#12 2009-04-25 12:30:03

_saiko
Member
From: systemreich
Registered: 2007-08-06
Posts: 91
Website

Re: XFCE's mixer plugin stops at 90% when using scroll wheel over icon

hm... the xfce mixer version 4.4.3 seems to require libxfce4mcs (wich is now replaced by xfconf)
any idea how to bypass that? :\


cat.7 - where crosstalk is not an issue anymore :'(

Offline

Board footer

Powered by FluxBB