https://bugs.kde.org/show_bug.cgi?id=385181
Bug ID: 385181 Summary: xsettings-kde should not hard-code Gtk/PrimaryButtonWarpsSlider Product: kde-gtk-config Version: unspecified Platform: Mandriva RPMs OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general Assignee: manutort...@chakra-project.org Reporter: d...@coneharvesters.com CC: aleix...@kde.org Target Milestone: --- 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. -- You are receiving this mail because: You are watching all bug changes.