[gnome-control-center] shell: Disable emoji chooser in main search box
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] shell: Disable emoji chooser in main search box
- Date: Thu, 18 Jan 2018 01:45:29 +0000 (UTC)
commit d4c4070ce29186c5fb7f6addc565a2f7d3b73ab4
Author: Jeremy Bicha <jbicha ubuntu com>
Date: Sun Oct 22 12:19:43 2017 -0400
shell: Disable emoji chooser in main search box
https://bugzilla.gnome.org/show_bug.cgi?id=789322
configure.ac | 2 +-
shell/window.ui | 1 +
2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index a591b5a..e21c8dc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -87,7 +87,7 @@ dnl Check that we meet the dependencies
dnl ==============================================
GLIB_REQUIRED_VERSION=2.53.0
-GTK_REQUIRED_VERSION=3.22.0
+GTK_REQUIRED_VERSION=3.22.20
PA_REQUIRED_VERSION=2.0
CANBERRA_REQUIRED_VERSION=0.13
GDKPIXBUF_REQUIRED_VERSION=2.23.0
diff --git a/shell/window.ui b/shell/window.ui
index e0bf082..526405f 100644
--- a/shell/window.ui
+++ b/shell/window.ui
@@ -29,6 +29,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="width_chars">25</property>
+ <property name="input_hints">no-emoji</property>
<property name="max_width_chars">25</property>
<property name="primary_icon_name">edit-find-symbolic</property>
<property name="primary_icon_activatable">False</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]