[connections/desktop-file-add-parameter-to-exec] desktop: Add parameters to Exec key




commit 2513d86c66552b3958c59fae69f2b32f29c3e4f0
Author: Felipe Borges <felipeborges gnome org>
Date:   Mon Sep 13 10:32:28 2021 +0200

    desktop: Add parameters to Exec key
    
    Connections can receive an URL to connect as a commandline paramenter
    as well as a .vnc file to open.
    
    See 
https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html#exec-variables
    
    Fixes #69

 data/org.gnome.Connections.desktop.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/org.gnome.Connections.desktop.in b/data/org.gnome.Connections.desktop.in
index 41ff526..cf287e9 100644
--- a/data/org.gnome.Connections.desktop.in
+++ b/data/org.gnome.Connections.desktop.in
@@ -1,6 +1,6 @@
 [Desktop Entry]
 Name=Connections
-Exec=gnome-connections
+Exec=gnome-connections %U
 Terminal=false
 Type=Application
 Categories=GNOME;GTK;Utility;RemoteAccess;Network;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]