[Bug 819953] Review Request: lightdm - Lightweight Display Manager

bugzilla at redhat.com bugzilla at redhat.com
Sun May 13 12:51:22 UTC 2012


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=819953

Terje Røsten <terjeros at phys.ntnu.no> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |terjeros at phys.ntnu.no

--- Comment #1 from Terje Røsten <terjeros at phys.ntnu.no> 2012-05-13 08:51:21 EDT ---
a) I need a small patch to install:

--- lightdm.spec~       2012-04-26 17:47:01.000000000 +0200
+++ lightdm.spec        2012-05-13 14:22:49.000000000 +0200
@@ -40,7 +40,7 @@
 BuildRequires: vala

 Requires: %{name}-gobject%{?_isa} = %{version}-%{release}
-Requires: accountservice
+Requires: accountsservice
 ## this seems to still be a hard-requirement for now, at least
 ## until support for systemd restart/shutdown is implemented
 #if 0%{?fedora} < 17

b) lightdm-gtk is required as the default config file is using this greeter. 
I installed lightdm + lightdm-kde and it crashed.

c) Had to hack prefdm:

-- prefdm~     2012-05-13 14:47:14.269871645 +0200
+++ prefdm      2012-05-13 14:29:23.627352599 +0200
@@ -15,6 +15,8 @@
                preferred=/usr/sbin/gdm
        elif [ "$DISPLAYMANAGER" = KDE ]; then
                preferred=/usr/bin/kdm
+       elif [ "$DISPLAYMANAGER" = LIGHTDM ]; then
+               preferred=/usr/sbin/lightdm
        elif [ "$DISPLAYMANAGER" = WDM ]; then
                preferred=/usr/bin/wdm
                splash_quit_command="plymouth quit"

to make it work, 

(Add an initscripts ticket and blocker?
Create README.fedora to tell how to switch to lightdm too?)


After fixes it seems to be working fine, thanks!

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the package-review mailing list