Bug 391354

Summary: Juk doesn't start in wayland when using the default run command
Product: [Applications] juk Reporter: Michael D <nortexoid>
Component: generalAssignee: Scott Wheeler <wheeler>
Status: RESOLVED FIXED    
Severity: normal CC: mpyne
Priority: NOR    
Version First Reported In: 17.12.2   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed/Implemented In: 18.04
Sentry Crash Report:

Description Michael D 2018-03-03 21:17:57 UTC
If I run "juk" it starts just fine, but when I try to run it from the menu it doesn't work. I don't recall what the default command is anymore because I changed it in kmenuedit and wayland's clipboard is broken.
Comment 1 Michael Pyne 2018-03-04 16:06:04 UTC
Seems the command is `juk -qwindowtitle %c %i` but I suspect that may be historical baggage more than anything else.

But before I change let me double-check.
Comment 2 Michael Pyne 2018-03-04 16:21:52 UTC
Git commit 2126484511b46e8fe564da705895dab4db188dd0 by Michael Pyne.
Committed on 04/03/2018 at 16:19.
Pushed by mpyne into branch 'master'.

Remove ancient Exec= key from .desktop file.

Should allow JuK to start on Wayland.  Should also allow arguments to be
passed to JuK (which in theory supports loading files from command
line).

I ask for URLs to be passed (%U) instead of files (%F) to avoid
over-eager file managers or desktops trying to download music files to a
temp directory and then deleting them once JuK is done.

GUI:
FIXED-IN:18.04

M  +2    -1    org.kde.juk.desktop

https://commits.kde.org/juk/2126484511b46e8fe564da705895dab4db188dd0
Comment 3 Michael D 2018-03-04 21:08:02 UTC
Thanks!