Accepting request 559002 from home:qkzhu:branches:X11:windowmanagers

- Add patch icewm-desktop-nodisplay.patch
  Set NoDisplay for upstream's icewm.desktop since it only starts the
  window manager, icewm-session.desktop (the preferred program to 
  start the IceWM system) will be displayed in display manager 
  (bsc#1072557)

OBS-URL: https://build.opensuse.org/request/show/559002
OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/icewm?expand=0&rev=87
This commit is contained in:
Tomáš Chvátal 2017-12-21 11:55:09 +00:00 committed by Git OBS Bridge
parent 10c753b79d
commit fceb039814
2 changed files with 12 additions and 16 deletions

View File

@ -7,21 +7,16 @@ Subject: [PATCH] Set NoDisplay for icewm.desktop
lib/icewm.desktop | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/icewm.desktop b/lib/icewm.desktop
index d6e5a04..c965e8a 100644
--- a/lib/icewm.desktop
+++ b/lib/icewm.desktop
@@ -11,8 +11,8 @@ Comment[da]=Simpel og hurtig vindueshåndtering
Index: icewm-1.4.2/lib/icewm.desktop
===================================================================
--- icewm-1.4.2.orig/lib/icewm.desktop
+++ icewm-1.4.2/lib/icewm.desktop
@@ -11,7 +11,7 @@ Comment[da]=Simpel og hurtig vindueshån
Icon=icewm
TryExec=/usr/bin/icewm
Exec=icewm
-NoDisplay=false
-Hidden=false
+NoDisplay=true
+Hidden=true
Hidden=false
Categories=WindowManager;Application;System;
StartupNotify=false
X-GNOME-Autostart-Notify=false
--
2.12.3

View File

@ -1,12 +1,13 @@
-------------------------------------------------------------------
Wed Dec 20 07:31:10 UTC 2017 - qkzhu@suse.com
Thu Dec 21 03:22:18 UTC 2017 - qkzhu@suse.com
- Drop our distribution's icewm.desktop and use the one provided by
IceWM upstream
* Add patch icewm-desktop-nodisplay.patch
- Hide upstream's icewm.desktop since it only starts the window manager,
icewm-session.desktop (the preferred program to start the IceWM
system) will be displayed in display manager (bsc#1072557)
- Add patch icewm-desktop-nodisplay.patch
Set NoDisplay for upstream's icewm.desktop since it only starts the
window manager, icewm-session.desktop (the preferred program to
start the IceWM system) will be displayed in display manager
(bsc#1072557)
-------------------------------------------------------------------
Fri Dec 15 03:24:36 UTC 2017 - yfjiang@suse.com