- Update to 1.4.2 - Rebase patches - icewm-susemenu.patch: rebase "suseprog" function - icewm-preferences.patch: rebase, only IconPath hunk not in upstream now - icewm-mate.patch: rebase several hunks in which context changed - Drop patches that were accepted upstream - icewm-session-desktop.patch - icewm-exit-fork.patch - icewm-mail.patch - Swap "sgmltool" for "asciidoc" OBS-URL: https://build.opensuse.org/request/show/529925 OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/icewm?expand=0&rev=77
33 lines
979 B
Diff
33 lines
979 B
Diff
Tweak default icewm preferences
|
|
|
|
Attention: this patch is applied in the %build phase, because it patches
|
|
a file generated by ./src/genpref. To edit the patch:
|
|
|
|
quilt setup icewm.spec
|
|
cd icewm-<version>
|
|
quilt push -a
|
|
./configure <options from the spec>
|
|
make -C src genpref
|
|
./src/genpref >src/preferences
|
|
quilt import -p0 patches/icewm-preferences.patch
|
|
quilt push
|
|
vi lib/preferences
|
|
quilt refresh
|
|
---
|
|
src/preferences | 12 ++++++------
|
|
1 file changed, 6 insertions(+), 6 deletions(-)
|
|
|
|
Index: src/preferences
|
|
===================================================================
|
|
--- a/src/preferences
|
|
+++ b/src/preferences
|
|
@@ -542,7 +542,7 @@
|
|
# NetWorkAreaBehaviour=0 # [0-2]
|
|
|
|
# Icon search path (colon separated)
|
|
-# 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=""
|