
And while I was trying to make that work, I corrected some problems in the .desktop file. Specifically I wrote down the wrong executable name and the categories I selected for it didn't validate. So I focused it on the publishing category. 16min
13 lines
244 B
Desktop File
13 lines
244 B
Desktop File
[Desktop Entry]
|
|
Type=Application
|
|
Name=write.as
|
|
Comment=Spread your ideas
|
|
Exec=write-as-gtk %f
|
|
Icon=write-as
|
|
Terminal=false
|
|
MimeType=text/plain;
|
|
Categories=GTK;Office;Publishing;
|
|
Keywords=blog;pastebin;snippets;code;publish;
|
|
StartupNotify=true
|
|
|