When this happens, please check the logs in /var/log/lightdm/
also kernel messages
I wonder if it has to do with the certain hardware like graphic cards or just because of some configuration.
(11-16-2014, 11:01 PM)Jerry link Wrote: Whilst making changes to the new login screen, I noticed in the /usr/share/lightdm-webkit/themes/linuxlite/index.theme file the following line was:
So I changed it to:
and it seems to have done no harm. I've made this change on my main system as well as in VB.
I am hoping that this is the cause of the occasional time where you login and the webkit-greeter window appears and you have to close it.
If you'd like to jump on the 'test that theory bandwagon' please feel free and let me know how you get on
Jerry,
I've set it to
because session deskop file is named xfce.desktop
Code:
ls /usr/share/xsessions/
xfce.desktop
This never happens to me. Maybe I've changed something else too.
Here is my full conf:
Code:
cat /usr/share/lightdm-webkit/themes/linuxlite/index.theme
[theme]
name=LinuxLite
description=LinuxLite logon
engine=lightdm-webkit-greeter
url=index.html
session=xfce
Code:
cat /usr/share/lightdm/lightdm.conf.d/40-lightdm-webkit-greeter.conf
[SeatDefaults]
greeter-session=lightdm-webkit-greeter
user-session=xfce
autologin-user=linux
Code:
cat /usr/share/lightdm/lightdm.conf.d/50-greeter-wrapper.conf
[SeatDefaults]
greeter-wrapper=/usr/lib/lightdm/lightdm-greeter-session
Code:
cat /usr/share/lightdm/lightdm.conf.d/50-xserver-command.conf
[SeatDefaults]
# Dump core
xserver-command=X -core
Code:
cat /usr/share/lightdm/lightdm.conf.d/50-guest-wrapper.conf
[SeatDefaults]
guest-wrapper=/usr/lib/lightdm/lightdm-guest-session
Code:
cat /etc/lightdm/lightdm.conf
[SeatDefaults]
autologin-guest=false
autologin-user=linux
autologin-user-timeout=0
autologin-session=lightdm-autologin
Code:
cat /etc/lightdm/lightdm-webkit-greeter.conf
#
# background = Background file to use, either an image path or a color (e.g. #772953)
# theme-name = GTK+ theme to use
# font-name = Font to use
# xft-antialias = Whether to antialias Xft fonts (true or false)
# xft-dpi = Resolution for Xft in dots per inch (e.g. 96)
# xft-hintstyle = What degree of hinting to use (hintnone, hintslight, hintmedium, or hintfull)
# xft-rgba = Type of subpixel antialiasing (none, rgb, bgr, vrgb or vbgr)
#
[greeter]
background=#ffffff
theme-name=LinuxLite
webkit-theme=linuxlite
font-name=Free Sans 20
xft-antialias=true
xft-dpi=96
xft-hintstyle=slight
xft-rgba=rgb
Code:
cat /etc/lightdm/users.conf
#
# User accounts configuration
#
# NOTE: If you have AccountsService installed on your system, then LightDM will
# use this instead and these settings will be ignored
#
# minimum-uid = Minimum UID required to be shown in greeter
# hidden-users = Users that are not shown to the user
# hidden-shells = Shells that indicate a user cannot login
#
[UserList]
minimum-uid=500
hidden-users=nobody nobody4 noaccess
hidden-shells=/bin/false /usr/sbin/nologin