Vnc Xfce環境下使用Fcitx輸入法

2021-09-25 18:28:39 字數 896 閱讀 1045

在ubuntu下實現遠端控制,一般的解決方案為安裝xfce桌面環境及vncserver。(自帶的vino必須要登入後才能連線,不方便在伺服器環境使用)

一般linux比較好用的輸入法如sogou,其基於fcitx輸入法環境。

但xfce環境並不包含fcitx輸入法環境的配置及執行,也就是通過vnc連線時xfce桌面無法使用fcitx輸入法。

通常我們使用vnc+xfce時,vnc的啟動指令碼(~/.vnc/xstartup)內容為:

123

4567

891011

12

#!/bin/sh

# uncomment the following two lines for normal desktop:

# unset session_manager

# exec /etc/x11/xinit/xinitrc

unset session_manager

unset dbus_session_bus_address

[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup

[ -r $home/.xresources ] && xrdb $home/.xresources

vncconfig -iconic &

xfce4-session &

如果我們需要使用fcitx輸入環境,只需要在最後新增以下內容即可。

123

45

export gtk_im_module="fcitx"

export qt_im_module="fcitx"

export xmodifiers="@im=fcitx"

fcitx-autostart &

CVS使用 windows環境下

經驗 1,wincvs中執行checkout動作的單位是 module 即匯入cvs倉庫的專案名稱。import時有設定,要記好。2,cvsroot pserver username password localhost 倉庫名 3,初始化乙個cvs倉庫,並將乙個現有專案匯入到cvs中 1 通過cv...

CodeWarrior環境下中斷使用

對於飛思卡爾codewarrior的中斷使用,一般有3種方法 1.把 pragma trap proc放在中斷程式前面,並把中斷向量表放到 prm。例如 pragma trap proc void pit1 void 例如 interrupt void intpit1 void 向量表的首位址放入 ...

mac 環境下使用adb

第一步 配置adb 環境 maleidemacbook pro malei cd home 回到主目錄 maleidemacbook pro malei touch base profile 建立檔案 maleidemacbook pro malei open e bash profile 編輯檔案...