mirror of
https://github.com/nix-community/home-manager
synced 2024-11-06 03:09:45 +01:00
e58a7cb13d
The `makeDesktopItem` function changed in a backwards incompatible way
in
0c713dbed4
This commit updates the module accordingly.
Fixes #2767
16 lines
307 B
Desktop File
16 lines
307 B
Desktop File
[Desktop Entry]
|
|
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
|