[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: I found a bug. (Autopackage menu items on fedora core 3)
From: |
Mike Hearn |
Subject: |
Re: I found a bug. (Autopackage menu items on fedora core 3) |
Date: |
Wed, 29 Jun 2005 13:38:15 +0100 |
On Wed, 2005-06-29 at 10:04 +0200, Jan Nieuwenhuizen wrote:
> # FIXME: How to create a nice LilyPond submenu?
> installDesktop "Applications/Music/Notation/LilyPond"
> share/lilypond/@VERSION@/misc/lilypond.desktop
> installDesktop "Applications/Music/Notation/LilyPond"
> share/lilypond/@VERSION@/misc/examples.desktop
> installDesktop "Applications/Music/Notation/LilyPond"
> share/lilypond/@VERSION@/misc/website.desktop
> installDesktop "Applications/Music/Notation/LilyPond"
> share/lilypond/@VERSION@/misc/tutorial.desktop
> installDesktop "Applications/Music/Notation/LilyPond"
> share/lilypond/@VERSION@/misc/mutopia.desktop
In general you want to avoid this sort of thing ... applications on
Linux should not have their own submenu. Just have a Lilypond entry, and
then examples/website/tutorial can be items in the Help menu. I'm not
sure what Mutopia is but again, generally these sorts of things should
go in the app itself.
thanks -mike