Accepting request 531875 from home:StefanBruens:branches:X11:windowmanagers

- Partially revert icewm-preferences.patch to previous revision, otherwise
  the icewm default desktop background is used instead of the openSUSE/SLE
  specific one, breaking openQA all over the place

See e.g. https://openqa.opensuse.org/tests/499102#step/first_boot/24

OBS-URL: https://build.opensuse.org/request/show/531875
OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/icewm?expand=0&rev=78
This commit is contained in:
Tomáš Chvátal 2017-10-05 18:50:58 +00:00 committed by Git OBS Bridge
parent 94c0ab5fe7
commit efdba5289c
2 changed files with 46 additions and 5 deletions

View File

@ -14,19 +14,53 @@ a file generated by ./src/genpref. To edit the patch:
vi lib/preferences
quilt refresh
---
src/preferences | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
src/preferences | 6 ++++++
1 file changed, 6 insertions(+)
Index: src/preferences
===================================================================
--- a/src/preferences
+++ b/src/preferences
@@ -542,7 +542,7 @@
# NetWorkAreaBehaviour=0 # [0-2]
@@ -543,6 +543,7 @@
# Icon search path (colon separated)
-# IconPath="/usr/share/icons/hicolor:/usr/share/icons:/usr/share/pixmaps"
# IconPath="/usr/share/icons/hicolor:/usr/share/icons:/usr/share/pixmaps"
+IconPath="/usr/share/icons/Adwaita/16x16/apps:/usr/share/icons/hicolor:/usr/share/icons:/usr/share/pixmaps"
# Mailbox path (use $MAIL instead)
# MailBoxPath=""
@@ -558,6 +559,7 @@
# Command to lock display/screensaver
# LockCommand=""
+LockCommand="xlock -mousemotion"
# Command to run on clock
# ClockCommand="xclock -name icewm -title Clock"
@@ -582,9 +584,11 @@
# Command to shutdown the system
# ShutdownCommand="/bin/sh -c "{ test -e /run/systemd/system && systemctl poweroff; } ||:""
+ShutdownCommand="/bin/sh -c 'systemctl poweroff ||:'"
# Command to reboot the system
# RebootCommand="/bin/sh -c "{ test -e /run/systemd/system && systemctl reboot; } ||:""
+RebootCommand="/bin/sh -c 'systemctl reboot ||:'"
# Command to run on CPU status
# CPUStatusCommand="xterm -name top -title Process\ Status -e top"
@@ -1362,12 +1366,14 @@
# Desktop background scaled to full screen
# DesktopBackgroundScaled=0 # 0/1
+DesktopBackgroundScaled=1 # 0/1
# Desktop background color
# DesktopBackgroundColor="rgb:00/20/40"
# Desktop background image
# DesktopBackgroundImage=""
+DesktopBackgroundImage="BRANDING_PICTURE"
# Color to announce for semi-transparent windows
# DesktopTransparencyColor=""

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Oct 5 17:39:23 UTC 2017 - stefan.bruens@rwth-aachen.de
- Partially revert icewm-preferences.patch to previous revision, otherwise
the icewm default desktop background is used instead of the openSUSE/SLE
specific one, breaking openQA all over the place
-------------------------------------------------------------------
Sun Sep 24 21:41:00 UTC 2017 - aavindraa@gmail.com