27 lines
456 B
Desktop File
27 lines
456 B
Desktop File
|
#This is a comment
|
||
|
|
||
|
[Desktop Entry]
|
||
|
Version=1.0
|
||
|
Type=Application
|
||
|
Name=Foo Viewer
|
||
|
Comment=The best viewer for Foo objects available!
|
||
|
TryExec=fooview
|
||
|
Exec=fooview %F
|
||
|
|
||
|
Icon=fooview
|
||
|
MimeType=image/x-foo;
|
||
|
Actions=Gallery;Create;
|
||
|
|
||
|
Name[en_US]=foo.desktop
|
||
|
|
||
|
[Desktop Action Gallery]
|
||
|
Exec=fooview --gallery
|
||
|
Name=Browse Gallery
|
||
|
|
||
|
[Desktop Action Create]
|
||
|
Exec=fooview --create-new
|
||
|
Name=Create a new Foo!
|
||
|
Name[en_US]=Create a new Foo!
|
||
|
#Another comment
|
||
|
Icon=fooview-new
|