GNOME Bugzilla – Bug 715071
Updated desktop file
Last modified: 2015-01-17 21:44:20 UTC
Created attachment 261304 [details] [review] updated desktop file Hello, I'm attaching a patch that creates a valid desktop file and adds some keywords too. I also recommend to use atomix-logo.png on desktop environments such as Gnome 3 because of the higher quality. Thanks for considering the patch.
Review of attachment 261304 [details] [review]: Thanks for your patch. However, hardcoding an absolute path for the icon location does not seem to be a good idea, as we can specify custom install prefixes. A better solution would be to install the atomix-logo.png into $INSTALL_PREFIX/share/icons/hicolor/... and that way you wouldn't have to specify a path in the desktop file, as that should be on the default icon search path.
Review of attachment 261304 [details] [review]: You are absolutely right. Please change the line Icon=/usr/share/games/atomix/atomix-logo.png to Icon=atomix-icon The .png suffix is superfluous and the icon just has to be installed into the appropriate hicolor directory.
Thanks for the patch. Committed without the absolute path.