<br><br><div class="gmail_quote">On Sun, Jan 11, 2009 at 4:36 AM, Jonathan D. Armendariz <span dir="ltr">&lt;<a href="mailto:jarmenda@lavabit.com">jarmenda@lavabit.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello,<br>
<br>
I do have one more question to ask of you collectively. I&#39;ve been trying<br>
to figure out how to manipulate the menu file to move things around more<br>
to my liking. If I understand correctly, it&#39;s stored as an XML file.<br>
Problem is, unless I&#39;m completely missing something obvious, I&#39;m not<br>
able to directly manipulate certain aspects of it. For example, I want<br>
to move a menu item from, say, the Network menu and put it over to<br>
Multimedia. I&#39;ve looked in the forums but my search had proved<br>
inconclusive. Perhaps there is an easier way or some application that<br>
could make it easier? Any suggestions would be greatly appreciated.<br>
<font color="#888888"><br>
</font></blockquote></div><br clear="all">Unfortunately, Xfce 4.4 (which is used in Xubuntu up to 8.10, currently the latest version) uses a half-baked implementation of the <a href="http://freedesktop.org">freedesktop.org</a> menu specification. The next version of Xfce, 4.6, which is supposed to be shipped with Xubuntu 9.04, should provide a better implementation (though it still doesn&#39;t contain a menu editor).<br>
<br>Anyway, Xfce&#39;s menu is built up of an XML file, where one of the entries is &quot;include the <a href="http://freedesktop.org">freedesktop.org</a> menu structure here&quot;. The files of the <a href="http://freedesktop.org">freedesktop.org</a> standard are spread across your computer, and are stored in .desktop files. You&#39;ll probably want to edit (as root) the .desktop files in /usr/share/applications.<br>
<br>For example, if I wanted to move Firefox from Network to Multimedia, in the file /usr/share/applications/firefox.desktop, I&#39;d change the line<br><br>Categories=Application;Network;<br><br>to<br><br>
Categories=Application;AudioVideo;<br><br>See for further reference:<br><br>&nbsp;* <a href="http://standards.freedesktop.org/desktop-entry-spec/latest/">http://standards.freedesktop.org/desktop-entry-spec/latest/</a><br>&nbsp;* <a href="http://standards.freedesktop.org/menu-spec/latest/">http://standards.freedesktop.org/menu-spec/latest/</a><br>
<br>Cheers,<br>-- <br>Vincent<br>