Comment 2 for bug 1727466

Revision history for this message
ubuntushop (g-info-l) wrote :

replaced Xauthority:
#!/bin/bash
gdm=`pidof gdm3`
until [ $gdm -gt 0 ] do
su - gdm -s /bin/sh
export $(dbus-launch)
export XAUTHORITY=/run/user/121/gdm/Xauthority
DISPLAY=:0
export DISPLAY
numlockx on
done
exit