天天看點

ubuntu安裝gnome

安裝X視窗

apt-get install xorg libxp6

安裝gnome

#apt-get install gnome-core gdm

gdm是登陸界面

安裝gnome主題、圖示、背景

#apt-get install gnome-themes gnome-icon-theme-dlg-neu gnome-backgrounds

讓alsa把你的聲霸卡驅動起來

#apt-get install alsa-base alsa-utils alsa-oss

#alsaconf #一路回車

安裝gnome下的聲音支援。

#apt-get install gnome-audio esound #esound是gnome下的軟體混音器

其他工具

#apt-get install gnome-system-tools gconf-editor nautilus-open-terminal

gnome-system-tools 服務、網絡等系統工具

gconf-editor 配置編輯器

nautilus-open-terminal 在右鍵菜單中加入終端

安裝OpenOffice.org

#apt-get install openoffice.org-writer openoffice.org-calc openoffice.org-math openoffice.org-impress openoffice.org-gtk

#apt-get install openoffice.org-l10n-zh-cn openoffice.org-help-zh-cn #中文界面和中文幫助

文本模式直接啟動gnome指令

#startx

以上指令失敗請使用以下方法:

#cp /usr/X11R6/bin/startx /usr/bin/startgnome

#vi /usr/bin/startgnome

(modify line35,set "defaultclientargs" to 'exec gnome-session' . Then line 35 should be

defaultclientargs='exec gnome-session'

#startgnome