Session: Use fcitx5 environment

pull/2/head
cutefishd 6 years ago
parent cf5b51364d
commit 42b98d026e

@ -65,11 +65,11 @@ void Application::initEnvironments()
qputenv("QT_SCALE_FACTOR_ROUNDING_POLICY", "PassThrough");
// IM Config
qputenv("GTK_IM_MODULE", "fcitx");
qputenv("QT4_IM_MODULE", "fcitx");
qputenv("QT_IM_MODULE", "fcitx");
qputenv("CLUTTER_IM_MODULE", "fcitx");
qputenv("XMODIFIERS", "@im=fcitx");
qputenv("GTK_IM_MODULE", "fcitx5");
qputenv("QT4_IM_MODULE", "fcitx5");
qputenv("QT_IM_MODULE", "fcitx5");
qputenv("CLUTTER_IM_MODULE", "fcitx5");
qputenv("XMODIFIERS", "@im=fcitx5");
}
void Application::initLanguage()

Loading…
Cancel
Save