mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 04:48:06 +01:00
debian: Remove /etc/X11/WindowMaker folder
The path /etc/X11/WindowMaker is not needed now. The files were deleted or moved to /usr/share/WindowMaker. Some files were the same in /etc/X11/WindowMaker and /usr/share/WindowMaker. The configuration file menu.hook is moved to /etc/GNUstep/Defaults Duplicated: - wmmacros - appearence.menu (copied & generated). - background.menu Removed: - menu.prehook - menu.posthook Moved: - menu.hook (generated).
This commit is contained in:
committed by
Carlos R. Mafra
parent
a97699c513
commit
f4479dae30
6
debian/wmaker.menu-method
vendored
6
debian/wmaker.menu-method
vendored
@@ -7,7 +7,7 @@ compat="menu-1";
|
||||
outputencoding="UTF-8"
|
||||
|
||||
genmenu="menu.hook"
|
||||
rootprefix="/etc/X11/WindowMaker/"
|
||||
rootprefix="/usr/share/WindowMaker"
|
||||
userprefix=shell("echo -n /${GNUSTEP_USER_ROOT-GNUstep}") "/Library/WindowMaker/"
|
||||
treewalk="(M)"
|
||||
rootsection="/Debian"
|
||||
@@ -34,12 +34,12 @@ startmenu= "\n" \
|
||||
ifelse( \
|
||||
title(), \
|
||||
"\"" mytitle() "\" MENU", \
|
||||
"Debian MENU\n\n#include <menu.prehook>" \
|
||||
"Debian MENU\n\n" \
|
||||
) \
|
||||
"\n"
|
||||
endmenu= ifelse( \
|
||||
title(), \
|
||||
"\"" mytitle() "\" END", \
|
||||
"\n#include <menu.posthook>\n\nDebian END" \
|
||||
"\n\nDebian END" \
|
||||
) \
|
||||
"\n"
|
||||
|
||||
Reference in New Issue
Block a user