I was wondering why clicking a video file in dolphin doesn't run it in kmplayer ... I guess this explains that: $ head /usr/share/applications/kmplayer.desktop [Desktop Entry] Type=Application Exec=kmplayer -caption %c %i %U ... $ kmplayer -caption 1 2 3 Unknown options: c, a, p, t, i, o, n.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fd49ffe76fa579aa86de0fb62fef54d2b27e4e0 commit 8fd49ffe76fa579aa86de0fb62fef54d2b27e4e0 Author: Andreas Sturmlechner <asturm@gentoo.org> AuthorDate: 2017-11-25 15:59:28 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2017-11-25 16:09:22 +0000 media-video/kmplayer: Fix desktop file, cmake warnings Reported-by: <kavol@email.cz> Closes: https://bugs.gentoo.org/638798 Package-Manager: Portage-2.3.16, Repoman-2.3.6 media-video/kmplayer/Manifest | 2 +- .../kmplayer/files/kmplayer-0.12.0b-cmake.patch | 50 ++++++++++++ .../kmplayer/files/kmplayer-0.12.0b-desktop.patch | 47 +++++++++++ .../files/kmplayer-0.12.0b-devpixelratio.patch | 36 ++++++++ .../kmplayer/files/kmplayer-0.12.0b-qfile.patch | 33 ++++++++ .../files/kmplayer-0.12.0b-schedulerepaint.patch | 61 ++++++++++++++ media-video/kmplayer/kmplayer-0.12.0b-r1.ebuild | 95 ++++++++++++++++++++++ 7 files changed, 323 insertions(+), 1 deletion(-)
wov, that was quick, thanks :-)