You are not logged in.
Hello everyone,
I'm facing a very stubborn issue: UIM Italian/Japanese input works flawlessly in most applications (terminal, Firefox, text editors) on my Arch Linux (Openbox, no DE, no DM) system, but fails specifically in google-chrome-stable (v136.0.7103.113) and Telegram Desktop (5.14.3-2): when I press the UIM hotkey to switch language, nothing happens.
$ cat .bashrc
#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
PS1='[\u@\h \W]\$ '
#export FORCE_SIGIL_DARKMODE_PALETTE=1
#export LIBVA_DRIVER_NAME=i965
export XDG_CURRENT_DESKTOP=GNOME
#export QT_QPA_PLATFORMTHEME=qt5ct
export ADW_DISABLE_PORTAL=1
#alsactl restore -f /home/topo/.config/alsa/asound.state
export PATH="${PATH}:/home/topo/.local/bin"
#export GTK_IM_MODULE=uim
#export QT_IM_MODULE=uim
#export XMODIFIERS=@im=uim
$ cat .xinitrc
#eject -x 4 /dev/sr0 &
export GTK_IM_MODULE='uim'
export QT_IM_MODULE='uim'
uim-xim &
export XMODIFIERS='@im=uim'
#
#export GTK_IM_MODULE='ibus'
#export QT_IM_MODULE='ibus'
#export XMODIFIERS='@im=ibus'
#ibus-daemon -dr
#
#export XMODIFIERS=@im=SCIM
#export GTK_IM_MODULE="scim"
#export QT_IM_MODULE="scim"
#scim -d
#
#GTK_IM_MODULE=fcitx
#QT_IM_MODULE=fcitx
#XMODIFIERS=@im=fcitx
#SDL_IM_MODULE=fcitx
#
#export XMODIFIERS=@im=SCIM
#export GTK_IM_MODULE="scim"
#export QT_IM_MODULE="scim"
#scim -d
#
#export GTK_IM_MODULE=nimf
#export QT4_IM_MODULE="nimf"
#export QT_IM_MODULE=nimf
#export XMODIFIERS="@im=nimf"
#nimf &
#startlxde
#redshift -l 41:12 &
#redshift -o &
blugon &
openbox-session
google-chrome error log:
[57041:57041:0612/215739.688076:ERROR:components/content_settings/core/browser/content_settings_pref.cc:381] Invalid pattern strings: https://[*.]doctorparker,blogspot.com,*
(process:57041): Gtk-WARNING **: 21:57:39.797: No IM module matching GTK_IM_MODULE=uim found
(process:57041): IBUS-WARNING **: 21:57:39.836: Unable to connect to ibus: L'indirizzo fornito è vuoto
[57041:57041:0612/215741.824607:ERROR:chrome/browser/policy/cloud/fm_registration_token_uploader.cc:179] Client is missing for kUser scope
WARNING: All log messages before absl::InitializeLog() is called are written to STDERR
I0000 00:00:1749758261.856693 57063 voice_transcription.cc:58] Registering VoiceTranscriptionCapability
Created TensorFlow Lite XNNPACK delegate for CPU.
[57041:57068:0612/215742.177443:ERROR:google_apis/gcm/engine/registration_request.cc:291] Registration response error message: DEPRECATED_ENDPOINT
Created TensorFlow Lite XNNPACK delegate for CPU.
Last edited by quellen (2025-06-12 21:48:21)
sorry for my bad english
Offline
Fuck.
I found https://bbs.archlinux.org/viewtopic.php?id=305618 (one of few hits for the patterns) but unfortunately that's your system…
strace chromium, I suspect i'll change the GTK_PATH variable and the plugin indeed isn't where chrome is looking for it
Offline
i have "solved" installing fcitx
sorry for my bad english
Offline