- Code: Select all
# emerge -1v kde-meta
and then finds, as I did, that the default KDE login screen is displayed instead of the customised SL 5.2 KDE login screen when they restart KDE, the solution is to edit the file /usr/share/config/kdm/kdmrc and change:
- Code: Select all
# Whether the greeter should be themed.
# Default is false
UseTheme=true
# The theme to use for the greeter. Can point to either a directory or an XML
# file.
# Default is ""
Theme=/usr/share/apps/kdm/themes/oxygen-air
to:
- Code: Select all
# Whether the greeter should be themed.
# Default is false
UseTheme=true
# The theme to use for the greeter. Can point to either a directory or an XML
# file.
# Default is ""
Theme=/usr/share/apps/kdm/themes/Glassified
If the Sabayon 5.2 login screen is still not displayed then try re-installing the SL 5.2 artwork too:
- Code: Select all
# USE="ksplash" emerge -1v sabayon-artwork-kde
(For those who can remember that far back, there was a similar problem with KDE 3.5 in 2008: Re: default ugly KDM login screen back.)
