Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[solved] Lightdm does not work with KDE/Plasma
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
Lokesh
Apprentice
Apprentice


Joined: 01 Apr 2012
Posts: 161

PostPosted: Tue Dec 06, 2016 7:57 am    Post subject: [solved] Lightdm does not work with KDE/Plasma Reply with quote

Hello,

I would like to use lightdm as DM instead of the default sddm in KDE/plasma. Following the advice in this post (https://forums.gentoo.org/viewtopic-t-1055566.html) I replaced sddm with lightdm accordingly.
However, booting always ends up on the command line.

My settings are
Code:
cat /etc/lightdm/lightdm.conf |grep greeter-session
greeter-session = lightdm-kde-greeter
#greeter-session=example-gtk-gnome

ls /usr/share/xgreeters/
lightdm-kde-greeter.desktop


And error is given in the log:
Code:
cat /var/log/lightdm/lightdm.log
[+0.00s] DEBUG: Logging to /var/log/lightdm/lightdm.log
[+0.00s] DEBUG: Starting Light Display Manager 1.16.7, UID=0 PID=3805
[+0.00s] DEBUG: Loading configuration dirs from /usr/share/lightdm/lightdm.conf.d
[+0.00s] DEBUG: Loading configuration dirs from /usr/local/share/lightdm/lightdm.conf.d
[+0.00s] DEBUG: Loading configuration dirs from /etc/xdg/lightdm/lightdm.conf.d
[+0.00s] DEBUG: Loading configuration from /etc/lightdm/lightdm.conf
[+0.00s] DEBUG: Using D-Bus name org.freedesktop.DisplayManager
[+0.00s] DEBUG: Registered seat module xlocal
[+0.00s] DEBUG: Registered seat module xremote
[+0.00s] DEBUG: Registered seat module unity
[+0.01s] WARNING: Failed to get list of logind seats: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.login1 was not provided by any .service files
[+0.01s] DEBUG: Adding default seat
[+0.01s] DEBUG: Seat seat0: Loading properties from config section Seat:*
[+0.01s] DEBUG: Seat seat0: Starting
[+0.01s] DEBUG: Seat seat0: Creating greeter session
[+0.01s] DEBUG: Seat seat0: Failed to find session configuration lightdm-gtk-greeter
[+0.01s] DEBUG: Seat seat0: Failed to create greeter session

Despite the setting for the greeter in /etc/lightdm.conf to lightdm-kde-greeter, it still looks for the default lightdm-gtk-greeter (lightdm was pulled in with USE=-gtk).
How can I change this?

BTW, I followed the wiki for the settings, and Ido not have a NVIDIA graphics driver
_________________
Sometimes frustrated Linux User


Last edited by Lokesh on Tue Dec 06, 2016 5:22 pm; edited 1 time in total
Back to top
View user's profile Send private message
nativemad
Developer
Developer


Joined: 30 Aug 2004
Posts: 918
Location: Switzerland

PostPosted: Tue Dec 06, 2016 11:40 am    Post subject: Reply with quote

Code:
# cat /etc/lightdm/lightdm.conf | grep -v ^#
[LightDM]

greeter-session=lightdm-kde-greeter
session-wrapper=/etc/lightdm/Xsession
[Seat:*]
greeter-session=lightdm-kde-greeter
session-wrapper=/etc/lightdm/Xsession

[XDMCPServer]

[VNCServer]

The one under [Seat:*] is the necessary one! :wink:

HTH, cheers
_________________
Power to the people!
Back to top
View user's profile Send private message
Lokesh
Apprentice
Apprentice


Joined: 01 Apr 2012
Posts: 161

PostPosted: Tue Dec 06, 2016 5:22 pm    Post subject: Reply with quote

nativemad wrote:
The one under [Seat:*] is the necessary one! :wink:


You made my day :D . Thanks a million.

Cross-checked with the Gentoo lightdm-Wiki, it is not in there.

Lokesh
_________________
Sometimes frustrated Linux User
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum