Changes between Initial Version and Version 3 of Ticket #215
- Timestamp:
- 08/16/12 14:30:47 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #215
- Property Owner changed from Antoine Martin to Antoine Martin
-
Property
Status
changed from
new
toaccepted
-
Ticket #215 – Description
initial v3 1 1 I'm using winswitch 0.12.14 in server and client-side, and NX protocol to open Desktop sessions. However, every time I resume a session the keyboard settings is not set and I need to execute the following command to fix: 2 2 {{{ 3 3 $ setxkbmap -layout us -variant alt-intl -print | xkbcomp - $DISPLAY 4 }}}