Bug 385181

Summary: xsettings-kde should not hard-code Gtk/PrimaryButtonWarpsSlider
Product: [Plasma] Breeze Reporter: Dan Fandrich <dan>
Component: gtk themeAssignee: scionicspectre
Status: RESOLVED DUPLICATE    
Severity: normal CC: aleixpol, nate, rdieter
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Mandriva RPMs   
OS: Linux   
Latest Commit: Version Fixed In:

Description Dan Fandrich 2017-09-28 20:45:53 UTC
The Gtk/PrimaryButtonWarpsSlider setting is currently hard-coded to "1" with the comment /* KDE always warps pointer on mouse click */. There are two problems with this. The first is that the setting should be 0, not 1, to better emulate KDE. The 1 setting causes "scroll to the click position" behaviour, which is not what KDE does (see https://developer.gnome.org/gtk3/stable/GtkSettings.html#GtkSettings--gtk-primary-button-warps-slider). If it has to be hard-coded, the value should be 0. The second is that this setting is now settable in the KDE settings tool under System Settings > Application Style > GNOME Application Style (GTK), 'Left mouse button warps scrollbar' and should therefore follow that setting.
Comment 1 Rex Dieter 2017-09-29 14:10:19 UTC
kde-gtk-config doesn't use xsettings-kde (does it?)
Comment 2 Aleix Pol 2017-09-29 14:13:43 UTC
No :/.

~/kde-gtk-config$ git grep -i xsettings
~/kde-gtk-config$
Comment 3 Dan Fandrich 2017-09-29 17:28:35 UTC
I didn't know the correct component under which to file this—the problem is actually in xsettings-kde. Feel free to reassign it more appropriately.
Comment 4 Nate Graham 2018-07-13 20:58:19 UTC

*** This bug has been marked as a duplicate of bug 379773 ***