1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] Does Mageia (Mandriva) fully follow XDG menu specifications?
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Does%20Mageia%20%28Mandriva%29%20fully%20follow%20XDG%20menu%0A%09specifications%3F&In-Reply-To=%3CBANLkTikzNcH%2BKA3FWBk%3DFoDwakwX2UjGZQ%40mail.gmail.com%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="004614.html">
<LINK REL="Next" HREF="004615.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] Does Mageia (Mandriva) fully follow XDG menu specifications?</H1>
<B>Pascal Terjan</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Does%20Mageia%20%28Mandriva%29%20fully%20follow%20XDG%20menu%0A%09specifications%3F&In-Reply-To=%3CBANLkTikzNcH%2BKA3FWBk%3DFoDwakwX2UjGZQ%40mail.gmail.com%3E"
TITLE="[Mageia-dev] Does Mageia (Mandriva) fully follow XDG menu specifications?">pterjan at gmail.com
</A><BR>
<I>Wed May 11 09:46:59 CEST 2011</I>
<P><UL>
<LI>Previous message: <A HREF="004614.html">[Mageia-dev] Does Mageia (Mandriva) fully follow XDG menu specifications?
</A></li>
<LI>Next message: <A HREF="004615.html">[Mageia-dev] [1266] add missing function ( and no titi, perl_checker didn' t notice this one, but pterjan checker did )
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#4618">[ date ]</a>
<a href="thread.html#4618">[ thread ]</a>
<a href="subject.html#4618">[ subject ]</a>
<a href="author.html#4618">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On Wed, May 11, 2011 at 06:10, Franklin Weng <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">franklin at goodhorse.idv.tw</A>> wrote:
><i> Hi list,
</I>><i>
</I>><i> Right now I'm customizing my own menu (without menu editor).  I'm
</I>><i> implementing our own menu structure, so I followed XDG menu specs to
</I>><i> create our own menu.
</I>><i>
</I>><i> However, I found that the menu layout attributes, like "show_empty",
</I>><i> "inline", ... etc., seemed to be ignored.
</I>><i>
</I>><i> AFAIK, the XDG menu spec implementation should be done by distribution
</I>><i> vendors.  If yes, would anyone please tell me if Mageia (or even
</I>><i> Mandriva) fully follows the XDG menu spec?  Or, what should I do to
</I>><i> make the show_empty, inline work?
</I>
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>
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="004614.html">[Mageia-dev] Does Mageia (Mandriva) fully follow XDG menu specifications?
</A></li>
<LI>Next message: <A HREF="004615.html">[Mageia-dev] [1266] add missing function ( and no titi, perl_checker didn' t notice this one, but pterjan checker did )
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#4618">[ date ]</a>
<a href="thread.html#4618">[ thread ]</a>
<a href="subject.html#4618">[ subject ]</a>
<a href="author.html#4618">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
mailing list</a><br>
</body></html>
|