Bug 182726 - Only double click opens modules
Summary: Only double click opens modules
Status: RESOLVED NOT A BUG
Alias: None
Product: systemsettings
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-01 15:01 UTC by Grósz Dániel
Modified: 2009-05-25 09:27 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Grósz Dániel 2009-02-01 15:01:36 UTC
Version:            (using KDE 4.2.0)
OS:                Linux
Installed from:    SuSE RPMs

Lately only double click on the icon opens a module in Systemsettings despite that my system is set to single click.
Comment 1 Pino Toscano 2009-03-15 11:51:16 UTC
Which widget style are you using?
Comment 2 Grósz Dániel 2009-03-15 12:38:11 UTC
I use Plastique. Now I checked it with the styles on my system: the bug occurs with Plastique, Windows, Cleanlooks, Phase, Motif, CDE but does not occur with Oxygen, Bespin, QtCurve, Skulpture, Polyester.
Comment 3 Pino Toscano 2009-03-15 12:43:31 UTC
Styles provided with Qt (Plastique, Windows, Cleanlooks, Phase, Motif, CDE) don't follow this kind of KDE setting, thus what you configure as single/double click mode cannot apply to them.
If you want KDE settings (like this) to be respected, you have to use a style that uses the KDE facilities (like Oxygen).
Comment 4 Grósz Dániel 2009-03-15 13:11:58 UTC
Well, where doesn't it respect this setting? In Dolphin single/double click works as set regardless the style. And the default should be single click as that is the KDE default, shouldn't it? Shoouldn't KDE subclass the Qt styles so that they respect KDE settings? (AFAIK Plastik was a KDE style in 3.x so it is a regression if now it is not a well-behaving KDE style.)
Comment 5 Pino Toscano 2009-03-15 13:19:34 UTC
(In reply to comment #4)
> Well, where doesn't it respect this setting?

Plastique is a Qt-only style, that is provided with Qt.

> In Dolphin single/double click works as set regardless the style.

That could be Dolphin working around the issue.

> And the default should be single click as that is the KDE default, shouldn't it?

Again: Plastique is a *Qt* style, not a KDE one, so it generally does nothing with KDE defaults.

> Shoouldn't KDE subclass the Qt styles so that they respect KDE settings?

And then what? If you choose a Qt only style anyway, you have the same problem.

> (AFAIK Plastik was a KDE style in 3.x so it is a regression if now it is not a well-behaving KDE style.)

Plastik was a KDE style in KDE 3, Plastique is a Qt style in Qt4.
Comment 6 Grósz Dániel 2009-03-15 13:34:02 UTC
I suspect Dolphin doesn't simply use a Qt list view/icon view class but has its own subclass, or draws the view on its own. Systemsettings could subclass the Qt widget in a similar way, deciding whether an icon is activated depending on the KDE setting. I think KDE shouldn't rely on the widget style respecting  the setting because then Qt only styles don't work; it should have a subclass of the Qt list/icon view class which respects the KDE setting when deciding whether an icon is activated.
Comment 7 Aaron Peterson 2009-05-25 09:27:56 UTC
The reason why the behavior is unexpected and confusing and wrong does not make it invalid... this bug is related to: bug 193991