Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sudo not working under kitty #17

Open
eelcovv opened this issue Dec 25, 2024 · 2 comments
Open

sudo not working under kitty #17

eelcovv opened this issue Dec 25, 2024 · 2 comments

Comments

@eelcovv
Copy link

eelcovv commented Dec 25, 2024

First of all I want to thank you for your excellent explanation of nixos with all your youtube video's. I have been watching them all and found them very instructive.
I have decided to fork your repository in order to maintain my own settings based on your configuration.

I have found a bug and also the solution. I turns out that I get a terminfo not found error when I try to use sudo in a kitty terminal. It is the same as this error https://discourse.nixos.org/t/kitty-0-30-1-lib-kitty-terminfo-command-not-found/34071 My solution was to add the line:

programs.kitty.shellIntegration.mode = "disabled";

to the file user/app/terminal/kitty.nix

This fixed the problem.

@nix-config-storage
Copy link

nix-config-storage commented Dec 25, 2024 via email

@eelcovv
Copy link
Author

eelcovv commented Dec 25, 2024

thanks for your reply. Ah, makes sence, you also forked it. Anyway, it is easily solvable, but took me some time to find out. In alacritty it doesnt happen, it has to do with a new feature added into kitty. I don't see much difference in both terminals anyway, but just started using them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants