![]() | 1 | initial version |
Make sure those manually created .desktop
files begin like this
#!/usr/bin/env xdg-open
[Desktop Entry]
...
![]() | 2 | No.2 Revision |
Make sure those manually created .desktop
files begin like this
#!/usr/bin/env xdg-open
[Desktop Entry]
...
EDIT: You can also use destop-file-validate <your_desktop_file>
to check and validate your file. (The tool is part of the package desktop-file-utils
.)