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

2019-08-04 Thread Daniel van Vugt
Thank you for reporting this bug to Ubuntu.
Ubuntu 17.10 (artful) reached end-of-life on July 19, 2018.

See this document for currently supported Ubuntu releases:
https://wiki.ubuntu.com/Releases 

We appreciate that this bug may be old and you might not be interested
in discussing it any more. But if you are then please upgrade to the
latest Ubuntu version and re-test. If you then find the bug is still
present in the newer Ubuntu version, please add a comment here telling
us which new version it is in and change the bug status to Confirmed.


** Changed in: gdm3 (Ubuntu)
   Status: Triaged => Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm3 in Ubuntu.
https://bugs.launchpad.net/bugs/1727466

Title:
  ubuntu 17.10 gdm numlockx cannot be activated

To manage notifications about this bug go to:
https://bugs.launchpad.net/gdm/+bug/1727466/+subscriptions

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

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

2018-05-27 Thread Daniel van Vugt
** Tags added: artful

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm3 in Ubuntu.
https://bugs.launchpad.net/bugs/1727466

Title:
  ubuntu 17.10 gdm numlockx cannot be activated

To manage notifications about this bug go to:
https://bugs.launchpad.net/gdm/+bug/1727466/+subscriptions

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

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

2018-05-26 Thread Bug Watch Updater
** Changed in: gdm
   Status: Confirmed => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm3 in Ubuntu.
https://bugs.launchpad.net/bugs/1727466

Title:
  ubuntu 17.10 gdm numlockx cannot be activated

To manage notifications about this bug go to:
https://bugs.launchpad.net/gdm/+bug/1727466/+subscriptions

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

[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 Bugs, which is subscribed to gdm3 in Ubuntu.
https://bugs.launchpad.net/bugs/1727466

Title:
  ubuntu 17.10 gdm numlockx cannot be activated

To manage notifications about this bug go to:
https://bugs.launchpad.net/gdm/+bug/1727466/+subscriptions

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

[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 -gt 0 ] do
su - gdm -s /bin/sh
export $(dbus-launch)
DISPLAY=:0
export DISPLAY
export XAUTHORITY=/run/user/121/gdm/Xauthority
numlockx on
done
exit


make it excutable:
sudo chmod +x /usr/local/sbin/num.sh

create a /etc/rc.local file
sudo pico /etc/rc.local
put this in it:


#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.
/usr/local/sbin/num.sh &
exit 0


make it also executable:
sudo chmod +x /etc/rc.local

Should be working numlockx on gdm screen.

Place your script also in /etc/gdm3/PostSession/Default
sed -i '$ i\/usr/local/sbin/num.sh &' /etc/gdm3/PostSession/Default
without it: when you log out,,, no numlockx,,

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm3 in Ubuntu.
https://bugs.launchpad.net/bugs/1727466

Title:
  ubuntu 17.10 gdm numlockx cannot be activated

To manage notifications about this bug go to:
https://bugs.launchpad.net/gdm/+bug/1727466/+subscriptions

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

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

2017-10-26 Thread Sebastien Bacher
** Changed in: gdm3 (Ubuntu)
   Status: Confirmed => Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm3 in Ubuntu.
https://bugs.launchpad.net/bugs/1727466

Title:
  ubuntu 17.10 gdm numlockx cannot be activated

To manage notifications about this bug go to:
https://bugs.launchpad.net/gdm/+bug/1727466/+subscriptions

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

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

2017-10-25 Thread Bug Watch Updater
** Changed in: gdm
   Status: Unknown => Confirmed

** Changed in: gdm
   Importance: Unknown => Wishlist

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm3 in Ubuntu.
https://bugs.launchpad.net/bugs/1727466

Title:
  ubuntu 17.10 gdm numlockx cannot be activated

To manage notifications about this bug go to:
https://bugs.launchpad.net/gdm/+bug/1727466/+subscriptions

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

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

2017-10-25 Thread Daniel van Vugt
** Bug watch added: GNOME Bug Tracker #784774
   https://bugzilla.gnome.org/show_bug.cgi?id=784774

** Also affects: gdm via
   https://bugzilla.gnome.org/show_bug.cgi?id=784774
   Importance: Unknown
   Status: Unknown

** Package changed: gdm (Ubuntu) => gdm3 (Ubuntu)

** Changed in: gdm3 (Ubuntu)
   Status: New => Confirmed

** Changed in: gdm3 (Ubuntu)
   Importance: Undecided => Low

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in Ubuntu.
https://bugs.launchpad.net/bugs/1727466

Title:
  ubuntu 17.10 gdm numlockx cannot be activated

To manage notifications about this bug go to:
https://bugs.launchpad.net/gdm/+bug/1727466/+subscriptions

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