請選擇 進入手機版 | 繼續訪問電腦版

奇幻遊戲社群

 找回密碼
 註冊
搜索
查看: 33684|回復: 0

[發行版] Kubuntu 10.10 ,ibus與網路問題     [複製鏈接]

版主

騎士

Rank: 10Rank: 10Rank: 10

閱讀權限
250
生命值
323
法力值
212
金幣
420 G
聲望
64
發表於 2010-12-26 11:30:02 |顯示全部樓層
Kubuntu10.10 有ibus和連接網路問題1. ibus
a. 到System Settings->Startup and Shutdown" 選擇 "Add program..." 添加以下命令
    ibus-daemon -x -r -d
b. 移除openoffice kde interface

sudo apt-get remove openoffice.org-kde
    看你要裝openoffice.org-gnome或openoffice.org隨你
c. 修改ibus字型
     修改
~/.gtkrc-2.0-kde4 and ~/.gtk-2.0  添加以下code

  1. # ibus-font
  2. style "ibus-font"
  3. {
  4. font_name = "wqy-zenhei 13"
  5. base[SELECTED] = "#3D3D3D"
  6. text[SELECTED] = "#00FF00"
  7. # text[PRELIGHT] = "#4D0099"
  8. }

  9. widget "*.IBusCandidateLabel" style "ibus-font"

  10. style "user-font"
  11. {
  12. font_name="wqy-zenhei"
  13. }
  14. widget_class "*" style "user-font"

  15. gtk-theme-name="QtCurve"
  16. gtk-font-name="wqy-zenhei 9"
複製代碼


2. 網路連接  Kubuntu 8到今日10.10 都沒修好dsl和無綫的連綫 只好改用Ubuntu的
a. command
  1. sudo aptitude install network-manager-gnome
  2. sudo apt-get remove plasma-widget-networkmanagement
  3. sudo apt-get install gnome-icon-theme
  4. cd /usr/share/icons/
  5. cp -r gnome/16x16/status/gtk-* oxygen/16x16/status/
  6. mkdir -p oxygen/24x24/status
  7. cp -r gnome/24x24/status/gtk-* oxygen/24x24/status/
  8. cp -r gnome/32x32/status/gtk-* oxygen/32x32/status/
  9. cp -r gnome/22x22/status/gtk-* oxygen/22x22/status/
  10. cp -r gnome/48x48/status/gtk-* oxygen/48x48/status/
複製代碼
b. 修改啓動到System Settings->Startup and Shutdown" 選擇 "Add program..." 添加以下命令nm-applet --sm-disable


點評

冬風  快推 別讓人知道我看不懂  發表於 2010-12-26 16:21:18
騎士精神永存
您需要登錄後才可以回帖 登錄 | 註冊

手機版|奇幻遊戲社群

GMT+8, 2024-3-29 18:03

Powered by Discuz! X2

© 2001-2011 Comsenz Inc.

回頂部