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

sddm Installation Menu Unresponsive to Arrow Key Inputs #2

Open
roadsidev opened this issue Oct 22, 2023 · 8 comments
Open

sddm Installation Menu Unresponsive to Arrow Key Inputs #2

roadsidev opened this issue Oct 22, 2023 · 8 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@roadsidev
Copy link

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:

  1. Run install.sh.
  2. Wait until the script reaches the "sddm" installation step.
  3. Attempt to navigate the menu using arrow keys.

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:

IMG_5558
IMG_5559

I'll look into this issue and submit a PR if I find a solution.

Thanks,
Chris

@roadsidev
Copy link
Author

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 sudo apt install sddm and after that, I ran sddm.sh. That seemed to work!

@JaKooLit
Copy link
Owner

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.

@catluvies
Copy link

very good

@JaKooLit JaKooLit added bug Something isn't working good first issue Good for newcomers labels Oct 23, 2023
@JaKooLit
Copy link
Owner

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 sudo apt install sddm and after that, I ran sddm.sh. That seemed to work!

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

@roadsidev
Copy link
Author

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 sudo apt install sddm and after that, I ran sddm.sh. That seemed to work!

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.

@PerfMonk
Copy link

Are all those zillions of plasma packages really needed for SDDM ???? Il looks it want to install whole plasma ...
I did not install sddm and start Hyprland from console instead. In Arch you have a package for sddm qt and another one for sddm gtk but it doesn't bring all those libraries. Can it be an error from the sddm debian packager ???

@JaKooLit
Copy link
Owner

JaKooLit commented Dec 11, 2023

Are all those zillions of plasma packages really needed for SDDM ???? Il looks it want to install whole plasma ...
I did not install sddm and start Hyprland from console instead. In Arch you have a package for sddm qt and another one for sddm gtk but it doesn't bring all those libraries. Can it be an error from the sddm debian packager ???

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

@rivando-al-rasyid
Copy link

i have that to fisrt time i use script
bu i nstall first after that it work

@JaKooLit JaKooLit pinned this issue May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

5 participants