@[email protected] to [email protected]English • 2 months agoTIL Kitty terminal can show a dock panel on Linux desktops!lemmy.worldimagemessage-square20fedilinkarrow-up1152cross-posted to: [email protected][email protected][email protected][email protected][email protected]
arrow-up1152imageTIL Kitty terminal can show a dock panel on Linux desktops!lemmy.world@[email protected] to [email protected]English • 2 months agomessage-square20fedilinkcross-posted to: [email protected][email protected][email protected][email protected][email protected]
minus-squareRimulinkfedilinkEnglish12•2 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-square@[email protected]linkfedilinkEnglish19•2 months agoI have literally never had any issue with Kitty on any of my servers or local machines
minus-squarekhorovodovedlinkfedilink26•edit-22 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-square@[email protected]linkfedilinkEnglish16•2 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.
minus-squareferretlinkfedilinkEnglish1•2 months agouse 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.
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.
alias ss=kitty +kitten ssh
use the ssh kitten at least once and it will install the terminfo for you