-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: tigervnc: Unable to setup a Compose Key #14491
Comments
Partially a duplicate of #13362 I suppose. |
I don't see how that one is related. If I understand correctly, that issue is about a different keyboard layout under which one could input accents directly, and the x11 captures the signal but failed to deal with it. I am talking about a different issue: the compose key is not recognized at all. It is not a low-level issue: the Alt_R is recognized by |
In that locale support is broken in libX11. So I thought the first one of the two issues might be related. I suppose the second one is not much related. Of course I might be wrong, but the directory name |
Some observation:
|
What is abnormal is that all of them are empty. I checked by |
I'm aware of it. As I wrote above, Bionic can only handle |
The first issue has been resolved. It was due to misconfiguration of |
Is TigerVNC/tigervnc#962 related to the second issue? |
I tried to see what happens under |
Quoted from TigerVNC/tigervnc#962 (comment):
So presumably those VNC viewer apps for Android do not support this extension. In fact, I can make some key (Left Control; because Right Alt does not exist on my keyboard) shown as Multi key in |
Enhancement on the client side. Strictly this is a third-party issue unless we provide a VNC viewer app on our own. FYI, there is another issue in which the situation is similar: #14647. |
Reference: termux#14491
I confirm that Compose Keys are working with RawKeyboard parameter and a compatible client. |
Problem description
The compose key is not working properly.
There are two issues, as far as I see:
Compose
files: theCompose
files in${PREFIX}/share/X11/locale
are all empty for all locales. It seems that the packagelibx11
is not built correctly;TigerVNC
does not work even withCompose
file: I copied aCompose
file from my Debian Linux to$HOME/.XCompose
. Then undertermux-x11
, the compose key is activated aftersetxkbmap -option "compose:ralt"
. However, under TigerVNC, it does not work.What steps will reproduce the bug?
vncserver :0
;export DISPLAY=:0
;setxkbmap -option "compose:ralt"
;What is the expected behavior?
Produce é
System information
termux-info:
The text was updated successfully, but these errors were encountered: