[Xfce4-commits] <xfce4-panel:devel> Add menu file that add all the desktop items in a single list.
Nick Schermer
nick at xfce.org
Tue Aug 11 20:26:48 CEST 2009
Updating branch refs/heads/devel
to 4c1579e46196e3fa9b5736e2b0c28495ef386cbb (commit)
from c5f27822af91bfe4593b19f90fad56646a692dac (commit)
commit 4c1579e46196e3fa9b5736e2b0c28495ef386cbb
Author: Nick Schermer <nick at xfce.org>
Date: Mon Feb 16 12:51:31 2009 +0100
Add menu file that add all the desktop items in a single list.
plugins/launcher/launcher.menu | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/plugins/launcher/launcher.menu b/plugins/launcher/launcher.menu
new file mode 100644
index 0000000..ccaafc5
--- /dev/null
+++ b/plugins/launcher/launcher.menu
@@ -0,0 +1,15 @@
+<!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN"
+ "http://www.freedesktop.org/standards/menu-spec/1.0/menu.dtd">
+
+<Menu>
+ <Name>Xfce Panel Launcher</Name>
+
+ <!-- Search the default locations -->
+ <DefaultAppDirs/>
+ <DefaultDirectoryDirs/>
+
+ <Include>
+ <!-- Show all the menu items -->
+ <All />
+ </Include>
+</Menu>
More information about the Xfce4-commits
mailing list