Version: unspecified (using KDE 4.5.85) OS: Linux Click on the battery monitor icon in the system tray, and then click the 'Configure Power Management...' button at the bottom right. Nothing happens. Reproducible: Always
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. ***