Re: KDE 4.5 Beta 1 first impressions
I'd say this is because kdm now runs as user "kdm" by default (and not as "root", this is configurable in kdmrc), and previous user data is stored in /var/lib/kdm/kdmsts which is owned by root (and readable/writable for owner only).
I'd suggest setting ownerhip to kdm, so that kdm can access the data:
(My guess is this bug affects only upgrades and not new installs)
Lancelot works fine here, I'd suggest trying the default plasma theme (if you use another theme or a custom one), if it works there it's probably a theme issue. There are some theming changes in lancelot for 4.5, which might cause issues with older themes (or custom themes created from previous versions)
Originally posted by Fintan
I'd suggest setting ownerhip to kdm, so that kdm can access the data:
Code:
sudo chown -R kdm:kdm /var/lib/kdm
Originally posted by Fintan
Comment