This patch isn't correct at all. The Encoding field shouldn't be added any more as it has been deprecated, and the Icon field is already fixed in version 0.7.
So the only change to make it valid is removing the Encoding field (which has been added to 0.7), and change the categories as proposed. Also, it's recommended for the description to start with a verb; I'd suggest using something like «Play a puzzle game similar to "Diamond Mine"». I'm attaching a patch that I applied to the Ubuntu package below. Regards, -- Siegfried-Angel Gevatter Pujals (RainCT) GNU/Linux User #438657. Ubuntu User #11680. ------------------------------------------------------------------------------------------------------------------------ diff -Nur -x '*.orig' -x '*~' gweled-0.7/gweled.desktop gweled-0.7.new/gweled.desktop --- gweled-0.7/gweled.desktop 2008-04-07 19:55:29.000000000 +0200 +++ gweled-0.7.new/gweled.desktop 2008-04-07 21:31:04.000000000 +0200 @@ -1,8 +1,8 @@ [Desktop Entry] Version=1.0 -Encoding=UTF-8 Name=Gweled -Comment=A "Diamond Mine" for Gnome +Comment=Play a puzzle game similar to "Diamond Mine" +Comment[ca]=Jugueu a un joc semblant al "Diamond Mine" Exec=gweled Icon=gweled Terminal=false

