mirror of
https://github.com/codexu/note-gen.git
synced 2026-04-25 12:55:57 +03:00
[GH-ISSUE #651] Support for fcitx5 input method on Linux (Wayland/Tauri) is broken #480
Labels
No labels
bug
duplicate
feature
platform: Android
platform: Linux
platform: Windows
platform: iOS
platform: macOS
priority: high
priority: low
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/note-gen#480
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @penguninn on GitHub (Sep 16, 2025).
Original GitHub issue: https://github.com/codexu/note-gen/issues/651
Hello,
I am using NoteGen on Arch Linux, and encountered an issue where fcitx5 input method does not work properly. The problem happens mainly when running NoteGen on Wayland with Tauri as the framework.
Symptoms:
fcitx5 candidate window does not show up when typing.
No input method switching inside NoteGen.
Issue seems related to Tauri's use of native WebView and Wayland's IME support.
Environment:
Linux distro: Arch Linux
Display server: Wayland (also tested on X11 with better results)
fcitx5 version: latest from Arch repos
NoteGen version: 0.21.0 (AppImage)
Tauri framework suspected as root cause due to Wayland and IME handling differences vs Electron
Steps to reproduce:
Launch NoteGen on Wayland session.
Try to input Vietnamese (or other non-English input) using fcitx5.
Notice no input candidates or switching.
Possible workaround:
Use X11 session instead of Wayland for better fcitx5 support.
I hope this issue can be looked into since IME support is important for Linux users in Asia and other regions.
Thank you!
@crazyn2 commented on GitHub (Oct 9, 2025):
Same issue in Fedora 41 KDE and Fedora 42 KDE