Hello community,

here is the log from the commit of package fcitx for openSUSE:Factory checked 
in at 2016-03-01 09:45:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fcitx (Old)
 and      /work/SRC/openSUSE:Factory/.fcitx.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fcitx"

Changes:
--------
--- /work/SRC/openSUSE:Factory/fcitx/fcitx.changes      2016-02-16 
09:18:30.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.fcitx.new/fcitx.changes 2016-03-01 
10:21:04.000000000 +0100
@@ -1,0 +2,7 @@
+Sun Feb 28 09:25:28 CET 2016 - [email protected]
+
+- Add NoDisplay=true in autostart desktop file so that it won't be
+  shown (boo#968486):
+  fcitx-autostart-desktop-no-display.patch
+
+-------------------------------------------------------------------

New:
----
  fcitx-autostart-desktop-no-display.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ fcitx.spec ++++++
--- /var/tmp/diff_new_pack.jbUeW1/_old  2016-03-01 10:21:06.000000000 +0100
+++ /var/tmp/diff_new_pack.jbUeW1/_new  2016-03-01 10:21:06.000000000 +0100
@@ -36,6 +36,8 @@
 Patch1:         fcitx-use-basename-for-log.patch
 # PATCH-FIX-OPENSUSE fcitx-autostart-check-INPUT_METHOD.patch boo#947576
 Patch2:         fcitx-autostart-check-INPUT_METHOD.patch
+# PATCH-FIX-OPENSUSE fcitx-autostart-desktop-no-display.patch boo#968486
+Patch3:         fcitx-autostart-desktop-no-display.patch
 BuildRequires:  cairo-devel
 BuildRequires:  dbus-1-devel
 BuildRequires:  dbus-1-glib-devel
@@ -360,6 +362,7 @@
 %setup -q -n %{name}-%{version}
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 # hack to fix incompatibility of gtk-query-immodules-2.0 (bnc#845860)
 %if %suse_version < 1310
 sed -i \

++++++ fcitx-autostart-desktop-no-display.patch ++++++
---
 data/fcitx-autostart.desktop.in |    1 +
 1 file changed, 1 insertion(+)

--- a/data/fcitx-autostart.desktop.in
+++ b/data/fcitx-autostart.desktop.in
@@ -8,6 +8,7 @@ Terminal=false
 Type=Application
 Categories=System;Utility;
 StartupNotify=false
+NoDisplay=true
 X-GNOME-Autostart-Phase=Applications
 X-GNOME-AutoRestart=false
 X-GNOME-Autostart-Notify=false

Reply via email to