mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 16:59:43 +01:00
f47001cec9
Validation is always enabled so it does not make sense to keep this option
26 lines
471 B
Desktop File
26 lines
471 B
Desktop File
[Desktop Entry]
|
|
Actions=Default;New-Window
|
|
Categories=Network;WebBrowser
|
|
Comment=My Application
|
|
DBusActivatable=false
|
|
Exec=test --option
|
|
GenericName=Web Browser
|
|
Icon=test
|
|
Keywords=calc;math
|
|
MimeType=text/html;text/xml
|
|
Name=Test
|
|
NoDisplay=false
|
|
PrefersNonDefaultGPU=false
|
|
StartupNotify=false
|
|
Terminal=true
|
|
Type=Application
|
|
Version=1.4
|
|
|
|
[Desktop Action Default]
|
|
Exec=test --default
|
|
Name=Default
|
|
|
|
[Desktop Action New-Window]
|
|
Exec=test --new-window
|
|
Icon=test
|
|
Name=New Window
|