Linux Lite Forums
Tracking down the elusive lightdm-webkit-greeter bug - Printable Version

+- Linux Lite Forums (https://www.freecinema2022.gq/forums)
+-- Forum: General (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=4)
+--- Forum: On Topic (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=14)
+--- Thread: Tracking down the elusive lightdm-webkit-greeter bug (/showthread.php?tid=1115)

Pages: 1 2


Re: Tracking down the elusive lightdm-webkit-greeter bug - newtusmaximus - 04-20-2015

Took upgrade route to 2.4 from 2.0 on desktop.  been running fine everyday use for a few weeks.  Today the "greeter" raised it head and refuses to close. Minimised.  Screen running on default  desktop settings.  Updates done weekly.


Re: Tracking down the elusive lightdm-webkit-greeter bug - anon222 - 04-21-2015

When this happens, please check the logs in /var/log/lightdm/
also kernel messages
Code:
cat /var/log/dmesg
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:

Code:
session=gnome

So I changed it to:

Code:
session=xfce4

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 Smile
Jerry,
I've set it to
Code:
session=xfce
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



Re: Tracking down the elusive lightdm-webkit-greeter bug - Valtam - 04-22-2015

Thanks for sharing your file contents misko. We tried setting session=xfce and it still occurs completely at random. I'd actually like to use gdm given its support and theming but the list of deps it pulls in is crazy!