Holzhaus / mixxx-gh-issue-migration

0 stars 0 forks source link

Enhancements for .desktop file #26

Closed Holzhaus closed 3 years ago

Holzhaus commented 3 years ago

Reported by: awilliamson Date: 2008-03-09T17:20:09Z Status: Fix Released Importance: Undecided Launchpad Issue: lp200254


I noticed some problems in Mixxx's .desktop file while making the Mandriva package. The following patch changes these things:

The Icon is changed from 'mixxx-icon.png' to 'mixxx-icon'. This is correct as per current XDG standards (specifying an extension is incorrect), but requires another change: icons need to be installed as per the freedesktop.org icon theme, as they used to be in Mixxx 1.5 but no longer appear to be in 1.6 (to the /usr/share/icons/hicolor ... tree).

StartupNotify=true is specified.

The categories are amended to include Qt;

the empty GenericName[en_CA] field is removed, it doesn't seem to be doing anything useful.

Holzhaus commented 3 years ago

Commented by: awilliamson Date: 2008-03-09T17:20:09Z


Holzhaus commented 3 years ago

Commented by: @esbrandt Date: 2010-08-15T13:44:28Z


Better late then never... Adapted patch for 1.8 and pushed in http://bazaar.launchpad.net/~jus/mixxx/skins/revision/2391

Holzhaus commented 3 years ago

Issue closed with status Fix Released.