hi,
about this menu thing that pops up every now and then -- i may be
misunderstanding something, but i just came by some code pieces in
src/defaults.c that do what looks like prepending, appending, and
otherwise stuffing plain good old proplist menus to one's root menu.
in ${prefix}/etc/WindowMaker (SYSCONFDIR/GLOBAL_DEFAULTS_SUBDIR) have
a file named GlobalMenu.post (GLOBAL_PREAMBLE_MENU_FILE) with contents
like this:
(
(
"System-wide menu",
(Terminal, EXEC, uxterm),
("Mozilla Firefox", EXEC, "/usr/bin/firefox"),
("Run application", EXEC, "%A(Run, Run what:)"),
(XCalc, EXEC, free42),
(WMagnify, EXEC, wmagnify),
(XLock, EXEC, xlock),
(XKill, EXEC, xkill),
(
"Window Maker configuration",
(WMakerConf, EXEC, wmakerconf),
(WPrefs, EXEC, WPrefs)
),
("Restart WindowMaker", RESTART),
("Exit WindowMaker", EXIT)
)
)
restart, and observe the bottom of your root menu.
does that not solve half the problem with including debian menus and
suse menus and altlinux menus and whatnot menus?
--
[-]
mkdir /nonexistent
--
To unsubscribe, send mail to [email protected].