I have been hearing all the excitement about gnome3 and wanted to give it a try. I could have installed it right away on my linux machine. But I wanted a reinstall for a lot of reasons. So I began taking backup of important data and installing archlinux again. Few things I needed to ensure before installing gnome was
- Install a video driver if you haven't done already
- Install X window system and dbus
- Install gnome core and applications
- Install gnome extra, which is needed for gnome3
- Install gnome desktop manager
- Modify ~/.xinitrc Add the following line to your ~/.xinitrc file.
# pacman -S gnome
# pacman -S gnome-extra
# pacman -S gdm
exec ck-launch-session gnome-session
# startx
No comments:
Post a Comment