1
0
mirror of https://github.com/nix-community/home-manager synced 2024-07-03 03:48:31 +02:00
home-manager/tests/modules/misc/xdg/desktop-full-expected.desktop
Nicolas Berbiche f47001cec9
xdg-desktop-entries: add 'actions' option, deprecate fileValidation (#2778)
Validation is always enabled so it does not make sense to keep this option
2022-04-17 18:06:09 -04:00

27 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