-
-
Notifications
You must be signed in to change notification settings - Fork 455
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
Problems with dead keys #5564
Comments
I tried a few of the versions in the releases section and tested for this bug. I was able to reproduce it in versions 2.5.0-beta1 and 2.5.0, but works as expected in 2.4.5, so seems like something introduced in 2.5.0. |
Also tried the nightly release(commit acdb84c3) and that has the same bug, but weirdly enough, building |
Are you sure it's running with the same Qt version? |
I'm on Arch Linux, I built with Qt 6.7.2. Nightly seems to use that same exact version though, and still has the bug, so I'm guessing the Qt version isn't the cause. |
Are you sure it's actually the identical version? Try checking with |
Trying to run
|
Oh right, my bad. We statically link to Qt. But I'm pretty sure this is a bug in the Qt |
Yeah that would make sense.
My distro didn't have the ibus package installed in the first place, and installing it didn't seem to do anything. Using X11 also didn't make the existing releases work.
Not sure if it's safe to post the whole log with Nighty release:
Release 2.4.5:
Working master branch compiled from git:
|
@Nerixyz the
|
Unable to replicate. I am using X11, i3. With ibus explicitly enabled and disabled in Qt. However without ibus dead keys are not shown to the user when they type (like on windows), ibus shows underlined text both for dead keys and things like unicode search. Chatterino 2.5.1 DEBUG (commit 2215455 modified) built with Qt 6.8.0. Running on Arch Linux, kernel: 6.11.6-arch1-1 |
Checklist
Describe your issue
This only happens on Linux as far as I know.
I only noticed this being an issue when I moved from Windows to Linux Mint 22. It works fine on Windows.
Interestingly the version from Software Manager works fine, but the lastest versions from this repo doesn't.
Screenshots
No response
OS and Chatterino Version
Chatterino 2.5.1 (commit 6e104bd) built with Qt 6.6.1 Running on Linux Mint 22, kernel: 6.8.0-41-generic
The text was updated successfully, but these errors were encountered: