Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 638798 - media-video/kmplayer-0.12.0b - wrong options in desktop file
Summary: media-video/kmplayer-0.12.0b - wrong options in desktop file
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on: 638984
Blocks:
  Show dependency tree
 
Reported: 2017-11-25 14:59 UTC by kavol
Modified: 2017-11-27 17:04 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description kavol 2017-11-25 14:59:13 UTC
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.
Comment 1 Larry the Git Cow gentoo-dev 2017-11-25 16:09:43 UTC
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(-)
Comment 2 kavol 2017-11-25 16:39:20 UTC
wov, that was quick, thanks :-)