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">&lt;<a href="mailto:zorael@gmail.com">zorael@gmail.com</a>&gt;</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&#39;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 &amp;<br>
  fi<br>
<br>
The logic there translates to &quot;if autologin is disabled, display<br>
ksplashx&quot;. (^ doesn&#39;t negate)<br>
<br>
Shouldn&#39;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>