diff -Nru -w mutter-3.26.0/debian/changelog mutter-3.26.0/debian/changelog --- mutter-3.26.0/debian/changelog 2017-09-22 12:13:26.000000000 -0600 +++ mutter-3.26.0/debian/changelog 2017-09-25 13:58:06.000000000 -0600 @@ -1,3 +1,9 @@ +mutter (3.26.0-3) experimental; urgency=medium + + * Fix issue with font scaling on HiDPI displays in X11 + + -- Jeremy Soller Mon, 25 Sep 2017 13:58:06 -0600 + mutter (3.26.0-2) experimental; urgency=medium * debian/patches/src-core-screen.c-Set-_NET_NUMBER_OF_DESKTOPS-in-met.patch: diff -Nru -w mutter-3.26.0/debian/patches/fix_x11_font_dpi.patch mutter-3.26.0/debian/patches/fix_x11_font_dpi.patch --- mutter-3.26.0/debian/patches/fix_x11_font_dpi.patch 1969-12-31 17:00:00.000000000 -0700 +++ mutter-3.26.0/debian/patches/fix_x11_font_dpi.patch 2017-09-25 13:58:06.000000000 -0600 @@ -0,0 +1,18 @@ +Description: Fix issue with font scaling on HiDPI displays in X11 +Author: Jeremy Soller +Bug: https://bugzilla.gnome.org/show_bug.cgi?id=788049 +Last-Update: 2017-09-25 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +Index: mutter-3.26.0/clutter/clutter/x11/clutter-settings-x11.h +=================================================================== +--- mutter-3.26.0.orig/clutter/clutter/x11/clutter-settings-x11.h ++++ mutter-3.26.0/clutter/clutter/x11/clutter-settings-x11.h +@@ -14,7 +14,6 @@ static const struct { + { "Xft/HintStyle", "font-hint-style" }, + { "Xft/RGBA", "font-subpixel-order" }, + { "Fontconfig/Timestamp", "fontconfig-timestamp" }, +- { "Gdk/UnscaledDPI", "unscaled-font-dpi" }, + }; + + static const gint _n_clutter_settings_map = G_N_ELEMENTS (_clutter_settings_map); diff -Nru -w mutter-3.26.0/debian/patches/series mutter-3.26.0/debian/patches/series --- mutter-3.26.0/debian/patches/series 2017-09-22 12:13:12.000000000 -0600 +++ mutter-3.26.0/debian/patches/series 2017-09-25 13:57:44.000000000 -0600 @@ -2,3 +2,4 @@ bgo768531_workaround-startup-notifications.patch skip-failing-tests.patch skip-failing-tests-325.patch +fix_x11_font_dpi.patch