-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
sddm Installation Menu Unresponsive to Arrow Key Inputs #2
Comments
So here's what I did to fix it for now: I stopped the sddm setup with Ctrl + C, waited for the rest to install, then ran |
Thanks for this. I'll keep this issue open for now.... I have also stated on the readme. For now, highly advised not install SDDM if GDM is already installed. |
very good |
just a quick question. Debian or Ubuntu In Debian, when you ran apt install sddm, it is downloads lots of plasma packages thats why if you check the sddm.sh, I append --no-install-recommends I havent tested in Ubuntu but during my test, I didnt install sddm as it has already GDM |
I followed these steps on Ubuntu 23.10, using the server image. After a clean installation, I modified the sources.list as outlined in the instructions and then executed the script. |
Are all those zillions of plasma packages really needed for SDDM ???? Il looks it want to install whole plasma ... |
check script. I have set to install no-recommends... and if you install on a server none DE type debian install, needed all those qt controls since sddm is only --no-recommends |
i have that to fisrt time i use script |
I can now close this as this commit should prevent users to install sddm |
Hello,
Thank you for the great project. I've encountered an issue on two machines during the installation process.
Upon running
install.sh
and reaching the "sddm
" installation, the selection menu for "gdm3" and "sddm" does not respond to arrow key navigation as expected. Instead, the terminal displays ANSI escape sequences for the arrow keys, halting the installation process. The only way out is using "ctrl + C".Steps to Reproduce:
install.sh
.sddm
" installation step.Expected Behavior:
The arrow keys should navigate between the "gdm3" and "sddm" options.
Actual Behavior:
Arrow key presses result in displaying ANSI escape sequences, preventing menu navigation.
Screenshots:
I'll look into this issue and submit a PR if I find a solution.
Thanks,
Chris
The text was updated successfully, but these errors were encountered: