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

Add greeter install for lightdm during dwm-titus setup #831

Merged
merged 2 commits into from
Nov 5, 2024

Conversation

fortifyde
Copy link
Contributor

Type of Change

  • New feature
  • Bug fix
  • Documentation update
  • Refactoring
  • Hotfix
  • Security patch
  • UI/UX improvement

Description

After fresh Arch-Server install, using Linutil to install and configure dwm-titus, a display manager must be chosen. When choosing lightdm, a greeter is required without autologin configured. This adds the most common greeter lightdm-gtk-greeter to the install in case lightdm is chosen as a DM.

Testing

Tested for fresh Arch-Server install using Linutil. Boots cleanly into login screen after dwm-titus setup.

Impact

Fixes dwmtitus-setup.sh for lightdm choice

Issues / other PRs related

Additional Information

none

Checklist

  • My code adheres to the coding and style guidelines of the project.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation.
  • My changes generate no errors/warnings/merge conflicts.

Copy link
Contributor

@jeevithakannan2 jeevithakannan2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add gtk-greeter for other distros as well

apt-get|nala -> lightdm-gtk-greeter
dnf -> lightdm-gtk
zypper -> lightdm-gtk-greeter

@fortifyde
Copy link
Contributor Author

Checked other distros and they all require a greeter as a dependency. No changes necessary.

Debian:

greeter_deb

Fedora 40:

greeter_fed40

OpenSuse Tumbleweed:

greeter_suse

@jeevithakannan2
Copy link
Contributor

Okay thanks for the reply !

Copy link
Collaborator

@adamperkowski adamperkowski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@adamperkowski adamperkowski added the bug Something isn't working label Oct 27, 2024
@ChrisTitusTech ChrisTitusTech merged commit 48e8bab into ChrisTitusTech:main Nov 5, 2024
3 checks passed
@fortifyde fortifyde deleted the patch-2 branch November 9, 2024 01:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing greeter for lightdm in dwm-titus
4 participants