2019-12-19

SSH X11Forwarding在LInux Mint(Ubuntu)的設定

本機:
加-X表示啟用X11 Forwarding
ssh -X yourname@domain.com

遠端:
vi /etc/ssh/sshd_config
===============
X11Forwarding yes
X11UseLocalhost no
===============
sudo systemctl restart sshd.service

vi ~/.xprofile
===============
export QT_IM_MODULE=fcitx
export GTK_IM_MODULE=fcitx
export XMOIFIERS="@im=fcitx"
===============

vi ~/.profile
===============
source ~/.xprofile
fcitx -d &
===============

再重新登出登入,試試libreoffice,看看是否能正確顯示畫面跟啟用輸入法:
soffice --writer

沒有留言:

張貼留言