Making virtual keyboard go away after kdm login.

From: Randy Hall <randy.a.t.intrachaos.net>
Date: Mon Sep 27 2004 - 18:49:44 EDT

Here is my contribution. This is for a debian install. Your file paths may vary.

In /etc/kde3/kdm/Xsetup, insert this at the beginning.
  /usr/X11R6/bin/xvkbd -geometry +285+588 -no-keypad &

In /etc/kde3/kdm/Xstartup, insert this at the beginning.
  kill `ps -u root | grep xvkbd | cut -b 1-5`

Since this is a portable machine, the chances that root will be running a copy of xvkdb somewhere other than kdm will be unlikely.

--Randy
Received on Mon Sep 27 18:53:29 2004

This archive was generated by hypermail 2.1.8 : Mon Sep 27 2004 - 18:53:48 EDT