diff --git a/static/linux/webtorrent-desktop.ejs b/static/linux/webtorrent-desktop.ejs index e88789cc..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 %><% } %> @@ -11,7 +10,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...