Package: im-config Version: 0.46-1 Severity: wishlist Hi, Hello, I am in charge
of this package at the deepin company, the first time to submit a patch. Best
regards, Chen Shijie chenshijie 邮箱:chenshi...@uniontech.com 签名由 网易邮箱大师 定制
From f873b6bcf104c99afc9d2637150da32eb59cdcea Mon Sep 17 00:00:00 2001
From: chenshijie <chenshi...@uniontech.com>
Date: Fri, 25 Jun 2021 22:23:12 +0800
Subject: [PATCH] Add GLFW_IM_MODULE env for fcitx5 to "ibus" Add
GLFW_IM_MODULE env for ibus to "ibus"
https://github.com/kovidgoyal/kitty/issues/469
---
data/21_ibus.rc | 1 +
data/23_fcitx5.rc | 1 +
2 files changed, 2 insertions(+)
diff --git a/data/21_ibus.rc b/data/21_ibus.rc
index 85cd3a2..67d9599 100644
--- a/data/21_ibus.rc
+++ b/data/21_ibus.rc
@@ -17,6 +17,7 @@ if [ "$IM_CONFIG_PHASE" = 1 ]; then
XMODIFIERS=@im=ibus
# Let's assume all required modules are installed
+GLFW_IM_MODULE=ibus
GTK_IM_MODULE=ibus
QT_IM_MODULE=ibus
CLUTTER_IM_MODULE=ibus
diff --git a/data/23_fcitx5.rc b/data/23_fcitx5.rc
index c4a44cc..f4343ba 100644
--- a/data/23_fcitx5.rc
+++ b/data/23_fcitx5.rc
@@ -12,6 +12,7 @@ if [ "$IM_CONFIG_PHASE" = 1 ]; then
XMODIFIERS=@im=fcitx
# Let's assume all required modules are installed
+GLFW_IM_MODULE=ibus
GTK_IM_MODULE=fcitx
QT_IM_MODULE=fcitx
CLUTTER_IM_MODULE=xim
--
2.20.1