DusteDdk / Wizznic

Most awesome puzzle game
http://sourceforge.net/projects/wizznic/
40 stars 21 forks source link

Install desktop file and icons on Linux systems #10

Closed akien-mga closed 4 years ago

akien-mga commented 9 years ago

Here's the desktop file I'm using for Mageia's wizznic package:

[Desktop Entry]
Name=Wizznic
Comment=Brick-matching puzzle game
GenericName=Puzzle game
Exec=wizznic
Icon=wizznic
Type=Application
Categories=Game;LogicGame;

This file should be installed as /usr/share/applications/wizznic.desktop.

The Icon=wizznic part will only work if an icon named wizznic.png (or wizznic.svg) is provided in at least one of these locations:

If high-res icons are provided (see #9), you can also install them in the corresponding folders in the hicolor theme (e.g. "128x128" or "scalable").

akien-mga commented 9 years ago

Note that I might do a pull request to implement that if you like the idea.