From eec89ebb0d83ad191be605d0b42850936a1ac23f Mon Sep 17 00:00:00 2001 From: Debian Multimedia Maintainers Date: Tue, 5 Sep 2023 23:38:57 +0200 Subject: [PATCH] Use wrapper-script to launch jacktrip-gui from .desktop Origin: Debian Bug: https://github.com/jacktrip/jacktrip/issues/802 Last-Update: 2023-01-27 Last-Update: 2023-01-27 Gbp-Pq: Name gui-launcher.patch --- linux/org.jacktrip.JackTrip.desktop.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/org.jacktrip.JackTrip.desktop.in b/linux/org.jacktrip.JackTrip.desktop.in index 620a3e6..301a8ee 100644 --- a/linux/org.jacktrip.JackTrip.desktop.in +++ b/linux/org.jacktrip.JackTrip.desktop.in @@ -3,7 +3,7 @@ Type=Application Name=JackTrip@name_suffix@ Comment=Network Music Performance over the Internet Comment[fr]=Performance de musique en réseau sur internet -Exec=/bin/bash -c "if [ -z ""\$"1" ]; then jacktrip; else jacktrip --gui --deeplink ""\$"1"; fi" /bin/bash %u +Exec=/usr/share/jacktrip/jacktrip-gui-launcher %u Icon=@icon@ Terminal=false StartupWMClass=@wmclass@ -- 2.30.2