[systemsettings] [Bug 367074] mouse single/double-click preferences not propagated to kde4 applications
https://bugs.kde.org/show_bug.cgi?id=367074 Wolfgang Bauer changed: What|Removed |Added CC||paul.ne...@gmx.at --- Comment #6 from Wolfgang Bauer --- *** Bug 368577 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 367074] mouse single/double-click preferences not propagated to kde4 applications
https://bugs.kde.org/show_bug.cgi?id=367074 --- Comment #5 from Wolfgang Bauer --- (In reply to nicholas from comment #4) > would it > not be better to remove duplicated settings options? Well, it's actually the KDE4-based dolphin that offers this setting (Konqueror uses an embedded dolphin for file-browsing and also embeds dolphin's settings into its config dialog). It has been removed in the KF5 version of dolphin released a year ago (15.08), because it is a desktop-wide setting and not specific to dolphin (it wouldn't even be respected if you run dolphin in a different desktop IIANM). So it would even be better to port Konqueror to KF5, I'd say, which would use the latest KF5 based dolphin. And this has happened already anyway, 16.12.0 (i.e. the next feature release, as 16.08.0 is being released today) will include the KF5 based Konqueror AFAIK which then will also use the KF5 settings of course. -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 367074] mouse single/double-click preferences not propagated to kde4 applications
https://bugs.kde.org/show_bug.cgi?id=367074 --- Comment #4 from nicholas --- just a note: konquerer settings affect kde4 but not kde5. This means that e.g. changing mouse settings in konquerer will affect all kde4 dialogues etc, possibly in contradiction to the true global setting (kde5). would it not be better to remove duplicated settings options? -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 367074] mouse single/double-click preferences not propagated to kde4 applications
https://bugs.kde.org/show_bug.cgi?id=367074 Wolfgang Bauer changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED Version Fixed In||5.7.4 Latest Commit||http://commits.kde.org/plas ||ma-desktop/4f4da83327e66f12 ||5c8dd1749df8efe1b5084945 --- Comment #3 from Wolfgang Bauer --- Git commit 4f4da83327e66f125c8dd1749df8efe1b5084945 by Wolfgang Bauer. Committed on 18/08/2016 at 08:26. Pushed by wbauer into branch 'Plasma/5.7'. [kcm_mouse] Sync KDE4 config after writing the KF5 settings, not before Kdelibs4SharedConfig::syncConfigGroup() reads the settings from the corresponding KF5 config files. If we don't write them before, it will use the previous settings. Also fix Kdelibs4SharedConfig::syncConfigGroup() to read the settings from the specified config file instead of always kdeglobals. Related: bug 348254 FIXED-IN: 5.7.4 REVIEW: 128703 M +4-3kcms/input/mouse.cpp M +1-1kcms/migrationlib/kdelibs4config.h http://commits.kde.org/plasma-desktop/4f4da83327e66f125c8dd1749df8efe1b5084945 -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 367074] mouse single/double-click preferences not propagated to kde4 applications
https://bugs.kde.org/show_bug.cgi?id=367074 --- Comment #2 from Wolfgang Bauer --- (In reply to Wolfgang Bauer from comment #1) > So it seems the KDE4 settings are saved inverted. The problem seems to be that the KDE4 config is synchronized *before* the KF5 config is written. So KDE4 actually gets the *previous* settings. Proposed fix: https://git.reviewboard.kde.org/r/128703/ -- You are receiving this mail because: You are watching all bug changes.
[systemsettings] [Bug 367074] mouse single/double-click preferences not propagated to kde4 applications
https://bugs.kde.org/show_bug.cgi?id=367074 Wolfgang Bauer changed: What|Removed |Added CC||wba...@tmo.at --- Comment #1 from Wolfgang Bauer --- I can confirm this with 5.7.3 (Framework 5.25.0, Qt 5.7.0) on openSUSE 13.2. But it's not that it isn't propagated to the KDE4 settings. What I noticed: - open systemsettings5->Input Devices->Mouse, change to double-click and press Apply ~/.config/kdeglobals contains SingleClick=false as expected, but ~/.kde4/share/config/kdeglobals still has SingleClick=true - switch back to single-click and press Apply ~/.config/kdeglobals now contains SingleClick=true again (as it should), but ~/.kde4/share/config/kdeglobals now has been changed to SingleClick=false... So it seems the KDE4 settings are saved inverted. -- You are receiving this mail because: You are watching all bug changes.