Bug#562066: xkb-data: /usr/share/X11/xkb/keycodes/evdev breaks my keyboard

2009-12-22 Thread Łukasz Stelmach
Package: xkb-data Version: 1.7-1 Severity: grave Justification: renders package unusable After upgrade I've my keyboar became patially unusable. Some wierdo has cooked completely insane keybord mapping. Now my: LWIN has become END ALTR => LEFT RWIN => DOWN MENU => PGDN RCTL => LNFD LEFT => HENK

Bug#562066: xkb-data: /usr/share/X11/xkb/keycodes/evdev breaks my keyboard

2009-12-23 Thread Łukasz Stelmach
Julien Cristau writes: > severity 562066 normal > tag 562066 moreinfo unreproducible > kthxbye > > On Tue, Dec 22, 2009 at 12:55:04 +0100, Łukasz Stelmach wrote: > >> Package: xkb-data >> Version: 1.7-1 >> Severity: grave >> Justification: renders pack

Bug#509102: xterm does not respond to Editres requests

2008-12-18 Thread Łukasz Stelmach
Package: xterm Version: 235-1 Severity: normal XTerm, and some other Xt applications on my system, do not respond to Editres requests. To check if editres(1) works I connected to a remote host with the ssh(1) with X11 forwarding turned on. I started xterm (v.224) and asked it with locally runni

Bug#913413: xkb-data: Map Shift+Win to Menu

2018-11-10 Thread Łukasz Stelmach
Package: xkb-data Version: 2.19-1+deb9u1 Severity: wishlist File: /usr/share/X11/xkb/symbols/altwin Dear Maintainer, My laptop has got only one "Window" key and no Menu keys. I needed to add the following lines to the altwin file to make the Shift+Win_L combination act as a Menu key. --8<---

Bug#913413: [PATCH] Map Shift+Win to Menu

2018-11-13 Thread Łukasz Stelmach
--- rules/base.o_s.part | 3 +++ rules/base.xml.in | 18 ++ symbols/altwin | 18 ++ 3 files changed, 39 insertions(+) Patch created against debian-unstable branch of https://salsa.debian.org/xorg-team/data/xkb-data.git diff --git a/rules/base.o_s.part b/r

Bug#913413: +patch

2018-11-13 Thread Łukasz Stelmach
Control: tag -1 + patch

Bug#913413: [PATCH] Map Shift+Win to Menu

2018-11-14 Thread Łukasz Stelmach
It was <2018-11-13 wto 18:26>, when G. Branden Robinson wrote: > At 2018-11-13T10:37:20+0100, Łukasz Stelmach wrote: >> +// Pressing the Shift+Win (left or right, respectively) acts as Menu >> +// while Shift+Win acts as Menu. > > I don't understand th

Bug#1068378: xdm: pam_keyinit is missing from /etc/pam.d/xdm

2024-04-04 Thread Łukasz Stelmach
Package: xdm Version: 1:1.1.11-3+b2 Severity: normal X-Debbugs-Cc: none, Łukasz Stelmach Dear Maintainer, pam_keyinit is missing from the /etc/pam.d/xdm configuration file. Therefore, it is not possible to access the session keyring from programs running in a session started by xdm. The patch

Bug#1068378: [PATCH] Add the pam_keyinit session module to create new sessionkeyring on login

2024-04-04 Thread Łukasz Stelmach
This commit replicates commits[1][2] from the openssh package. Closes [1] https://salsa.debian.org/ssh-team/openssh/-/commit/ca7f6f719ad5f168b25165caaff658f21c784c4e [2] https://salsa.debian.org/ssh-team/openssh/-/commit/dc461e571bcc56f8d95e83c731007636d8e79da5 Closes: #1068378 --- debian/rule