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?

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)

Similar Messages

  • Safari crash in Acrord32 when use scroll wheel while PDF loading

    Whenever I download a PDF (in browser), Safari 4 crashes in Acrord32 if I use the scroll wheel on my mouse while the PDF is still loading.
    This seems to often happen to me as I impatiently want to start browsing the PDF without waiting for it to finish loading completely.
    This happens for me on two completely different systems - one XP, one Vista.
    Using latest version of Acrobat Reader (9), and in both 4 and 4.02 of Safari for Windows.
    Mostly I get a "this program needs to close" type message from Windows, and clicking on details show Acrord32 as the problem. However sometimes Safari just freezes using 95% CPU, or occasionally the program just disappears.
    Anyone else seen this behaviour?

    Yes, I see it too with the same exact combination of Safari and Adobe Reader.

  • How do I stop system sounds when using AirPlay on my MacBook Pro?

    Hi all,
    Probably a quick question, but I'm fairly new to Macs. I've a Macbook Pro 13 Late 2011 and now I've got an Apple TV, I use AirPlay. But how do I stop system sounds when using AirPlay?
    Many thanks in advance, Jon.

    Open AirPort Utility located in HD > Applications > Utilities
    From the AirPort Utility menu bar click AirPort Utility > Preferences
    Deselect:   Monitor AirPort base stations for problems

  • MOUSE Loses Power When SCROLL WHEEL is used, power back up when CLICK SCROLL WHEEL. FRUSTRATING.

    Whenever I scroll using the scroll wheel with this Belkin USB MOUSE my mouse loses POWER and becomes unresponsive.  It only regains power when the SCROLL WHEEL IS CLICKED.  It works perfectly on other hardware so I know that it's this TOSHIBA LAPTOP or an UPDATE thatis the PROBLEM.   I do NOT use the touchpad because they are inferior to mice when working with graphics.  Is there some kind of conflict here?  How do I PERMANENTLY disable the touchpad--it's completely and utterly useless to me compared to a mouse and just makes me angry and I really want to be able to use the scroll wheel on the MOUSE without it turning on and off and on and off and on and off.  This is a very recent issue that hasn't plagued me until recently maybe within a week or two. Note when this happens it flips between the synaptics touchpad and the mouse for CURRENT SELECTED INPUT DEVICE, regardless of WHETHER OR NOT I have it set to disable touchpad when usb device is plugged in, so I don't need to try that step. Thanks! 

    I haven't heard of the scroll wheel issue anywhere else (mine is fine), but the blank picture issue is known.
    Myself and many others have experienced it, definitely a software bug.
    More details here: http://discussions.apple.com/thread.jspa?threadID=1120110&tstart=45

  • When using scroll lock key to save work what keys do I use

    When using scroll lock key to save work what keys do I use

    Welcome to Apple Support Communities
    To mirror your Mac's display onto your TV, press Command and F1 keys. Read > http://support.apple.com/kb/HT5019

  • Why does iMovie abruptly abort when using record voice over?

    Why does iMovie abruptly abort when using record voice over?

    Hey PTD1,
    Thanks for the question. If I understand correctly, iMovie unexpectedly quits when using record voiceover. I would recommend that you read this article, it may be able to help the issue.
    iMovie: How to troubleshoot "Application Unexpectedly Quit" messages - Apple Support
    Thanks for using Apple Support Communities.
    Have a great day,
    Mario

  • Sand Box has stopped working error when using System Exec.vi with wait until completion is true

    I get the following error message in Windows 7 "Sand Box has stopped working" when using System Exec.vi with wait until completion set to true, if I set it to false there is no error message.

    Hello JJVerdi
    mmm well System Exec.vi simulates a DOS command window, can you run the sandbox from the cmd window using the same commands without any errors? 
    you may take a look to this KB, it may be related to your issue:
    http://digital.ni.com/public.nsf/websearch/2393462​BD57B854186256C4F007B706A?OpenDocument
    Regards
    Mart G

  • Popup (hyperlink) closes when using scroll bar

    Robohelp (RH8).  The popup (hyperlink) closes when I use the scroll bar.  However, if I use the mouse wheel to scroll the popup does not close.  I am sure this is normal behavior however I would like it the stay open when using the scroll bar.  Is there a way to do this?

    Hi pajamaham and welcome to the RH community.
    To be honest I don't think you can do this with the method you are using. Popups were never designed to work that way. Perhaps a workaround would be to display the popup information in a new window. Not exactly elegant but it would do what you want.
    Read the RoboColum(n) for a tips, tricks and musings on the Technical Communication Suite products.
    Follow the RoboColum(n) on Twitter

  • HT4539 When using App store, no icons come on

    When using the App store , no icons come up for me to download and update , why is this happening & how can I fit this?

    Do a reset (Hold Sleep/Wake and Home buttons about 10 secs or more till Apple logo appears)

  • Retrieving the remote IP when using Flex Remoting over RTMP

    Hello,
    I am trying to retrieve the IP address of a user making a Java call to my service defined in remoting-config.xml
    If i setup an AMF channel I can use the folllowing to retrieve the remote IP address:
    String ip = FlexContext.getHttpRequest().getRemoteAddr();
    But when i try to do the same over a RTMP channel I get a Java exception because the object that RTMP uses to fake a httprequest doesn't implement that function.
    How do i retrieve the IP of the user making the call in this case? It has to be somewhere or the server wouldn't be able to send a reply to the client, but i haven't been able to find it.
    Constantijn Visinescu

    I tried all of your ideas and still no luck (see below). One thing I forgot to mention was that when using Internet Exploier to view the web page on another computer I can see the document title (AKA- VI name) and the header I typed in. But where the vi should be I have the missing picture Icon (the one you see when a web page has a bad link to an image). Image will show up on sever computer when I click preview web page. Is there anything that the receiving computer needs to have other than the run time code?
    TST – I have found that the start web sever button will gray out if  you goto tools options web server configuration then manual check the enable web server check box. So that wasn’t it.
    Soroush- I set up computer to be a server using control panel (I didn’t know you could do that) thank for the ini file I will update mine
    Thoskins- I change port number and the still didn’t work
    HTML code created using Labview web publishing code  (everything looked go to me???)
    var obj = '<OBJECT ID="LabVIEWControl" CLASSID="CLSID:A40B0AD4-B50E-4E58-8A1D-8544233807AC" WIDTH=1019 HEIGHT=716 CODEBASE="ftp://ftp.ni.com/support/labview/runtime/windows/7.1';
    if (lng.indexOf("fr") != -1) { obj = obj + '/French'; }
    else if (lng.indexOf("de") != -1) { obj = obj + '/German'; }
    else if (lng.indexOf("ja") != -1) { obj = obj + '/Japanese'; }
    obj = obj + '/LVRunTimeEng.exe">';
    document.write(obj);
    // --></SCRIPT>
    <PARAM name="LVFPPVINAME" value="390Troubleshoot.vi">
    <PARAM name="REQCTRL" value=false>
    <EMBED SRC=".LV_FrontPanelProtocol.rpvi71" LVFPPVINAME="390Troubleshoot.vi" REQCTRL=false TYPE="application/x-labviewrpvi71" WIDTH=1019 HEIGHT=716  PLUGINSPAGE="http://digital.ni.com/express.nsf/express?openagent&code=ex3e33&"></EMBED>
    </OBJECT>
    </TD></TR></TABLE>
    </HTML>

  • Crash bug in Premiere when editing Marker descriptions and using scroll wheel

    So I've noticed a really particular bug:
    If I go to edit a Marker description in the Markers panel, and I add some text, then move the scroll wheel of my mouse, the program immediately crashes, with these errors:
    "[/caravan/releases/2014.09/PremierePro/UIFramework/Src/HotTimecodeControl.cpp-203]"
    "[/caravan/releases/2014.09/PremierePro/UIFramework/Src/InlineEditText.cpp-140]"
    Then it has the standard: "Sorry, Premiere has to shut down. It will try to save your project" - But it never does make a recovery.
    More details:
    This happens when the cursor is still active in the description box. If I've clicked out of the description box, everything works normally.
    It only happens in the Markers panel, not in the individual Marker dialog box
    It only happens after new text has been typed in or pasted in.
    It doesn't happen with the Name box
    It happens immediately upon touching the scroll wheel, even if it's just a nudge (in either direction)
    It happens in every sequence I've tried it in
    Tech specs:
    Premiere CC 2014 (version 2014.1)
    MacBook Pro (15-inch, Late 2011), OSX Yosemite 10.10.1, 2.2 GHz clockspeed, 8GB RAM
    Wireless Logitech Mouse (the Anywhere MX) (with Logitech wireless keyboard)
    Not a single mouse issue before!
    Anyone know if there's a patch or a workaround for this? I know it's specific enough of a problem to avoid, but I work with markers a lot and the scroll wheel on this mouse is sensitive, so can get easily nudged and thus instantly muck up all the work I've done since the last save...
    Thanks for your help!

    Hi Bob,
    So I've noticed a really particular bug:
    If I go to edit a Marker description in the Markers panel, and I add some text, then move the scroll wheel of my mouse, the program immediately crashes, with these errors:
    "[/caravan/releases/2014.09/PremierePro/UIFramework/Src/HotTimecodeControl.cpp-203]"
    "[/caravan/releases/2014.09/PremierePro/UIFramework/Src/InlineEditText.cpp-140]"
    Then it has the standard: "Sorry, Premiere has to shut down. It will try to save your project" - But it never does make a recovery.
    No promises, but this bug has been marked as fixed in the upcoming version of Premiere Pro. Sorry for all the frustration this has introduced.
    Anyone know if there's a patch or a workaround for this?
    The workaround listed is, "always remember to exit the control by clicking outside it or tabbing to the neighboring box before scrolling."
    Hopefully, the upcoming fix will be done to your satisfaction.
    Thanks,
    Kevin

  • Computer restarts when using mouse wheel

    Ok so recently when using firefox and im using my mouse wheel to search the pages my computer suddenly restarts. It happens randomly but fairly often. I thought it might be a problem with my pc but ive tried google chrome for the last day or so and ive not had one problem. I really cant stand chrome so im putting this out there to see if anyone could diagnose my problem.
    thanks

    Did you try another mouse?
    Also make sure that you have the latest version of the graphics display and the mouse driver.
    Try to boot the computer in Safe mode with network support (press F8 on the boot screen) as a test to see if that works.

  • GarageBand stops recording immediately when using Guitar Rig Session

    When I try to record a guitar into GarageBand using my Guitar Rig Session the recording starts, then immediately stops. This happens on a new track, or on an existing track. Everything was fine before I updated GarageBand to the latest version (6.0.4) via the App Store. I also updated to OSX 10.6.8 too. I've tried recording a track in Reaper and it works fine so I doubt it's a Guitar Rig/OSX 10.6.8 issue so I'm suspecting that it's the latest GarageBand version that's to blame. This discussion was the closest thing I could find to raise a support ticket about this. I'll have to switch to Reaper for now but if it's not fixed soon, I may not come back to GarageBand!

    Native Instruments say they'll have a fix to make their software work in Lion in September. From what I've heard it only affects them running in 64 bit mode so try Guitar Rig in 32 bit mode if you can. I've switched to Reaper like I said and I'm finding the transition quite easy. Give their demo a try...

  • Bugreport: Long Plugin-Name raises exception when used in item

    Hi,
    i created an item-type plugin with a rather long name which saves and "compiles" successfully.
    Name: Resizeable Textarea (remember Size)
    Internal Name: PLUGIN_INFO.ORACLEAPEX.RESIZABLETEXTAREAREMEMBERSIZE
    But when i try to use this plugin for an item, following exception is raised:
    ORA-20505: Error in DML: p_rowid=6139204663671389, p_alt_rowid=ID, p_rowid2=, p_alt_rowid2=. ORA-12899: value too large for column "APEX_040000"."WWV_FLOW_STEP_ITEMS"."DISPLAY_AS" (actual: 52, maximum: 50)The Problem is caused by the internal name. This should be checked when creating/saving the plugin, or the restriction on DISPLAY_AS needs to be adapted.
    thanks for fixing :-)
    Peter
    Blog: http://www.oracle-and-apex.com
    ApexLib: http://apexlib.oracleapex.info
    BuilderPlugin: http://builderplugin.oracleapex.info
    Work: http://www.click-click.at

    Fixed in 4.1
    Thanks
    Patrick
    My Blog: http://www.inside-oracle-apex.com
    APEX 4.0 Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • Forms just stop working intermittently when using Excel too

    I have a random, strange and frustrating problem! I am working in R12.0.4 doing some testing, which means I need to keep referring to an Excel spreadsheet (version 2007), so I frequently switch between Oracle Forms and Excel - sometimes by clicking between and sometimes using Alt-Tab. What happens, intermittently - sometimes frequently and sometimes not - is that when I return to Oracle, the form stops working - I can't tab through the fields, I can't select any buttons, I can't even hit the 'quit' icon in the top right corner. My only way out is to close the J-Initiator window (which in turn closes the forms session) and to then re-start my forms session from the Apps Home Page.
    Has anyone else come across this?
    Thanks in advance.
    Jo

    Hello!
    Finally I have encountered the issue again (I said it was intermittent)!
    Here is a copy of the error message in the java console:
    Exception in thread "AWT-EventQueue-2" java.lang.IllegalStateException: cannot open system clipboard
         at sun.awt.windows.WClipboard.openClipboard(Native Method)
         at sun.awt.datatransfer.ClipboardTransferable.<init>(Unknown Source)
         at sun.awt.datatransfer.SunClipboard.getContents(Unknown Source)
         at oracle.forms.ui.delegates.VComponentDelegate.handleOKToPaste(Unknown Source)
         at oracle.forms.ui.delegates.VCommonTextDelegate.getProperty(Unknown Source)
         at oracle.forms.ui.delegates.VTextFieldDelegate.getProperty(Unknown Source)
         at oracle.forms.ui.VTextField.getProperty(Unknown Source)
         at oracle.forms.handler.ComponentItem.focusGained(Unknown Source)
         at oracle.forms.handler.TextComponentItem.focusGained(Unknown Source)
         at oracle.forms.handler.TextFieldItem.focusGained(Unknown Source)
         at java.awt.AWTEventMulticaster.focusGained(Unknown Source)
         at java.awt.Component.processFocusEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processFocusEvent(Unknown Source)
         at oracle.ewt.lwAWT.lwText.LWTextComponent.processFocusEvent(Unknown Source)
         at oracle.ewt.lwAWT.lwText.LWTextField.processFocusEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEventImpl(Unknown Source)
         at oracle.ewt.lwAWT.lwText.LWTextComponent.processEventImpl(Unknown Source)
         at oracle.ewt.lwAWT.lwText.LWTextField.processEventImpl(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.KeyboardFocusManager.redispatchEvent(Unknown Source)
         at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(Unknown Source)
         at java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.SequencedEvent.dispatch(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    Hopefully that will be meaningful to one of you. I notice it says something about a clipboard - just in case it matters, I am NOT trying to copy and paste between the applications.
    Thanks,
    Jo

Maybe you are looking for