mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00

Removed check for plasma in build.zig, it installs it anyways now Added executable permissions for ghostty_dolphin.desktop since Plasma requires them for context menu items
12 lines
215 B
Desktop File
Executable File
12 lines
215 B
Desktop File
Executable File
[Desktop Entry]
|
|
Type=Service
|
|
ServiceTypes=KonqPopupMenu/Plugin
|
|
MimeType=inode/directory
|
|
Actions=RunGhosttyDir
|
|
|
|
[Desktop Action RunGhosttyDir]
|
|
Name=Open Ghostty Here
|
|
Icon=com.mitchellh.ghostty
|
|
Exec=cd %F && ghostty
|
|
|