Ubuntu 26.04 LTS AIO补齐生产力!修复钉钉启动异常,WPS字体补全,安装微信/QQ/向日葵远程/飞书/星火应用商店、AIO 终极形态(2)

Ubuntu 26.04 LTS AIO补齐生产力!修复钉钉启动异常,WPS字体补全,安装微信/QQ/向日葵远程/飞书/星火应用商店、AIO 终极形态(2)

切换fcitx5输入法

# 1. 指定使用 fcitx5 输入法
im-config -n fcitx5

# 2. 写入兼容的环境变量
cat << 'EOF' >> ~/.profile
export XMODIFIERS=@im=fcitx
export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export SDL_IM_MODULE=fcitx
EOF

cat << 'EOF' >> ~/.xprofile
export XMODIFIERS=@im=fcitx
export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export SDL_IM_MODULE=fcitx
EOF

# 3. 设置 Fcitx5 软件开机自启
mkdir -p ~/.config/autostart
cp /usr/share/applications/org.fcitx.Fcitx5.desktop ~/.config/autostart/
# 1.切换国内软件源
sudo sed -i \
  's|http://.*archive.ubuntu.com/ubuntu|https://mirrors.aliyun.com/ubuntu|g;
   s|http://security.ubuntu.com/ubuntu|https://mirrors.aliyun.com/ubuntu|g' \
  /etc/apt/sources.list.d/ubuntu.sources

# 2.更新软件源应用更改
sudo apt update
谷歌浏览器:
https://www.google.com/chrome/browser-tools/
QQ:
https://im.qq.com/index/#/linux
微信:
https://linux.weixin.qq.com/
WPS:
sudo apt install libglu1-mesa #WPS依赖
https://www.wps.cn/product/wpslinux
向日葵远程:
https://sunlogin.oray.com/download/beta
钉钉:
https://www.dingtalk.com/download
飞书:
https://www.feishu.cn/download
星火应用商店:
https://www.spark-app.store/download
批量安装软件:
apt install ./*.deb -y 
钉钉不能启动解决办法:

wget -O /tmp/execstack.deb https://snapshot.debian.org/file/f1b699bfaf56fd7dfbd6245dbbf4f4650a104a75/execstack_0.0.20131005-1%2Bb10_amd64.deb

sudo dpkg -i /tmp/execstack.deb

sudo execstack -c /opt/apps/com.alibabainc.dingtalk/files/*/dingtalk_dll.so
WPS字体缺少解决办法:
sudo cp ~/下载/Fonts/*.tt* /usr/share/fonts/wps-office/

sudo chmod 644 /usr/share/fonts/wps-office/*.tt*

sudo fc-cache -fv
第三方播放器,SSH服务安装
sudo apt install celluloid openssh-server -y
¥ 打赏支持
微信扫一扫
微信打赏二维码
感谢您的支持!让我有持续更新的动力
© 版权声明
THE END
点赞3 分享
评论 抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情代码图片快捷回复

    暂无评论内容