-
Notifications
You must be signed in to change notification settings - Fork 57
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
Comments
Alright, kind of awkward - I'm not librephoenix, I copied his configs too.
but, makes sense that would solve the issue,just prevents the terminfo from
running, personally I just use alacritty, and haven't seen any hyprland
issues on it.
…On Tuesday, December 24, 2024, Eelco van Vliet ***@***.***> wrote:
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.
—
Reply to this email directly, view it on GitHub
<#17>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BNL5WS3IF5XYNV3AMVSVSBL2HIPM3AVCNFSM6AAAAABUFOYAI6VHI2DSMVQWIX3LMV43ASLTON2WKOZSG42TQNBUGU4DINY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
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
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.
The text was updated successfully, but these errors were encountered: