Advertisement
Appu82

Sample-Desktop-Entry-xl01.desktop

Nov 26th, 2020
484
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.55 KB | None | 0 0
  1. #!/usr/bin/env xdg-open
  2.  
  3. [Desktop Entry]
  4.  
  5. X-AppInstall-Package=xl01
  6. X-AppInstall-Popcon=
  7. X-AppInstall-Section=main
  8.  
  9. Name=xl01
  10. Comment=Test X-Window Program With Relative Path
  11. TryExec=/bin/bash -c 'cd "$(dirname "$0")"; ./xl01 -windowed' %k
  12. Exec=/bin/bash -c 'cd "$(dirname "$0")"; ./xl01 -windowed' %k
  13. Terminal=false
  14. Type=Application
  15. Icon=application-default-icon
  16. Categories=
  17. StartupNotify=false
  18. MimeType=;
  19.  
  20. X-Ubuntu-Gettext-Domain=app-install-data
  21. Path=bash -c 'cd $(dirname %0)';
  22. GenericName=Desktop Entry Test2 Relative Path
  23. Name[en_IN]=xl01
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement