diff -Nru xfce4-settings-4.13.4/debian/changelog xfce4-settings-4.13.4/debian/changelog --- xfce4-settings-4.13.4/debian/changelog 2018-09-19 01:14:54.000000000 -0400 +++ xfce4-settings-4.13.4/debian/changelog 2019-03-26 21:10:14.000000000 -0400 @@ -1,3 +1,10 @@ +xfce4-settings (4.13.4-1ubuntu1.18.10.1) cosmic; urgency=medium + + * debian/patches/xubuntu_lp1653448.patch: + - Fix scrolling in the settings manager (LP: #1653448) + + -- Sean Davis Tue, 26 Mar 2019 21:10:14 -0400 + xfce4-settings (4.13.4-1ubuntu1) devel; urgency=medium * Merge from Debian experimental. Remaining changes: diff -Nru xfce4-settings-4.13.4/debian/patches/series xfce4-settings-4.13.4/debian/patches/series --- xfce4-settings-4.13.4/debian/patches/series 2018-09-19 01:08:49.000000000 -0400 +++ xfce4-settings-4.13.4/debian/patches/series 2019-03-03 07:54:11.000000000 -0500 @@ -1,2 +1,3 @@ 01_use-tango-icon-theme.patch xubuntu_vanilla-session-themes.patch +xubuntu_lp1653448.patch diff -Nru xfce4-settings-4.13.4/debian/patches/xubuntu_lp1653448.patch xfce4-settings-4.13.4/debian/patches/xubuntu_lp1653448.patch --- xfce4-settings-4.13.4/debian/patches/xubuntu_lp1653448.patch 1969-12-31 19:00:00.000000000 -0500 +++ xfce4-settings-4.13.4/debian/patches/xubuntu_lp1653448.patch 2019-03-03 07:53:30.000000000 -0500 @@ -0,0 +1,27 @@ +From b664ea04a235051fb27748bd01a6b7823d671e8b Mon Sep 17 00:00:00 2001 +From: Sean Davis +Date: Tue, 23 Oct 2018 19:56:53 -0400 +Subject: Fix scrolling in embedded settings dialogs (Xfce #14285, LP #1653448) + +--- + xfce4-settings-manager/main.c | 4 ++++ + 1 file changed, 4 insertions(+) + +diff --git a/xfce4-settings-manager/main.c b/xfce4-settings-manager/main.c +index 754ce6f6..62cc115d 100644 +--- a/xfce4-settings-manager/main.c ++++ b/xfce4-settings-manager/main.c +@@ -93,6 +93,10 @@ main(int argc, + return EXIT_FAILURE; + } + ++ /* Workaround for xinput2's subpixel handling triggering unwanted enter/leave-notify events: ++ * https://bugs.freedesktop.org/show_bug.cgi?id=92681 */ ++ g_setenv("GDK_CORE_DEVICE_EVENTS", "1", TRUE); ++ + garcon_set_environment ("XFCE"); + + dialog = xfce_settings_manager_dialog_new (); +-- +cgit v1.2.1 +