This is Gentoo's testing wiki. It is a non-operational environment and its textual content is outdated.

Please visit our production wiki at https://wiki.gentoo.org

Talk:LightDM

From Gentoo Wiki (test)
Jump to:navigation Jump to:search
Note
This is a talk page. Please add newer comments below older ones, and sign your comments using four tildes (~~~~). When adding a new section (at the bottom of the page), please mark it as "open for discussion" by using {{talk|open}} so it will show up in the list of open discussions.

dbus

Talk status
This discussion is done.

LightDM needs dbus running? If doing:

root #rc-update add xdm default

Also need to have done:

root #rc-update add dbus default
It appears to be used to communicate with the greeter:
http://www.freedesktop.org/wiki/Software/LightDM/Design#Inter-process_Relationships

— The preceding unsigned comment was added by Cjmayo (talkcontribs) 4 January 2013 [formatting changed by Maffblaster on 18 August 2015]

lightdm user account setup

Talk status
This discussion is still ongoing.

Lightdm will allow XDMCP users to reboot and shutdown the host prior to logging in, unless lightdm is run under a different account to root. Here's some instructions on how to set it up under an account called 'lightdm'.

To create the system account use the following command:

root #useradd -r -d /var/lib/lightdm-data/lightdm -s /bin/nologin lightdm

Then modify lightdm.conf so that it has the following entry in the [LightDM] section:

greeter-user=lightdm

— The preceding unsigned comment was added by Pickledpiper (talkcontribs) 3 August 2016

As a first time Gentoo user, it took me a long time to find this lightdm user account setup. It would be nice if this was on the wiki page. I was wrestling with errors thinking something was wrong with xdm and and all I had to do was add a user for lightdm.
Jesse m (talk) 13:24, 2 April 2018 (UTC) jesse_m
ebuild should do this, but no bug #563564 --Cronolio (talk) 12:56, 3 April 2018 (UTC)
I completely agree with Cronolio , this is a step the ebuild should perform, just as SDDM creates the sddm user at install time. I'll see if I can elevate this. For the present, it is good to add this information to the wiki page since it's a Gentoo-specific setup instruction until bug #563564 is closed. --Maffblaster (talk) 22:54, 3 April 2018 (UTC)