brezerk / q4wine

Q4Wine is a Qt GUI for W.I.N.E. It will help you manage wine prefixes and installed applications.
http://q4wine.brezblock.org.ua/
GNU General Public License v3.0
207 stars 40 forks source link

Use Comment instead of GenericName in desktop file #107

Closed AsciiWolf closed 7 years ago

AsciiWolf commented 7 years ago

GenericName should be used for short name of the application, not its description. This PR also fixes AppStream issue in Debian/Ubuntu and other distros that use the desktop file to generate correct metadata.

brezerk commented 7 years ago

Merged. Thank you!