#939 closed defect (worksforme)
key mapping issues with shadow server
Reported by: | akaWolf | Owned by: | akaWolf |
---|---|---|---|
Priority: | major | Milestone: | 0.16 |
Component: | client | Version: | trunk |
Keywords: | Cc: |
Description (last modified by )
I have wrong keyboard layout: local -- us, remote -- us. last string at keyboard: 'zxcvbnm<' instead should have 'zxcvbnm,./'
Attachments (3)
Change History (15)
comment:1 Changed 7 years ago by
comment:2 Changed 7 years ago by
Server OS: NixOS 15.07pre66213.9d5508d (Dingo)
Client OS: OpenSUSE 13.1
comment:3 Changed 7 years ago by
> xmodmap -pke | pastebinit http://paste.akawolf.org/view/bVUBS > xmodmap -pm | pastebinit http://paste.akawolf.org/view/9ijfR > ./xpra/gtk_common/keymap.py | pastebinit http://paste.akawolf.org/view/ipshY > setxkbmap -print xkb_keymap { xkb_keycodes { include "evdev+aliases(qwerty)" }; xkb_types { include "complete" }; xkb_compat { include "complete" }; xkb_symbols { include "pc+us(intl-unicode)+ru:2+inet(evdev)+terminate(ctrl_alt_bksp)+group(rctrl_rshift_toggle)" }; xkb_geometry { include "pc(pc101)" }; }; > setxkbmap -query rules: evdev model: pc101 layout: us,ru variant: intl-unicode, options: grp:rctrl_rshift_toggle
comment:4 Changed 7 years ago by
Owner: | set to akaWolf |
---|
As per xpra info
in the paste, the server was started with:
.xpra-wrapped shadow :0 --daemon=no -d keyboard
Unlike regular servers, shadow servers do not support remapping the keyboard, we do this to ensure we don't end up messing up the keymap of the primary user of the display.
Instead, we try to match the keys to the right ones.
Please provide the server's log file, using -d keyboard
should have generated a large log file.
comment:5 Changed 7 years ago by
Summary: | keyboard layouts → key mapping issues with shadow server |
---|
(editing bug title)
comment:6 Changed 7 years ago by
Description: | modified (diff) |
---|---|
Owner: | changed from akaWolf to Antoine Martin |
Status: | new → assigned |
(replaced pastebin link with attachement)
comment:7 Changed 7 years ago by
Owner: | changed from Antoine Martin to akaWolf |
---|---|
Status: | assigned → new |
As per comment:4, please provide -d keyboard
logs.
comment:8 Changed 7 years ago by
Owner: | changed from akaWolf to Antoine Martin |
---|
comment:10 Changed 7 years ago by
Owner: | changed from Antoine Martin to akaWolf |
---|---|
Status: | assigned → new |
I cannot reproduce this with the latest beta 0.16 packages on Fedora 23.
@akaWolf: can you?
If you can, please include the keyboard debug log output of just the problematic keypress. (the log attached to this ticket has dozens of keypresses in it)
comment:11 Changed 7 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Not heard back, closing.
comment:12 Changed 17 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/939
Write, please, if some else info needed.