[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#566730: qsynth: Show up in lost+found KDE menu section, should be in Multimedia section



Package:  qsynth
Version:  0.3.4-1
Tags:     patch
User:     debian-edu@lists.debian.org
UserTags: debian-edu

In a Debian Edu Squeeze installation, qsynth show up in the lost+found
KDE menu section.  No program should be there.  I believe the cause of
this is that none of the categories listed in the desktop file for
qsynth is recognized by KDE in Squeeze.  I found a solution by adding
the 'AudioVideo' category to the file.  This moved the menu entry to
the Multimedia section, where I believe it belong.

This untested patch (as in I have not tried to build the package after
it is applied) should solve the issue:

diff -ur qsynth-0.3.4/debian/patches/01_desktop_categories.dpatch qsynth-0.3.4-pere/debian/patches/01_desktop_categories.dpatch
--- qsynth-0.3.4/debian/patches/01_desktop_categories.dpatch    2010-01-24 21:46:29.000000000 +0100
+++ qsynth-0.3.4-pere/debian/patches/01_desktop_categories.dpatch       2010-01-24 21:48:20.000000000 +0100
@@ -13,7 +13,7 @@
  Exec=@ac_prefix@/bin/qsynth
  Icon=@ac_prefix@/share/pixmaps/qsynth.png
 -Categories=Audio;AudioVideo;MIDI;JACK;ALSA;Qt;
-+Categories=Audio;Midi;Music;Qt
++Categories=Audio;AudioVideo;Midi;Music;Qt
  Terminal=false
  Type=Application
  X-SuSE-translate=true

Happy hacking,
-- 
Petter Reinholdtsen



Reply to: