Summary: | The configure button in the battery monitor applet doesn't do anything | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | fatgerman |
Component: | widget-battery | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | annma, benni, kollix, markotahal, notmart, sebas |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.6.1 | |
Sentry Crash Report: |
Description
fatgerman
2010-12-10 20:38:40 UTC
Is your system configured for single click (default) or double-click (check in System Settings -> Input Devices -> Mouse in Icons section. If it's single click then a single-click on the Battery Tooltip Settings icon will open the configuration dialog. If you have double-click then you need to double click on this icon. It works as expected here, trunk (post beta 2) My system is set to double-click, and a double click does open the configuration dialog. However this is both a change from the previous version (where a single click worked) and is also inconsistent with the 'Sleep' and 'Hibernate' buttons which both respond to a single click. not reproducible here Fixed already, the name of the kcmshell module changed. I have to reopen this, since: - the problem is still here in 4.6.0; the configure dialog only appears on double-click (I have defined to open files with double click) - it is NOT expected behaviour if a click on a BUTTON does not do anything and this has nothing to do with the single/double click setting, since a PushButton ALWAYS needs to react on single-click - the two buttons to the left of the configure button "sleep" and "hibernate" react directly on single click SVN commit 1217549 by sebas: single click opens the config activated() is checked against KGlobalSettings::singleClick(), clicked() isn't. FIXED-IN:4.6.1 BUG:259470 M +1 -1 battery.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1217549 SVN commit 1217550 by sebas: single click opens the config activated() is checked against KGlobalSettings::singleClick(), clicked() isn't. forward-port from r1217549 CCBUG:259470 M +1 -1 battery.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1217550 *** Bug 264535 has been marked as a duplicate of this bug. *** *** Bug 264336 has been marked as a duplicate of this bug. *** |