Fix app icon in taskbar and generate a mageia compatible RPM
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
[Desktop Entry]
|
||||
Name=<%= productName %>
|
||||
<% if (description) { print(`Comment=${description}\n`) } %>GenericName=<%= genericName %>
|
||||
Exec=<%= name %> %U<% if (execArguments && execArguments.length) { %> <%= execArguments.join(' ') %><% } %>
|
||||
Icon=<%= name %>
|
||||
Type=Application
|
||||
StartupNotify=true
|
||||
StartupWMClass=TrimSP
|
||||
Categories=<%= categories.join(';') %>;
|
||||
<% if (mimeType && mimeType.length) { %>MimeType=<%= mimeType.join(';') %>;<% } %>
|
||||
Reference in New Issue
Block a user