Hi all!

Dominik Schürmann try this.

In a terminal type:
sudo cp /etc/gdm/PostSession/Default /etc/gdm/PostSession/Default.backup
and:
sudo gedit /etc/gdm/PostSession/Default

(this is my Default)
#!/bin/sh

PATH="/usr/bin:$PATH:/bin:/usr/bin"
OLD_IFS=$IFS
killall keytouchd-launch
gdmwhich () {
  COMMAND="$1"
  OUTPUT=
  IFS=:
  for dir in $PATH
  do
    if test -x "$dir/$COMMAND" ; then
      if test "x$OUTPUT" = "x" ; then
        OUTPUT="$dir/$COMMAND"
      fi
    fi
  done
  IFS=$OLD_IFS
  echo "$OUTPUT"
}


exit 0

With this file my computer closes sessions, reboot and shutdown
perfectly. This is not a solution only a "patch" but its works.

Good look!

Greetings from spain.

-- 
[hardy] keytouch blocks logout
https://bugs.launchpad.net/bugs/186713
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to