pop-os / default-settings

Distribution Default Settings
Other
44 stars 16 forks source link

fix: Set GTK IM module to ibus #109

Closed mmstick closed 3 years ago

mmstick commented 3 years ago

Part 1 of fixing the emoji ibus shortcut

ids1024 commented 3 years ago

https://unix.stackexchange.com/questions/260601/understanding-setting-up-different-input-methods suggests:

export GTK_IM_MODULE="ibus"
export QT_IM_MODULE="ibus"
export XMODIFIERS="@im=ibus"

So I guess we might want to set those variables too?

mmstick commented 3 years ago

Yeah that'd be fine

ids1024 commented 3 years ago

Though I see those already set that way for some reason.