xdg-sanity cannot open plaintext links in the terminal #17
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: emma/xdg-sanity#17
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When clicking a link in an application to a
text/plain
resource, if the default text editor hasTerminal=true
set in its.desktop
file, it errors out:somehow the
%U -e nvim
is being passed tohandlr
.xdg-sanityto xdg-sanity cannot open plaintext links in the terminalThis behavior does not occur when
xdg-open
is run directly from the terminal. It opens properly in neovim.This was a kitty issue, fixed by modifying the desktop file. If I can find the link again to how I fixed it, I will put it here.