kitty shows PARSE ERROR popup when closing terminal launched from Obsidian
#9399
Replies: 1 comment
-
|
There is no PARSE ERROR popup in kitty. PARSE ERROR is written to the
stderr of the kitty process, if you dont want to see it redirect stderr
to /dev/null when launching kitty.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
OriLiMu
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.
-
Description
I'm launching kitty terminal from Obsidian (note-taking app, shell-command plugin) to edit files with the following command:
kitty -e nvim +{{caret_position:line}} {{file_path:absolute}}Where
{{caret_position:line}}and{{file_path:absolute}}are Obsidian template variables that get replaced with the actual line number and absolute file path.Issue: When I close the kitty window, an error popup appears showing
PARSE ERROR, indicating that kitty received unsupported escape sequences.The error popup blocks the screen and interferes with my workflow.
Attempted Solutions
I've tried the following methods to disable the error popup, but none worked:
Added to
~/.config/kitty/kitty.conf:Using command-line parameter:
Disabling shell integration:
None of these prevented the error popup from appearing.
Questions
Environment
Issue Link
Submit to: Kitty GitHub Issues
Beta Was this translation helpful? Give feedback.
All reactions