Skip to content
Discussion options

You must be logged in to vote

I wrote the original info in the README:

  • Are you using Gnome?

I have tested in Gnome and it works fine for kitty. I was told it should work in other desktops, but have not personally tested it.

All the sed command does is replace hx with kitty hx and set using the default terminal to false (you need to do that). Replacing kitty hx with [name of your terminal executable in the path] hx should do it.

  • Have you tried editing Helix.desktop manually?

The problem might be after you have run sed and changed the file then it is not going to be the same and the find replace might not work.

My current Helix.desktop is:

Exec=kitty hx %F
Terminal=false

I assume you want:

Exec=st hx %F
Terminal=fa…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Kenneth-Mata
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #4947 on December 01, 2022 04:41.