GNOME (ไทย)
Template:I18n entry Template:I18n entry Template:I18n entry Template:I18n entry Template:I18n entry Template:I18n links end
Contents
อะไรคือ GNOME?
โครงการ GNOME คือโครงการพัฒนาระบบการทำงานแบบ Graphic หรือเรียกอีกชื่อหนึ่งว่า Desktop environment ซึ่งมีจุดประสงค์ในการสร้างระบบที่สวยงามและใช้งานได้ง่าย พร้อมทั้งมีต้นแบบการพัฒนาเพิ่มเติม ที่เรียกว่า GNOME development platform ซึ่งเป็นต้นแบบเพิ่มเติมที่สามารถใช้พัฒนาซอฟท์แวร์เพื่อใช้งานกับส่วนต่างๆ ของ Desktop ได้
จะติดตั้ง GNOME Desktop ได้อย่างไร
การติดตั้ง GNOME Desktop ทำได้โดยพิมพ์คำสั่งต่อไปนี้ที่ command prompt:
pacman -S gnome
หากต้องการติดตั้งเครื่องมือเพิ่มเติมอื่นๆ ของ GNOME Desktop (แนะนำให้ติดตั้ง ดูรายละเอียดได้จาก Gnome Tips) พิมพ์คำสั่งต่อไปนี้ที่ command prompt:
pacman -S gnome-extra
หากต้องการเริ่มต้นระบบอย่างถูกต้อง ให้แก้ไขไฟล์ /etc/rc.conf และเพิ่ม "portmap", "fam", "dbus" และ "hal" เข้าไปในบรรทัด DAEMONS=()
Running the GNOME Desktop
To start GNOME from the console, run:
gnome-session
If you add the following to your $HOME/.xinitrc file (and make sure it is the only line that starts with "exec"):
exec gnome-session
Note: Since GNOME 2.14 gnome needs dbus support, in that case replace the exec line above with:
exec dbus-launch --exit-with-session /opt/gnome/bin/gnome-session
GNOME will start when you enter the following command.
startx
GDM (GNOME Display Manager)
If you want a graphical login, you will need to install GDM (which is also part of gnome-extra). To do so, type the following at a command prompt:
pacman -S gdm
To make the graphical login the default method of logging into the system, add gdm to your list of daemons in /etc/rc.conf
If you are used to using the $HOME/.xinitrc file to pass arguments to the x server when it is started, such as xmodmap or xsetroot, you should note that you can add the same commands to the $HOME/.xprofile file. My .xprofile looks like this:
#!/bin/sh # # ~/.xprofile # # Executed by gdm at login # xmodmap -e "pointer = 1 2 3 6 7 4 5" #set mouse buttons up correctly xsetroot -solid black #sets the background to black
For more information about Graphical Logins (DMs), see this excellent page.
See also
External links
- The Official Website
- The Official Documentation
- GnomeHelp.org
- Themes, icons, and backgrounds:
- GTK/Gnome programs: