If it could not find AutoLoginEnable=true then show ksplash...<br><br><div class="gmail_quote">On Sat, Jan 2, 2010 at 11:38 AM, Zorael <span dir="ltr"><<a href="mailto:zorael@gmail.com">zorael@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hiho,<br>
<br>
I'm running 9.10 with 4.4b2 packages from the kubuntu-ppa/beta ppa. I<br>
have my machine set up to not login automatically, but kdm still<br>
displays ksplashx before showing the greeter. So I had a look at<br>
/etc/kde4/kdm/Xsetup, which looks like the following after removing<br>
comments;<br>
<br>
if ! grep -q ^AutoLoginEnable=true /etc/kde4/kdm/kdmrc; then<br>
ksplashx Default &<br>
fi<br>
<br>
The logic there translates to "if autologin is disabled, display<br>
ksplashx". (^ doesn't negate)<br>
<br>
Shouldn't it be the other way around? To make it only display ksplashx<br>
if autologin is enabled?<br>
<br>
<br>
Zorael<br>
<font color="#888888"><br>
--<br>
kubuntu-devel mailing list<br>
<a href="mailto:kubuntu-devel@lists.ubuntu.com">kubuntu-devel@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/kubuntu-devel" target="_blank">https://lists.ubuntu.com/mailman/listinfo/kubuntu-devel</a><br>
</font></blockquote></div><br>