Summary: | Regression in Frameworks 15.04 compared to 14.12: Single click does not work any more in KDE-4.14.6-applications while it does in KDE Frameworks 5.9.0 based applications. | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | Gunter Ohrner <kdebugs> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | wbauer1 |
Priority: | NOR | ||
Version: | frameworks | ||
Target Milestone: | --- | ||
Platform: | Kubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Gunter Ohrner
2015-04-30 10:41:04 UTC
Mh, maybe this is no kMail specific problem after all, but related to the "remaining" KDE-4-applications not respecting the single click settings any more at all? The file dialogs for example show the same behaviour: KDE-5-applications from Applications 15.04 running on KDE Framework 5.9.0 seem to honour the single click setting in file open dialogs etc., but KDE-4.14.6-applications apparently do not seem to and suddenly require double clicks to switch directories in file dialogs. (In reply to Gunter Ohrner from comment #1) > Mh, maybe this is no kMail specific problem after all, but related to the > "remaining" KDE-4-applications not respecting the single click settings any > more at all? They do, at least here. Maybe the problem is rather that systemsettings5 doesn't write KDE4 settings for this? (No idea, haven't tried yet) Does it work for KDE4 apps if you change the setting in systemsettings, i.e. the KDE4 version? (In reply to Wolfgang Bauer from comment #2) > Maybe the problem is rather that systemsettings5 doesn't write KDE4 settings > for this? (No idea, haven't tried yet) Actually this should be fixed already since 5.2, and it does work here. See also bug#343418. Although another Kubuntu 15.04 user added a comment there that it still isn't fixed for him... Maybe a Kubuntu specific issue? I cannot find a "systemsettings" binary in any package: $ apt-file search /usr/bin/systemsettings systemsettings: /usr/bin/systemsettings5 $ I'll push the bug upstream, probably my bug is a duplicate of #343418. *** This bug has been marked as a duplicate of bug 343418 *** (In reply to Gunter Ohrner from comment #4) > I'll push the bug upstream, probably my bug is a duplicate of #343418. I meant "downstream", of course... There already seems to be a downstream bug in launchpad: https://bugs.launchpad.net/ubuntu/+source/kde-baseapps/+bug/1451564 (In reply to Gunter Ohrner from comment #4) > I cannot find a "systemsettings" binary in any package: > > $ apt-file search /usr/bin/systemsettings > systemsettings: /usr/bin/systemsettings5 > $ Hm, so Kubuntu 15.04 doesn't ship the KDE4 systemsettings any more, openSUSE does. But as mentioned, systemsettings5 should write the KDE4 setting too meanwhile. You could check yourself whether it does in ~/.kde/share/config/kdeglobals, there should be a line "SingleClick=true" (or false) in there in the [KDE] section. You might check if that is changed accordingly. Maybe you could also try to remove the file completely (it might have become corrupted somehow) and change the settings afterwards, maybe this helps. If not, my best guess would be that Kubuntu doesn't install some package that's needed to apply this config for KDE4 apps. Maybe related to the fact that KDE4's systemsettings is not installed... I'm not sure about this though. ~/.kde/share/config/kdeglobals: [KDE] (...) SingleClick=true (...) |