- 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 p
pa: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
沒有留言:
張貼留言