Bug#351724: gdm: patch to enable NumLockx if found

2008-06-23 Thread Josselin Mouette
Le lundi 23 juin 2008 à 16:06 +0300, =?UTF-8?Q? Martin-=C3=89ric?=
Racine a écrit :
> Greetings,
> 
> I notice that this issue hasn't been dealt with since the GNOME team
> took the package over from Ryan. What is the current status?

It is absolutely out of question to enable numlock by default, since
doing so will make the keyboard impossible to use for typing text on
many laptops.

Furthermore, this issue does not exist for GNOME sessions, where the
numlock status is set at startup by gnome-settings-daemon.

Cheers,
-- 
 .''`.
: :' :  We are debian.org. Lower your prices, surrender your code.
`. `'   We will add your hardware and software distinctiveness to
  `-our own. Resistance is futile.


signature.asc
Description: Ceci est une partie de message	numériquement signée


Bug#351724: gdm: patch to enable NumLockx if found

2008-06-23 Thread Martin-Éric Racine
Greetings,

I notice that this issue hasn't been dealt with since the GNOME team
took the package over from Ryan. What is the current status?

Cheers!
-- 
Martin-Éric Racine
http://q-funk.iki.fi


Bug#351724: gdm: patch to enable NumLockx if found

2006-02-06 Thread Martin-Éric Racine
Package: gdm
Version: 2.8.0.6-2
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

The enclosed patch adds one line to the Init script that enables NumLock
at GDM startup, if the 'numlockx' package is installed.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFD59zneXr56x4Muc0RAj5dAKCcusfjSdkhvxJXl0juRW7tgQeXLgCdFz/q
5H/LQDOyy0RGhN9boDQDmcc=
=mouJ
-END PGP SIGNATURE-
--- /etc/gdm/Init/Default   2005-11-25 11:04:42.0 +0200
+++ /etc/gdm/Init/Default.new   2006-02-07 01:26:47.0 +0200
@@ -3,6 +3,7 @@
 # Plus a lot of fun stuff added
 #  -George
 
+test -x /usr/bin/numlockx && /usr/bin/numlockx on
 PATH=/usr/X11R6/bin:$PATH
 OLD_IFS=$IFS