[Bug 1727466] Re: ubuntu 17.10 gdm numlockx cannot be activated

2017-10-31 Thread ubuntushop
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 -- You received this bug notification because you are a member of Ubuntu Desktop

[Bug 1727466] Re: ubuntu 17.10 gdm numlockx cannot be activated

2017-10-30 Thread ubuntushop
Dirty hack Make sure numlockx is installed and sudo sed -i -e 's/#WaylandEnable=false/WaylandEnable=false/g' /etc/gdm3/custom.conf as sudo: create a script named num.sh in /usr/local/sbin/num.sh sudo pico /usr/local/sbin/num.sh and put this in it: #!/bin/bash gdm=`pidof gdm3` until [ $gdm

[Bug 1727466] [NEW] ubuntu 17.10 gdm numlockx cannot be activated

2017-10-25 Thread ubuntushop
Public bug reported: In ubuntu 17.10 i am not able to activate numlock on the login screen. Tried with and without wayland. Cannot get numlockx working as I always did in other *ubuntu's with gdm. /etc/gdm3/Init/Default is not working anymore. is there a way to do it? Guyd ** Affects: gdm