[Pkg-wmaker-commits] [wmaker] 03/04: Use new menu, dynamically generated by wmmenugen.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Mon Jul 24 02:42:54 UTC 2017


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmaker.

commit 7cf5bab48fd6d70f5c30462a2e7ca515f43dd9cc
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Sun Jul 23 22:26:39 2017 -0400

    Use new menu, dynamically generated by wmmenugen.
---
 debian/debianfiles/conf/WMRootMenu | 29 +++++++++++++++++++++++++++++
 debian/wmaker-common.install       |  1 +
 2 files changed, 30 insertions(+)

diff --git a/debian/debianfiles/conf/WMRootMenu b/debian/debianfiles/conf/WMRootMenu
new file mode 100644
index 0000000..e65b933
--- /dev/null
+++ b/debian/debianfiles/conf/WMRootMenu
@@ -0,0 +1,29 @@
+(
+  Debian,
+  (
+    Applications,
+    OPEN_PLMENU,
+    "|| wmmenugen -parser:xdg /usr/share/applications/"
+  ),
+  (Run..., EXEC, "%A(Run,Type command to run)"),
+  (
+    "Window Maker",
+    ("Info Panel ...", INFO_PANEL),
+    ("Legal Panel ...", LEGAL_PANEL),
+    (Preferences, EXEC, WPrefs),
+    ("Refresh screen", REFRESH),
+    (Restart, RESTART)
+  ),
+  (
+    WorkSpace,
+    (Appearance, OPEN_MENU, appearance.menu),
+    ("Arrange Icons", ARRANGE_ICONS),
+    ("Clear Session", CLEAR_SESSION),
+    ("Hide Others", HIDE_OTHERS),
+    ("Save Session", SAVE_SESSION),
+    ("Show All", SHOW_ALL),
+    (Workspaces, WORKSPACE_MENU)
+  ),
+  (Exit, EXIT),
+  ("Exit session", SHUTDOWN)
+)
diff --git a/debian/wmaker-common.install b/debian/wmaker-common.install
index d4864fe..b1698f0 100644
--- a/debian/wmaker-common.install
+++ b/debian/wmaker-common.install
@@ -2,6 +2,7 @@ debian/debianfiles/Themes/Debian.style		usr/share/WindowMaker/Themes
 debian/debianfiles/Themes/DebianLegacy.style	usr/share/WindowMaker/Themes
 debian/debianfiles/Themes/DebianSwirl.jpg	usr/share/WindowMaker/Backgrounds
 debian/debianfiles/Themes/debian.tiff		usr/share/WindowMaker/Backgrounds
+debian/debianfiles/conf/WMRootMenu		etc/GNUstep/Defaults
 debian/debianfiles/conf/WMWindowAttributes	etc/GNUstep/Defaults
 debian/debianfiles/conf/WindowMaker		etc/GNUstep/Defaults
 debian/debianfiles/wmaker			usr/bin

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmaker.git



More information about the Pkg-wmaker-commits mailing list