From d8bba4545f94b37592e17403e93d5c3e5ee5f202 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> Date: Fri, 15 Dec 2017 02:34:39 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20Gajim=E2=80=99s=20.desktop=20file=20to=20?= =?UTF-8?q?pass=20the=20URI=20to=20the=20program.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/org.gajim.Gajim.desktop.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/org.gajim.Gajim.desktop.in b/data/org.gajim.Gajim.desktop.in index 521e843347..e2d8674ff7 100644 --- a/data/org.gajim.Gajim.desktop.in +++ b/data/org.gajim.Gajim.desktop.in @@ -6,7 +6,7 @@ Comment=A GTK+ Jabber client # Translators: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! Keywords=chat;messaging;im;xmpp;bonjour;voip; Version=1.0 -Exec=gajim +Exec=gajim %u # Translators: Do NOT translate or transliterate this text (this is an icon file name)! Icon=org.gajim.Gajim StartupNotify=true -- GitLab