Package: gnash Version: 0.8.6-1 Severity: important Tags: patch Hi,
the gnash menu icon doesn’t do anything. The reason is that it is not meant to be launched as is, but only as a MIME handler. Therefore it should be prevented from displaying in the menu, using NoDisplay. On the contrary it should display as a MIME handler for Flash files. Here are the suggested changes, including minor tweaks. --- gnash.desktop 2009-10-08 09:35:55.714052423 +0200 +++ gnash.desktop 2009-10-08 @@ -5,6 +5,8 @@ GenericName= Comment= Icon=gnash -Exec=/usr/bin/gnash +Exec=gnash %U Terminal=false -Categories=AudioVideo;Player;GTK; +Categories=AudioVideo;Video;Player;GTK; +MimeType=application/x-shockwave-flash;application/futuresplash; +NoDisplay=true It would also be nice to include translations in this menu file; this can be done easily with intltool, even without upstream supporting that. Cheers, -- .''`. Josselin Mouette : :' : `. `' “I recommend you to learn English in hope that you in `- future understand things” -- Jörg Schilling -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

