From 5def2d3947ad07a68d03dda1a14ef3e3b33177ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivo=20=C5=A0merek?= Date: Sat, 29 Aug 2020 13:53:02 +0200 Subject: [PATCH 1/2] Fix StartupWMClass --- static/linux/webtorrent-desktop.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/linux/webtorrent-desktop.ejs b/static/linux/webtorrent-desktop.ejs index e88789cc..db5d52ce 100644 --- a/static/linux/webtorrent-desktop.ejs +++ b/static/linux/webtorrent-desktop.ejs @@ -11,7 +11,7 @@ Actions=CreateNewTorrent;OpenTorrentFile;OpenTorrentAddress; <% if (mimeType && mimeType.length) { %>MimeType=<%= mimeType.join(';') %>;<% } %> <% if (categories && categories.length) { %>Categories=<%= categories.join(';') %>;<% } %> StartupNotify=true -<% if (name) { %>StartupWMClass=<%= name %> <% } %> +StartupWMClass=<%= productName %> [Desktop Action CreateNewTorrent] Name=Create New Torrent... From b61a4e84f5cb4e0e8ab1919b99ae8b3e41c5efc8 Mon Sep 17 00:00:00 2001 From: BlueManCZ Date: Sat, 29 Aug 2020 14:04:10 +0200 Subject: [PATCH 2/2] Remove Version entry --- static/linux/webtorrent-desktop.ejs | 1 - 1 file changed, 1 deletion(-) diff --git a/static/linux/webtorrent-desktop.ejs b/static/linux/webtorrent-desktop.ejs index db5d52ce..ac43e863 100644 --- a/static/linux/webtorrent-desktop.ejs +++ b/static/linux/webtorrent-desktop.ejs @@ -1,6 +1,5 @@ [Desktop Entry] Type=Application -<% if (version) { %>Version=<%= version %><% } %> Name=<%= productName %> <% if (genericName) { %>GenericName=<%= genericName %><% } %> <% if (description) { %>Comment=<%= description %><% } %>