kde dolphin - the service menu entry 'Open Ghostty Here' does not work #4707
Unanswered
christopherreed
asked this question in
Feature Requests, Ideas
Replies: 1 comment 1 reply
-
|
So dolphin desktop files need exec chmod bits? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The dolphin service menu entry 'Open Ghostty Here' does not work after I build and install ghostty to ~/.local prefix
zig build install -p $HOME/.local -Doptimize=ReleaseFastThe menu entry 'Open Ghostty Here' is visible, but dolphin reports an error when it is used: 'You are not authorized to execute this file.'
The menu entry will work as expected after I mark the service menu .desktop file as executable
chmod +x ~/.local/share/kio/servicemenus/com.mitchellh.ghostty.desktopsee 5180cc6 and https://develop.kde.org/docs/apps/dolphin/service-menus/#where-the-servicemenus-are-located
Beta Was this translation helpful? Give feedback.
All reactions