linux: don't presume install location in desktop file

The app.desktop file shipped with the default build presumes the install
location of the binary. Let the OS determine the executable through it's
normal PATH variables.
pull/466/head
Tim Culverhouse 2023-09-15 03:22:48 -05:00
parent 64d2aa67f3
commit 6484c34bec
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
Name=Ghostty
Type=Application
Comment=A terminal emulator
Exec=/usr/bin/ghostty
Exec=ghostty
Icon=com.mitchellh.ghostty
Keywords=terminal;tty;pty;
StartupNotify=true
@ -11,4 +11,4 @@ Actions=new-window
[Desktop Action new-window]
Actions=new-window
Exec=/usr/bin/ghostty
Exec=ghostty