Can't change language with fcitx5 x11

Problem I’m Having

I download Obsidian with snap cli and trying to use obsidian. Even I press Alt_R or Hangul, the language does not change. Same Electron App: Discord is Working fine

ENV

Operating System: Arch linux

Kernel Version: 6.5.6-arch2-1

Graphics Platform: x11

Window Manager: i3

xdg-portals:

  • desktop
  • document
  • termfilechooser

Download from: Snap

Processors: AMD Ryzen 5 5600X (12) @ 3.700GHz

Memory: 15877MiB(15.50GiB)

Graphics Processor: NVIDIA Geforce RTX 3050

xmodmap

shift       Shift_L (0x32),  Shift_R (0x3e)
lock        Caps_Lock (0x42)
control     Control_L (0x25),  Control_R (0x69)
mod1        Alt_R (0x6c),  Meta_L (0xcd)
mod2        Num_Lock (0x4d)
mod3        Alt_L (0x40),  ISO_Level5_Shift (0xcb),  Alt_L (0xcc)
mod4        Super_L (0x85),  Super_R (0x86),  Super_L (0xce),  Hyper_L (0xcf)
mod5        ISO_Level3_Shift (0x5c)

even if Alt_R change to ‘Hangul’ are same

/etc/enviroment

GTK_IM_MODULE=fcitx
QT_IM_MODULE=fcitx
GLFW_IM_MODULE=ibus
XMODIFIERS=@im=fcitx
GTK_USE_PORTAL=1

Ok. it’s fixed now

I had a secondary Linux running on gnome setup and it was running completely fine. So I tried to compare between 2 env. and found a problem.

Electron release above v.26 is problem.

I downloaded obsidian with snap and checked electron version and it was 26.4.0 I assume…?

Can’t remember quite exactly but pretty sure it was above v.26

Please download with default pkg manger in your Linux system in my case pacman

sudo pacman -S obsidian

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.