Package Base Details: lightdm-git

Git Clone URL: https://aur.archlinux.org/lightdm-git.git (read-only, click to copy)
Submitter: SolarAquarion
Maintainer: SolarAquarion
Last Packager: SolarAquarion
Votes: 280
Popularity: 0.000000
First Submitted: 2017-12-18 19:45 (UTC)
Last Updated: 2019-12-15 20:56 (UTC)

Latest Comments

« First ‹ Previous 1 .. 7 8 9 10 11 12 13 14 15 16 17 .. 40 Next › Last »

flan_suse commented on 2012-09-19 03:24 (UTC)

Please add this to the end of /etc/pam.d/lightdm. This is needed for applicatios, such as NetworkManager (nm-applet), even in a non-GNOME environment (Xfce, LXDE, et al.) # Allow user to automatically unlock the default gnome-keyring auth optional pam_gnome_keyring.so session optional pam_gnome_keyring.so auto_start

progandy commented on 2012-09-13 14:57 (UTC)

I use a custom pam file referencing system-login for everything. #%PAM-1.0 auth include system-login account include system-login password include system-login session include system-login # Unlock Gnome keyring -auth optional pam_gnome_keyring.so -session optional pam_gnome_keyring.so auto_start

hermes14 commented on 2012-09-10 12:30 (UTC)

You should also add this line to /etc/pam.d/lightdm: session required pam_limits.so Without it: $ ulimit -r -l real-time priority (-r) 0 max locked memory (kbytes, -l) 64 With it (values are from /etc/security/limits.d/99-audio.conf, owned by jack2): real-time priority (-r) 99 max locked memory (kbytes, -l) unlimited

<deleted-account> commented on 2012-09-09 17:38 (UTC)

Could you enable introspection? It breaks LightDM's Python bindings.

swiftgeek commented on 2012-08-29 04:43 (UTC)

Please add: -session optional pam_systemd.so to /etc/pam.d/lightdm

<deleted-account> commented on 2012-08-27 07:15 (UTC)

@android_808 may I suggest you create a forum topic and post your config and both lightdm and gtk-greeter logs. Without this minimum detail it is impossible to work out what is causing your issue, let alone fix it. Cheers

android_808 commented on 2012-08-26 21:20 (UTC)

I've had nothing but grief since I updated this and gtk-greeter earlier today. Went through config files, merged appropriate changes etc etc. Login screen displays fine. Enter password, login and let the wait begin. Eventually desktop (Xfce) appears but as soon as I do anything it stops working. Click menu for example, menu appears but keyboard and mouse proceed to stop working. Desktop also appears incorrectly, putting icons underneath the panel, conky is not transparent. I had 1.2.2 and greeter 1.1.5 kicking about so I've downgraded to them with systemd fix for tty.

Stemp commented on 2012-08-07 08:41 (UTC)

Please add a lightdm-plymouth.service (similar to gdm-plymouth.service) to provide a seamless transition with plymouth. [Unit] Description=LightDM Display Manager After=systemd-user-sessions.service Conflicts=plymouth-quit.service After=plymouth-quit.service [Service] ExecStart=/usr/sbin/lightdm StandardOutput=syslog [Install] WantedBy=graphical.target Alias=display-manager.service

Stemp commented on 2012-08-07 07:03 (UTC)

There should be a line in lightdm.service about display-manager.service like in gdm. [Install] WantedBy=graphical.target Alias=display-manager.service

gdamjan commented on 2012-07-30 09:53 (UTC)

The patch to source .xinitrc seems wrong. First of all, ~/.xinitrc is run by startx, similarly as xdm runs ~/.xsession Second, running ~/.xinitrc depends on there beeing a /etc/X11/xinit/xinitrc.d/ directory