CASE 1.
ibus extensions
| StatusIconDispatcher = imports.ui.statusIconDispatcher; |
|
| function main() { |
| StatusIconDispatcher.STANDARD_TRAY_ICON_IMPLEMENTATIONS[ 'main.py' ] = 'ibus' ; |
| } |
================
將ibus圖標移回狀態欄(右上角)
代碼:
代碼:
sudo gedit /usr/share/gnome-shell/js/ui/statusIconDispatcher.js
將裡面的
'ibus-ui-gtk': 'input-method'
改為
'main.py': 'input-method'
PS:如果是gcin或hime,請改成 'gcin': 'input-method' 或 'hime': 'input-method'
如果您不習慣只有一個關閉按鈕在WINDOWS 右上角
重新登入後即可生效
若想要在上端的工具列顯示輸入法狀態
CASE 2.
如果您不習慣只有一個關閉按鈕在WINDOWS 右上角
$ gconftool-2 -s /desktop/gnome/shell/windows/button_layout -t String :minimize,maximize,close
重新登入後即可生效
若想要在上端的工具列顯示輸入法狀態
沒有留言:
張貼留言