mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-08-02 13:48:15 +02:00
Update desktop file to be correct
This commit is contained in:
parent
cb3b42ec53
commit
2563ead32c
@ -3,10 +3,16 @@ Version=1.0
|
|||||||
Type=Application
|
Type=Application
|
||||||
Name=Stirling-PDF
|
Name=Stirling-PDF
|
||||||
Comment=Locally hosted web application that allows you to perform various operations on PDF files
|
Comment=Locally hosted web application that allows you to perform various operations on PDF files
|
||||||
Exec={{bin}} %F
|
Exec={{bin}}
|
||||||
Icon={{icon}}
|
Icon={{icon}}
|
||||||
Terminal=false
|
Terminal=false
|
||||||
MimeType=application/pdf;
|
MimeType=application/pdf;
|
||||||
Categories=Office;Graphics;
|
Categories=Office;Graphics;Utility;
|
||||||
StartupNotify=true
|
StartupNotify=true
|
||||||
StartupWMClass=Stirling-PDF
|
StartupWMClass=Stirling-PDF
|
||||||
|
NoDisplay=false
|
||||||
|
Actions=open-file;
|
||||||
|
|
||||||
|
[Desktop Action open-file]
|
||||||
|
Name=Open PDF File
|
||||||
|
Exec={{bin}} %F
|
Loading…
Reference in New Issue
Block a user