Skip to content
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

Input method: ibus-mozc on gtk3 application #5249

Closed
junyoshida12021987 opened this issue Apr 23, 2020 · 2 comments
Closed

Input method: ibus-mozc on gtk3 application #5249

junyoshida12021987 opened this issue Apr 23, 2020 · 2 comments

Comments

@junyoshida12021987
Copy link

junyoshida12021987 commented Apr 23, 2020

First time post on Github.
I currently use mozc input method on ibus.
My /etc/sway/config file is written this way.

exec GTK_IM_MODULE_FILE=/usr/lib64/gtk-3.0/3.0.0/immodules.cache
exec GTK_IM_MODULE=ibus
exec QT_IM_MODULE=ibus
exec XMODIFIERS=@im=ibus
exec ibus-daemon -rdx

Firefox supports mozc but other gtk3 applications like Libreoffice does not.
書けない。

@junyoshida12021987
Copy link
Author

junyoshida12021987 commented Apr 23, 2020

Related issue: #4841

@emersion
Copy link
Member

You can't exec to change env variables. Instead you need to set these variables before starting Sway. See https://wiki.archlinux.org/index.php/Environment_variables#Defining_variables

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants