2012年6月9日 星期六
ubuntu 12.04 顯示 cpu 速度與負載
這個套件可以控制cpu的速度。
sudo apt-get install indicator-cpufreq
這個套件可以在上方顯示系統負載的狀況,包含cpu, memory, network, harddisk等
sudo apt-get install indicator-multiload
ubuntu 12.04 顯示 ibus 的輸入框
參考來源: http://keyable.blogspot.tw/2012/04/fix-show-ibus-icon-on-ubuntu-1204-panel.html
ubuntu 12.04 在使用 ibus 時,想要在右上方的 Panel Systray 顯示目前的輸入法, 可以開啟終端機視窗,輸入以下指令。
gconftool --type boolean -s /desktop/ibus/panel/show_icon_on_systray true
gconftool --type boolean -s /desktop/ibus/panel/show true
gsettings set com.canonical.Unity.Panel systray-whitelist "['all']"
再重新開機, 就可以看到目前的輸入法狀態囉!
ubuntu 12.04 在使用 ibus 時,想要在右上方的 Panel Systray 顯示目前的輸入法, 可以開啟終端機視窗,輸入以下指令。
gconftool --type boolean -s /desktop/ibus/panel/show_icon_on_systray true
gconftool --type boolean -s /desktop/ibus/panel/show true
gsettings set com.canonical.Unity.Panel systray-whitelist "['all']"
再重新開機, 就可以看到目前的輸入法狀態囉!
訂閱:
文章 (Atom)