Version: 3.5 (using KDE 4.3.0) Installed from: Ubuntu Packages I think there nothing more to say: There is no option in kmix to disable the OSD when I use my Hotkeys to change the volume. Why I want to do that: - Flash fullscreen terminates - Flash lags generally - I don't need that ;-) Would be really great if you could add this feature!
Okay, it's not enough to just disable the OSD, flash lacks anyway (I commented out the listing in the method showVolumeDisplay in kmix.cpp). Nevertheless I prefer changing the volume without OSD ;-)
Created attachment 36463 [details] enable/disable volume osd in kmix settings this patch adds an option to the kmix settings, which allows the user to enable/disable the volume osd.
oh, i forgot: kmix from kde 4.3.0
Thanks a lot for writing this patch!
I take up the same issue. It would be great if the option was available by default, because several forums have people asking the same question, even under different desktop environments. Can we please have that patch included in the factory version?
Please include this patch Let's not go the MS way! P.S. I already voted, one more user to make it confirmed IIRC.
*** Bug 248078 has been marked as a duplicate of this bug. ***
If I remember correctly somebody offered to do this. But I don't see it yet, so it is either canceled or will be don later.
Does this patch still apply cleanly? It's been two years... Nevertheless, I'd like this too-- sometimes the OSD renders multiple seconds after the volume changes for me anyway.
This is the worst feature ever. I want an option to disable it. I hate when I'm watching a movie and I get that annoying dialog when I change the volume. 3 years since somebody reported this bug. Why no one has fixed yet? Sorry if my comment may sound harsh, but it's true.
*** This bug has been confirmed by popular vote. ***
Git commit 513b11f3d9168cf3a53d6260f9703771abce7b54 by Christian Esken. Committed on 28/09/2012 at 14:57. Pushed by esken into branch 'master'. Add option to enable or disable OSD M +15 -13 apps/kmix.cpp M +113 -110 core/ControlManager.cpp M +2 -0 core/GlobalConfig.h M +136 -168 gui/kmixprefdlg.cpp M +8 -3 gui/kmixprefdlg.h http://commits.kde.org/kmix/513b11f3d9168cf3a53d6260f9703771abce7b54
Due to recent changes I couldn't simply apply the patch from Marvin. But the change I did is quite similar.