Package: dragonplayer Version: 4:4.4.5-1 Severity: normal Tags: patch I discovered this issue in Squeeze. I'm unable to test in later versions at the moment.
When using konqueror to browse through my collection of DVD ISOs, I tried to click on one of them and expected dragonplayer to start or at least for KDE to propose either to use dragonplayer or k3b. Instead only k3b was started. The reason for this is that /usr/share/applications/kde4/k3b.desktop list application/x-cd-image as a supported MIME type, while /usr/share/applications/kde4/dragonplayer.desktop do not. Please add the MIME type. When I start 'dragon /path/to/dvd.iso', the DVD plays just fine, so I know dragonplayer support the DVD ISOs. :) Here is a patch to implement the change: --- /usr/share/applications/kde4/dragonplayer.desktop 2010-01-20 00:22:04.000000000 +0100 +++ /tmp/dragonplayer.desktop 2012-02-04 15:39:22.943947297 +0100 @@ -109,5 +109,5 @@ X-DocPath=dragonplayer/index.html TryExec=dragon Exec=dragon %u -MimeType=video/ogg;video/x-theora+ogg;video/x-ogm+ogg;video/x-ms-wmv;video/x-msvideo;video/x-ms-asf;video/x-matroska;video/mpeg;video/avi;video/quicktime;video/vnd.rn-realvideo;video/x-flic;video/mp4; +MimeType=video/ogg;video/x-theora+ogg;video/x-ogm+ogg;video/x-ms-wmv;video/x-msvideo;video/x-ms-asf;video/x-matroska;video/mpeg;video/avi;video/quicktime;video/vnd.rn-realvideo;video/x-flic;video/mp4;application/x-cd-image; Categories=Qt;KDE;AudioVideo;Player; -- System Information: Debian Release: 6.0.4 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores) Locale: LANG=nb_NO.UTF-8, LC_CTYPE=nb_NO.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages dragonplayer depends on: ii kdebase-runtime 4:4.4.5-1 runtime components from the offici ii libc6 2.11.3-2 Embedded GNU C Library: Shared lib ii libkdecore5 4:4.4.5-2+squeeze3 the KDE Platform Core Library ii libkdeui5 4:4.4.5-2+squeeze3 the KDE Platform User Interface Li ii libkio5 4:4.4.5-2+squeeze3 the Network-enabled File Managemen ii libkparts4 4:4.4.5-2+squeeze3 the Framework for the KDE Platform ii libphonon4 4:4.6.0really4.4.2-1 the core library of the Phonon mul ii libqt4-dbus 4:4.6.3-4+squeeze1 Qt 4 D-Bus module ii libqtcore4 4:4.6.3-4+squeeze1 Qt 4 core module ii libqtgui4 4:4.6.3-4+squeeze1 Qt 4 GUI module ii libsolid4 4:4.4.5-2+squeeze3 Solid Library for KDE Platform ii libstdc++6 4.4.5-8 The GNU Standard C++ Library v3 ii libxine1 1.1.19-2 the xine video/media player librar ii libxine1-x 1.1.19-2 X desktop video output plugins for ii phonon 4:4.6.0really4.4.2-1 metapackage for the Phonon multime dragonplayer recommends no packages. dragonplayer suggests no packages. -- no debconf information -- Happy hacking Petter Reinholdtsen -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

