TheTwelveYearOld@lemmy.world to Linux@lemmy.mlEnglish · 2 个月前TIL Kitty terminal can show a dock panel on Linux desktops!lemmy.mlimagemessage-square20fedilinkarrow-up1158arrow-down112file-textcross-posted to: [email protected]
arrow-up1146arrow-down1imageTIL Kitty terminal can show a dock panel on Linux desktops!lemmy.mlTheTwelveYearOld@lemmy.world to Linux@lemmy.mlEnglish · 2 个月前message-square20fedilinkfile-textcross-posted to: [email protected]
minus-squareRimu@piefed.sociallinkfedilinkEnglisharrow-up12arrow-down11·2 个月前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.
minus-squarekhorovodoved@lemm.eelinkfedilinkarrow-up27·edit-22 个月前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.
minus-squareStatic_Rocket@lemmy.worldlinkfedilinkEnglisharrow-up17·2 个月前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.
minus-squareThe2b@lemmy.vglinkfedilinkEnglisharrow-up20arrow-down1·2 个月前I have literally never had any issue with Kitty on any of my servers or local machines
minus-squareferret@sh.itjust.workslinkfedilinkEnglisharrow-up1·2 个月前use the ssh kitten at least once and it will install the terminfo for you
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.
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.
I have literally never had any issue with Kitty on any of my servers or local machines
alias ss=kitty +kitten ssh
use the ssh kitten at least once and it will install the terminfo for you