[System Installation] 升级20.2.2内核、控制中心、输入法问题
Tofloor
poster avatar
海天鹰
deepin
2021-07-01 03:42
Author

1.linux-firmware 升级错误:

dpkg: 处理归档 /var/cache/apt/archives/linux-firmware_1.197.1-1+eagle_all.deb (--unpack)时出错:

 正试图覆盖 /lib/firmware/RTL8192E/boot.img,它同时被包含于软件包 firmware-realtek 20190114-2

dpkg-deb: 错误: 粘贴 子进程被信号(断开的管道) 终止了

 

2.控制中心无法启动报错:

Lib-GIO-ERROR **: 19:10:27.363: Settings schema 'com.deepin.dde.control-center' does not contain a key named 'mainwindow-search-edit'

追踪与中断点陷阱

*7月1日又升级后没问题了。

 

3.fcitx报错:

配置项Category不合法

fcitx-keyboard-in-kan-kagapa already exists

fcitx-keyboard-in-tel-kagapa already exists

fcitx-keyboard-cm-mmuock already exists

请设置环境变量XMODIFIERS

 

*修复成功,好像运行一次就行:https://manjaro.org.cn/bbs/topic/manjaro%E4%B8%AD%E6%96%87%E8%BE%93%E5%85%A5%E6%B3%95%EF%BC%88fcitxgooglepinyin%E7%9A%84%E9%85%8D%E7%BD%AE%E9%97%AE%E9%A2%98

 

1,在autostart目录(系统级:/etc/xdg/autostart,用户级:~/.config/autostart,二选一)里添加fcitx.desktop,内容如下:

[Desktop Entry]

Name[zh_CN]=Fcitx

GenericName[zh_CN]=输入法

Comment[zh_CN]=启动输入法

Exec=fcitx-autostart

Icon=fcitx

Terminal=false

Type=Application

Categories=System;Utility;

StartupNotify=false

NoDisplay=true

X-GNOME-Autostart-Phase=Applcations

X-GNOME-AutoRestart=false

X-GNOME-Autostart-Notify=false

X-KDE-autostart-after=panel

X-KDE-StartupNotify=false

 

2,在profile文件(系统级:/etc/profile,用户级:~/.xprofile,二选一)里添加以下文字:

export GTK_IM_MODULE=fcitxexport XMODIFIERS=@im=fcitx

export QT_IM_MODULE=fcitx

如果是小众窗口管理器,还要在~/.xprofile里添加一行:fcitx &

 

系统文件看了一下太复杂,不敢动,我放在用户目录。

Reply Favorite View the author
All Replies
chenshijie
deepin
2021-07-02 02:25
#1

用im-config设置下fcitx应该也可以.

fcitx环境变量不见了

Reply View the author