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

I cannot figure out how to get this working on a fresh EndeavourOS Install #1

Open
Gymcap opened this issue Jul 7, 2023 · 5 comments

Comments

@Gymcap
Copy link

Gymcap commented Jul 7, 2023

I'm trying to set this up on EndeavourOS with CinnamonDE and LightDM. I'm finding the instructions a tad confusing.

For instance:
groupadd -r autologin useradd -m ${USERNAME} -G autologin
When I use "my" username, it states this user exists already. When I try the command outright it doesn't work either. I gave it my best guess and chose a new username. Now at the end of the install, this new user has a password I don't know?

I would really appreciate some help with this somehow.

@Gymcap Gymcap changed the title I cannot figure out how to get this working on a fresh EndeaourOS Install I cannot figure out how to get this working on a fresh EndeavourOS Install Jul 7, 2023
@HeikesFootSlave
Copy link

Same here with stock arch Linux!

Made fresh install with arch installer and set cinnamon and lightdm from the start!

But the part with "steps" is...

@lostalejandro
Copy link
Owner

lostalejandro commented Oct 8, 2023

Hi, could you please post the output of journalctl -b | grep lightdm

Also the first step is enabling autologin with lightdm by simply creating a group called autologin and adding your existing user to that group, rather than creating a new user.

@lostalejandro
Copy link
Owner

lostalejandro commented Oct 8, 2023

I'm trying to set this up on EndeavourOS with CinnamonDE and LightDM. I'm finding the instructions a tad confusing.

For instance:
groupadd -r autologin useradd -m ${USERNAME} -G autologin
When I use "my" username, it states this user exists already. When I try the command outright it doesn't work either. I gave it my best guess and chose a new username. Now at the end of the install, this new user has a password I don't know?

I would really appreciate some help with this somehow.

Just to clarify, you don't have to edit those commands with your username, the commmand ${USERNAME} Ran from a terminal will automatically output your current username so you don't have to change anything, the only command you have to change is at the 4th step. Everything else is just copying and pasting in a terminal.

@HeikesFootSlave
Copy link

HeikesFootSlave commented Oct 8, 2023

Hi, could you please post the output of journalctl -b | grep lightdm

Also the first step is enabling autologin with lightdm simply creating a group called autologin and adding your existing user to that group, rather than creating a new user.

Thanks, going to check that!

Can steam be installed with "Pacman" or better as a flatpak?

Also mangoapp isn't a package (can't be found even with yay (AUR)

And is there a reason why to use cinnamon and not KDE plasma which the deck uses? Just curious!

@lostalejandro
Copy link
Owner

Today I noticed that the packages were merged into mangohud and lib32-mangohud so mangoapp isn't longer needed.

I use cinnamon as my daily driver right now but it can be configured with any DE you want just make sure to edit the files properly.

As for Pacman or Flatpak I don't think there's much difference, i would guess that flatpak uses more space since it requires different specific versions of it's dependencies.

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

3 participants