2010年8月1日 星期日

幾個微調 gnome 環境的設定

選錄幾個在 gnome 環境下常用的微調設定, 多是用 gconftool 來變更設定

  • Nautilus預設要輸入路徑,需要按Ctrl+L才會顯示位置列
gconftool-2 --type=Boolean --set /apps/nautilus/preferences/always_use_location_entry true

  • 有更新時不要自動跳出
gconftool-2 --type bool -s /apps/update-notifier/auto_launch false
  • 自動通知的更新天數為 0
gconftool-2 --type int -s /apps/update-notifier/regular_auto_launch_interval 0
  • 取消關機/重登需要到數60秒
gconftool-2 --type bool -s /apps/indicator-session/suppress_logout_restart_shutdown true
  • 可以看到桌面的網路圖示

gconftool-2 --set /apps/nautilus/desktop/network_icon_visible   --type bool 1
  • 可以看到桌面的垃圾桶圖示

gconftool-2 --set /apps/nautilus/desktop/trash_icon_visible  --type bool 1

  • 接上USB可以在桌面看到USB碟圖示

gconftool-2 --set /apps/nautilus/desktop/volumes_visible  --type bool 1
  • 可以看到桌面的個人資料夾圖示

gconftool-2 --set /apps/nautilus/desktop/home_icon_visible   --type bool 1
  •  可以看到桌面的我的電腦圖示
gconftool-2 --set /apps/nautilus/desktop/computer_icon_visible   --type bool 1 
  • 按鈕顯示小圖示
gconftool-2 --set /desktop/gnome/interface/buttons_have_icons --type bool true
  • 視窗按鈕位置控制器增加PPA來源並安裝
sudo add-apt-repository ppa:pabluk/ppa
sudo aptitude update
sudo aptitude install mwbuttons



  • 關於 GConf 的細節
http://www.dotblogs.com.tw/billy3321/archive/2008/10/23/5758.aspx

Reference:
  • http://playubuntu.blogspot.com/2010/06/ubuntu-1004.html
  • http://163.23.89.100/~chi/blog/index.php?load=read&id=197

沒有留言:

張貼留言

Ceasar's Photo

www.flickr.com