Summary: | add the ability to set the percentage of volume that will me changed | ||
---|---|---|---|
Product: | [Applications] kmix | Reporter: | stompdagger1 |
Component: | general | Assignee: | Christian Esken <esken> |
Status: | CLOSED FIXED | ||
Severity: | wishlist | CC: | anatoly.a.petrov, apcomptec, ashl1future, carl, daniel.eckl, denilsonsa, johnelliottmartin, lahirdenganselamat, mariuskowals, okaresz, sabayon11, sebastien.guerin.news, travneff |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
stompdagger1
2009-04-18 21:07:04 UTC
I have implemented it, but will not put it in the GUI. If you want to change it, please quit KMix, and edit the kmixrc configuration file. In the [Global] section. add VolumePercentageStep , e.g: [Global] VolumePercentageStep=2.5 This means 2.5% This goes live with KDE4.8. SVN commit 1246058 by esken: FEATURE: 189995 Percentage of a volume change (MouseWheel, DBUS) can be configured in kmixrc (e.g. VolumePercentageStep=2.5) M +9 -0 apps/kmix.cpp M +5 -4 core/mixer.cpp M +1 -0 core/mixer.h M +1 -1 gui/kmixdockwidget.cpp M +2 -1 gui/ksmallslider.cpp M +2 -2 gui/mdwslider.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1246058 Yes, #48142 is a dup. Thanks for the hint, Alexey. *** Bug 48142 has been marked as a duplicate of this bug. *** I would propose to add volume step in kmix configuration. On my laptop default step was 25%, which is clearly too much, and when i set "VolumePercentageStep=1" the step is 3% (it's good for me). It would be a good improvement :) Seems not to work (anymore?) in Kmix 4.3 running on KDE 4.10.1 (ubuntu 12.10 packages) Setting is ignored and step size is always 15%. Seems broken for me too. VolumePercentageStep set to 4, actual step is 12% (using a mouse wheel on the kmix icon). KDE 4.10.2 from Fedora 18 x64. Same thing here on openSuse 12.3 with KMix 4.3 / KDE 4.10.2, except I'm getting 10% changes. Side note: The default probably ought to be something like 2%, because with 10% there's just one step between normal and painfully loud (or very quiet), at least with my hardware. Confirmed, the VolumePercentageStep option works only for global keyboard shortcuts, not the mouse wheel action on applet hover. Kmix 4.3, KDE 4.10.4 I think the VolumePercentageStep is related with mouse scroll lines on system settings. So if scroll lines is set by 3 lines, and VolumePercentageStep set by 5, we get 3*5=15%. And because I don't know how to quit kmix, I do a reboot to make the settings works. I'm using Linuxmint 15 KDE 4.10.5 Doesn't work for KDE 4.8.5 (Kubuntu 12.04) Discussion http://forum.kde.org/viewtopic.php?f=19&t=92925&p=292671#p292671 I fixed a KMix's internal handling. There seems to be another issue outside of KMix. Please follow its progress in bug 316546. Thus I will keep this ticket closed. Can you please add this option to kmix GUI in Plasma 5, please? |