From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-dev/20110511/004618.html | 111 ++++++++++++++++++++++++++++++++ 1 file changed, 111 insertions(+) create mode 100644 zarb-ml/mageia-dev/20110511/004618.html (limited to 'zarb-ml/mageia-dev/20110511/004618.html') diff --git a/zarb-ml/mageia-dev/20110511/004618.html b/zarb-ml/mageia-dev/20110511/004618.html new file mode 100644 index 000000000..64d568822 --- /dev/null +++ b/zarb-ml/mageia-dev/20110511/004618.html @@ -0,0 +1,111 @@ + + + + [Mageia-dev] Does Mageia (Mandriva) fully follow XDG menu specifications? + + + + + + + + + +

[Mageia-dev] Does Mageia (Mandriva) fully follow XDG menu specifications?

+ Pascal Terjan + pterjan at gmail.com +
+ Wed May 11 09:46:59 CEST 2011 +

+
+ +
On Wed, May 11, 2011 at 06:10, Franklin Weng <franklin at goodhorse.idv.tw> wrote:
+> Hi list,
+>
+> Right now I'm customizing my own menu (without menu editor).  I'm
+> implementing our own menu structure, so I followed XDG menu specs to
+> create our own menu.
+>
+> However, I found that the menu layout attributes, like "show_empty",
+> "inline", ... etc., seemed to be ignored.
+>
+> AFAIK, the XDG menu spec implementation should be done by distribution
+> vendors.  If yes, would anyone please tell me if Mageia (or even
+> Mandriva) fully follows the XDG menu spec?  Or, what should I do to
+> make the show_empty, inline work?
+
+On which environment did you test? GNOME? KDE?
+
+The specification is followed by the desktop environment as far as I
+know, but the distro defines some rules (using the menu spec)
+
+inline works and is used in /etc/xdg/menus/applications.menu:
+
+  <Name>Applications</Name>
+  <Layout>
+    <Menuname inline="false">Internet</Menuname>
+    <Menuname inline="false">Office</Menuname>
+    <Menuname inline="false">Graphics</Menuname>
+    <Menuname inline="false">SoundVideo</Menuname>
+    <Menuname inline="false">Tools</Menuname>
+    <Menuname inline="false">Development</Menuname>
+    <Menuname inline="false">Games</Menuname>
+    <Menuname inline="false">Education</Menuname>
+    <Menuname inline="false">Sciences</Menuname>
+    <Menuname inline="false">Documentation</Menuname>
+    <Merge type="menus"/>
+    <Merge type="files"/>
+    <Separator/>
+    <Filename>rpmdrake.desktop</Filename>
+  </Layout>
+  <DefaultLayout inline="true" inline_limit="1">
+    <Merge type="files"/>
+    <Menuname>More</Menuname>
+    <Merge type="menus"/>
+  </DefaultLayout>
+
+ + + + + + + + + + + + + + +
+

+ +
+More information about the Mageia-dev +mailing list
+ -- cgit v1.2.1