TheTwelveYearOld@lemmy.world to Linux@lemmy.mlEnglish · 4 months agoTIL Kitty terminal can show a dock panel on Linux desktops!lemmy.worldimagemessage-square14linkfedilinkarrow-up12arrow-down10file-textcross-posted to: linux@sh.itjust.workslinux@lemmy.worldunixporn@programming.devunixporn@lemmy.world
arrow-up12arrow-down1imageTIL Kitty terminal can show a dock panel on Linux desktops!lemmy.worldTheTwelveYearOld@lemmy.world to Linux@lemmy.mlEnglish · 4 months agomessage-square14linkfedilinkfile-textcross-posted to: linux@sh.itjust.workslinux@lemmy.worldunixporn@programming.devunixporn@lemmy.world
minus-squareRimu@piefed.sociallinkfedilinkEnglisharrow-up1·4 months agoCool, but now SSH into a remote server and then try to open nano. It doesn’t. After using it for 3 weeks I concluded that as Kitty breaks the fundamentals all the nice shiny isn’t worth it.
minus-squareferret@sh.itjust.workslinkfedilinkEnglisharrow-up1·4 months agouse the ssh kitten at least once and it will install the terminfo for you
minus-squareThe2b@lemmy.vglinkfedilinkEnglisharrow-up1·4 months agoI have literally never had any issue with Kitty on any of my servers or local machines
minus-squarekhorovodoved@lemm.eelinkfedilinkarrow-up1·edit-24 months agoJust install terminfo. It is intended behavior, almost every terminal requires terminfo. It is just that terminfo for most popular (or older) ones comes preinstalled. All new niche terminal suffer from it. Foot has the same problem.
minus-squareStatic_Rocket@lemmy.worldlinkfedilinkEnglisharrow-up1·4 months agoOr override the TERM variable in your ssh config. Setting it to an xterm value has been supported by any niche term I’ve used over the years without sacrificing any of the usual functions.
Cool, but now SSH into a remote server and then try to open nano. It doesn’t.
After using it for 3 weeks I concluded that as Kitty breaks the fundamentals all the nice shiny isn’t worth it.
alias ss=kitty +kitten ssh
use the ssh kitten at least once and it will install the terminfo for you
I have literally never had any issue with Kitty on any of my servers or local machines
Just install terminfo.
It is intended behavior, almost every terminal requires terminfo. It is just that terminfo for most popular (or older) ones comes preinstalled.
All new niche terminal suffer from it. Foot has the same problem.
Or override the TERM variable in your ssh config. Setting it to an xterm value has been supported by any niche term I’ve used over the years without sacrificing any of the usual functions.