mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 16:26:08 +03:00
Merge pull request #466 from rockorager/desktop
linux: don't presume install location in desktop file
This commit is contained in:
4
dist/linux/app.desktop
vendored
4
dist/linux/app.desktop
vendored
@ -2,7 +2,7 @@
|
|||||||
Name=Ghostty
|
Name=Ghostty
|
||||||
Type=Application
|
Type=Application
|
||||||
Comment=A terminal emulator
|
Comment=A terminal emulator
|
||||||
Exec=/usr/bin/ghostty
|
Exec=ghostty
|
||||||
Icon=com.mitchellh.ghostty
|
Icon=com.mitchellh.ghostty
|
||||||
Keywords=terminal;tty;pty;
|
Keywords=terminal;tty;pty;
|
||||||
StartupNotify=true
|
StartupNotify=true
|
||||||
@ -11,4 +11,4 @@ Actions=new-window
|
|||||||
|
|
||||||
[Desktop Action new-window]
|
[Desktop Action new-window]
|
||||||
Actions=new-window
|
Actions=new-window
|
||||||
Exec=/usr/bin/ghostty
|
Exec=ghostty
|
||||||
|
Reference in New Issue
Block a user