2009/11/4 rosea grammostola <span dir="ltr"><<a href="mailto:rosea.grammostola@gmail.com">rosea.grammostola@gmail.com</a>></span><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div><div></div><div class="h5">Raymond Martin wrote:<br>
> On November 3, 2009 01:22:30 pm Daniel Vidal wrote:<br>
><br>
>> Hi<br>
>><br>
>>    I think this post is [OT] but also i think is the apropiate audience...<br>
>><br>
>>    I'am now working on making personalized menus for Musix distro. I try to<br>
>> do this task using the freedesktop rules, using .desktop files and the<br>
>> "Categories" field. This is a real problem. All audio Apps put "AudioVideo"<br>
>> tag... and all apps apear together on a single menu option... Mixers merged<br>
>> with synths... with DAWs... with virtual keyboards... Well... when the user<br>
>> chooses the "multimedia" option of system menu... the submenu have three<br>
>> columns of apps... Only a little set of apps put more specific tag like<br>
>> "Midi" or "Synthesis"...<br>
>><br>
>>    This behavoir can be modified using more "Categories" tags describing<br>
>> more closely the app... But this cant be done without the agreement of<br>
>>  linux apps developers about a clasification...<br>
>><br>
>>    I can make a proposal to add some tags?<br>
>><br>
><br>
> [snip]<br>
><br>
> I can see where you are coming from. The Sound & Video menu on my desktop<br>
> (E17) is a mess. Categorizing these better would be nice, but I just cannot<br>
> see how you will find a way to break it up that most people will agree with.<br>
> For instance, I do not necessarily agree with the categories you suggest,<br>
> seems like too many IMO.<br>
><br>
> I would suggest either using very broad categories (max of 3, 4, for example)<br>
> or leaving it alone altogether. Even the other non-audio related menus are<br>
> questionable across different desktops. An end user can always edit them<br>
> if it bothers them that much.<br>
<br>
</div></div>I thought about this also a while ago...<br>
Ubuntu Studio has an extra audio/video production menu<br>
<br>
The gnome-main-menu from OpenSuse works also pretty well. You can set<br>
some favourite apps and the others are pretty well organized...<br>
<font color="#888888"><br>
\r<br>
</font><div><div></div><div class="h5">_______________________________________________<br>
Linux-audio-dev mailing list<br>
<a href="mailto:Linux-audio-dev@lists.linuxaudio.org">Linux-audio-dev@lists.linuxaudio.org</a><br>
<a href="http://lists.linuxaudio.org/mailman/listinfo/linux-audio-dev" target="_blank">http://lists.linuxaudio.org/mailman/listinfo/linux-audio-dev</a><br>
</div></div></blockquote></div><br><div>You could always transform your entire desktop to conform to a personally-categorised menu (with X-$customcat), with the help of the shell. Copy the chosen apps' entries from /usr/share/applications and place them in a tmp location, then run:</div>

<div><br></div><div>sed -i 's/Categories=.*/Categories=X-MyCat;/' *</div><div><br></div><div>After that move them to ~/.local/share/applications. Application devs could provide desktop files with their own X-* category, there is no harm.</div>