mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-24 20:56:08 +03:00

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.
15 lines
255 B
Desktop File
15 lines
255 B
Desktop File
[Desktop Entry]
|
|
Name=Ghostty
|
|
Type=Application
|
|
Comment=A terminal emulator
|
|
Exec=ghostty
|
|
Icon=com.mitchellh.ghostty
|
|
Keywords=terminal;tty;pty;
|
|
StartupNotify=true
|
|
Terminal=false
|
|
Actions=new-window
|
|
|
|
[Desktop Action new-window]
|
|
Actions=new-window
|
|
Exec=ghostty
|