Open
Conversation
corentin-soriano
requested changes
Dec 9, 2025
Member
corentin-soriano
left a comment
There was a problem hiding this comment.
Before we can merge, could you please:
- Create a ticket in Jira
- Edit your commit message and the pull request title with the issue number (ex:
GUACAMOLE-XXXX: Your commit message.) - Perform a rebase from the staging/1.6.1 branch
Thanks in advance!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi,
In v1.6.0 after I connect using Guacamole to a Linux Server (CentOS 7, Rocky Linux 9), Polish characters do not work.
When connecting from Windows directly (using
mstsc.exe) or Linux (freerdp), everything is working fine.I spent a few days changing Guacamole settings, the keymap in Linux, and changing the configuration in
/etc/xrdp- no results. In general,AltGRdoes not work (Even ifKeyboard layoutin connection properties was set toPolish (Qwerty))I reverted the Docker image from 1.6.0 to v1.5.4, and everything is working correctly!
I have checked commits. The issue is.
As you can see, the
map +ext 0x38 ~ 0xfe03 # AltGrhas been removed frombase.keymapand added tobase_altgr.keymap.Mostly keymap lang files have been replaced from
parent "base"toparent "base_altgr".File
pl_pl_qwerty.keymapwas not touched! SoAltGr(ąćęłńśóźż) does not work!I have downloaded the latest guacd from the git, added changes, run
docker build, and replaced the image. Now everything is working as expected. I can useąćęłńśóźż. Please replacebasetobase_altgrinpl_pl_qwerty.keymapfile.