[juk] /: Remove ancient Exec= key from .desktop file.
Michael Pyne
null at kde.org
Sun Mar 4 16:21:45 UTC 2018
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:
BUG:391354
FIXED-IN:18.04
M +2 -1 org.kde.juk.desktop
https://commits.kde.org/juk/2126484511b46e8fe564da705895dab4db188dd0
diff --git a/org.kde.juk.desktop b/org.kde.juk.desktop
index 281dd2f..a40d99b 100755
--- a/org.kde.juk.desktop
+++ b/org.kde.juk.desktop
@@ -1,7 +1,8 @@
# KDE Config File
[Desktop Entry]
Type=Application
-Exec=juk -qwindowtitle %c %i
+# Eat URLs to avoid downloading large music files but JuK does not yet support them
+Exec=juk %U
Icon=juk
X-DocPath=juk/index.html
X-DBUS-StartupType=Unique
More information about the kde-doc-english
mailing list