[Expired for gdm (Ubuntu) because there has been no activity for 60
days.]
** Changed in: gdm (Ubuntu)
Status: Incomplete => Expired
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/734832
Title:
The workaround (b) did not work for me initially. I solved it by adding
chown $USER $auth
to the end of the Default-script.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/734832
Title:
Improved Pos
The proposition is to use a PostLogin/Default script to do
a) either ln -sf the real Xauthority to ~/.Xauthority
b) $ cat /etc/gdm/PostLogin/Default
#!/bin/bash
auth=$HOME/.Xauthority
if [ -e $auth ]; then
diff <(xauth extract - $DISPLAY) \
<(XAUTHORITY=$auth xauth extract - $DI