Search Criteria
Package Base Details: lightdm-devel
Git Clone URL: | https://aur.archlinux.org/lightdm-devel.git (read-only) |
---|---|
Submitter: | alucryd |
Maintainer: | ljmf00 |
Last Packager: | dbirks |
Votes: | 280 |
Popularity: | 0.000022 |
First Submitted: | 2013-03-14 11:18 |
Last Updated: | 2017-11-07 02:15 |
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 ... Next › Last »
dgbaley27 commented on 2013-02-13 10:28
In case anyone doesn't have suspend, reboot, shutdown working from the greeter, if you add to /etc/pam.d/lightdm-greeter:
session required pam_loginuid.so
session required pam_systemd.so class=greeter
you should get them.
Anonymous comment on 2013-02-11 17:38
I found some errors in the patch and corrected them. Now the Shutdown and Reboot options appear in the menu! The corrected version follows (notice that I named it like Fedora):
https://www.dropbox.com/s/0sgchuk21ke1stt/lightdm-1.5.0-systemd_login1_power.patch
scar commented on 2013-02-04 16:23
Me neither, I do not have the suspend/reboot options.
Do these options need consolekit?
I've found this in /var/log/lightdm/x-0-greeter.log:
/var/log/lightdm/x-0-greeter.log
** (process:1164): WARNING **: Failed to open CK session: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.ConsoleKit was not provided by any .service files
I don't know, if it is helpful, I've just started to use lightdm
Anonymous comment on 2013-02-03 17:38
@padfoot: install consolekit-git from AUR
shosca commented on 2013-02-01 15:19
Updated to 1.5:
https://www.dropbox.com/s/iz9yq778gzq5rpt/lightdm.tar.gz
Anonymous comment on 2013-01-27 22:37
I now have suspend and hibernate in my lightdm power menu, but I still do not have reboot or shutdown.
shosca commented on 2013-01-27 14:48
Updated using two patches from fedora package that drops consolekit for systemd and added polkit rules file to enable restart/shutdown/suspend.
https://www.dropbox.com/s/iz9yq778gzq5rpt/lightdm.tar.gz
Anonymous comment on 2013-01-20 12:24
@mezcal,
See this bugI submitted in launchpad. https://bugs.launchpad.net/lightdm/+bug/1069218
There is an easy fix; rename [UserAccounts] to [UserList] in users.conf.
mezcal commented on 2012-12-29 09:16
lightdm ignores settings in the file user.conf. minimum-uid is default value 500. User lightdm(uid=620) is visible in the user list. I have not AccountsService installed.
Anonymous comment on 2012-12-15 21:10
I have tried the fedora patch, everything seems to build ok yet I still have no power options, and journalctl still reports consolekit errors.