Avoid Unicode in the patch series

gbp pq exports long commit messages that contain Unicode as base64,
which is not particularly legible.
This commit is contained in:
Simon McVittie
2018-03-21 10:55:00 +00:00
parent 22a5d9c3b3
commit 7746f54497
3 changed files with 12 additions and 15 deletions

View File

@ -1,19 +1,16 @@
From: Peter Bloomfield <PeterBloomfield@bellsouth.net> From: Peter Bloomfield <PeterBloomfield@bellsouth.net>
Date: Mon, 12 Mar 2018 17:46:57 -0400 Date: Mon, 12 Mar 2018 17:46:57 -0400
Subject: gtkimmodule: make match_backend() query Subject: gtkimmodule: make match_backend() query the wayland registry
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
4oCmdGhlIHdheWxhbmQgcmVnaXN0cnkuCgpXbmVuIF9ndGtfaW1fbW9kdWxlX2dldF9kZWZhdWx0 Wnen _gtk_im_module_get_default_context_id calls
X2NvbnRleHRfaWQgY2FsbHMKbWF0Y2hfYmFja2VuZCAoY29udGV4dF9pZCkgYW5kIHRoZSBkZWZh match_backend (context_id) and the default GdkDisplay
dWx0IEdka0Rpc3BsYXkKaXMgd2F5bGFuZCwgbWF0Y2hfYmFja2VuZCgpIHNob3VsZCByZXR1cm4g is wayland, match_backend() should return TRUE only if
VFJVRSBvbmx5IGlmCmdka193YXlsYW5kX2Rpc3BsYXlfcXVlcnlfcmVnaXN0cnkgKGRpc3BsYXks gdk_wayland_display_query_registry (display, "gtk_text_input_manager")
ICJndGtfdGV4dF9pbnB1dF9tYW5hZ2VyIikKcmV0dXJucyBUUlVFLgoKT3JpZ2luOiB1cHN0cmVh returns TRUE.
bSwgMy4yMi4zMCwgY29tbWl0OjZlMmQxNDAzN2NlYTM1NjYzOGE5YmVhN2I2MTFjYmUyM2JjOTBi
NDcKQnVnOiBodHRwczovL2dpdGxhYi5nbm9tZS5vcmcvR05PTUUvZ3RrL2lzc3Vlcy8xMTQKQnVn Origin: upstream, 3.22.30, commit:6e2d14037cea356638a9bea7b611cbe23bc90b47
LURlYmlhbjogaHR0cHM6Ly9idWdzLmRlYmlhbi5vcmcvY2dpLWJpbi9idWdyZXBvcnQuY2dpP2J1 Bug: https://gitlab.gnome.org/GNOME/gtk/issues/114
Zz04OTM2OTYK Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=893696
--- ---
gtk/gtkimmodule.c | 8 +++++++- gtk/gtkimmodule.c | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-) 1 file changed, 7 insertions(+), 1 deletion(-)

View File

@ -9,7 +9,7 @@ subdirectory like 48x48/apps).
TODO: This is believed to have been fixed differently upstream, so maybe TODO: This is believed to have been fixed differently upstream, so maybe
this change is no longer necessary: this change is no longer necessary:
"I believe a slightly different fix that I did some time ago fixes this "I believe a slightly different fix that I did some time ago fixes this
too." Matthias Clasen, 2008-02-16 04:43:10 UTC too." --Matthias Clasen, 2008-02-16 04:43:10 UTC
Bug: https://bugzilla.gnome.org/show_bug.cgi?id=451634 Bug: https://bugzilla.gnome.org/show_bug.cgi?id=451634
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=444285 Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=444285

View File

@ -6,5 +6,5 @@
no-accessibility-dump.patch no-accessibility-dump.patch
reftest-known-fail.patch reftest-known-fail.patch
gdk-x11-Check-if-we-have-access-to-GL-before-using-G.patch gdk-x11-Check-if-we-have-access-to-GL-before-using-G.patch
0009-gtkimmodule-make-match_backend-query.patch 0009-gtkimmodule-make-match_backend-query-the-wayland-reg.patch
0010-imwayland-Avoid-TOGGLE_INPUT_PANEL-requests-if-there.patch 0010-imwayland-Avoid-TOGGLE_INPUT_PANEL-requests-if-there.patch