The branch, build-main has been updated via 5f8d8ede8bc345f45b0c5634ecb6f6012b63e998 (commit) from adf8284a0ff84d95b427708df1b5c7f0e8e3caf7 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: debian/changelog | 2 ++ x2goserver/bin/x2gosetkeyboard | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 376fe97..c85027e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,8 @@ x2goserver (4.0.1.10-0x2go1) UNRELEASED; urgency=low files into it. - Handle TCP listening of x2goagent in x2goagent.options. (Fixes: #354). - Clean up Makefiles, remove commented out line. + - Use xkb ruleset 'base' rather than xfree86 as on RHEL systems the + xfree86 symlink to base rulset does not exist. * Grab systemd service file from Fedora and ship it upstream. * Add init script for RPM based distro. Taken from the Fedora package. diff --git a/x2goserver/bin/x2gosetkeyboard b/x2goserver/bin/x2gosetkeyboard index cb99b40..d63cb6e 100755 --- a/x2goserver/bin/x2gosetkeyboard +++ b/x2goserver/bin/x2gosetkeyboard @@ -71,7 +71,7 @@ reset_keymap() { update_keymap() { if [ "$XKB_RULES" = "evdev" ]; then - XKB_RULES="xfree86" + XKB_RULES="base" fi # prepare for setxkbmap call [ -n "$XKB_RULES" ] && XKB_RULES="-rules $XKB_RULES" hooks/post-receive -- x2goserver.git (X2Go Server) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "x2goserver.git" (X2Go Server).