Hello Nick I tested it on the same server! I didn’t test it in a Docker environment, instead, I built and tested the code on a Virtual Machine with Ubuntu 22.04 installed. I checked out the 1.5.5 tag, ran "make clean -> make -> make install -> ldconfig", then started guacd to test it. After that, I checked out the 1.6.0 branch and repeated the build process to test it!
On Mon, 11 Nov 2024 at 23:54, Nick Couchman <vn...@apache.org> wrote: > On Sun, Nov 10, 2024 at 10:22 PM YG HONG <epikhigh...@gmail.com> wrote: > >> hello nick >> >> The term "prompt" refers to the screen displayed when SSH connecting to >> the target Linux system through Guacamole. >> In version 1.5.5, Korean input displays correctly as shown below, >> >> ---------------------------------------------------------------------------------------- >> Last Login: Thu Nov 7 17:20:25 2024 trom 192.168.0.65 >> [centos@test-cent ~]ㅈㅈㄹㄷㅋㄹㅈㄷ <= Visible when typing in Korean >> -bash: ㅈㅈㄹㄷㅋㄹㅈㄷ: command not found >> [centos@test-cent ~]$ >> >> ---------------------------------------------------------------------------------------- >> but in the latest patch branch, there is no output for Korean input. >> >> ---------------------------------------------------------------------------------------- >> Last Login: Thu Nov 7 17:25:25 2024 trom 192.168.0.65 >> [centos@test-cent ~] <= When typing in >> Korean, it just appears as a blank space. >> -bash: ㅈㅈㄹㄷㅋㄹㅈㄷ: command not found. <= but command working >> [centos@test-cent ~]$ >> >> ---------------------------------------------------------------------------------------- >> Since this issue occurs when changing the guacd server version, it does >> not appear to be related to cache or style sheet issues. >> >> > Thanks, this is helpful. When you're testing between versions 1.5.5 and > 1.6.0, are you testing guacd on the same server, or are you using different > servers, or different containers, for the newer versions? > > -Nick > >>