Gnome2: Difference between revisions

From CBLFS
Jump to navigationJump to search
Created page.
 
Oppiz (talk | contribs)
No edit summary
 
(107 intermediate revisions by 10 users not shown)
Line 1: Line 1:
=Pre-Installation Configuration=
== Gnome Core Packages ==


==Installation Strategies==
//Updated as of 12-05-2010//


If you're committed to GNOME as your desktop, you will likely install it in the /usr hierarchy.  If less committed, or you prefer to install GNOME in an easy to remove location, the /opt hierarchy may be more suitable.  A third option, which simplifies version changes in the future, would be to install GNOME in a versioned directory and create a non-versioned symbolic link.
* [[Gnome Pre-Installation Configuration]]
* [[ORBit2]]
* [[GNOME Doc-Utils]]
* [[Shared-MIME-Info]]
* [[GConf]]
* [[libbonobo]]
* [[GAIL]]
* [[GNOME-MIME-Data]]
* [[Desktop-file-utils]]
* [[gvfs]]
* [[GNOME Virtual File System]]
* [[libgnome]]
* [[libgnomecanvas]]
* [[libbonoboui]]
* [[GNOME Icon Theme]]
* [[GNOME Keyring]]
* [[libgnomeui]]
* [[GNOME Menus]]
* [[libGTop]]
* [[GTK Engines]]
* [[GNOME Themes]]
* [[GNOME Desktop]]
* [[EEL]]
* [[libUnique]]
* [[Nautilus]]
* [[libgnomekbd]]
* [[libGWeather]]
* [[GNOME Panel]]
* [[Gnome Settings Daemon]]
* [[Control Center]]
* [[GNOME Applets]]
* [[GNOME Backgrounds]]
* [[GNOME Session]]
* [[VTE]]
* [[GNOME Terminal]]
* [[GNOME User Docs]]
* [[Yelp]]


==Create and Update Environment Variables==
== Gnome Additional Packages ==


Set an environment variable for the prefix destination, if you wish.  Option 1:
=== Libraries ===
//Updated as of 12-05-2010//
* [[libgnomecups]]
* [[libgnomedb]]
* [[libgnomeprint]]
* [[libgnomeprintui]]
* [[liboobs]]
* [[Evolution Data Server]]
* [[GNOME Spell]]
* [[GtkHTML]]
* [[gtksourceview]]
* [[gnome-audio]]


  export GNOME=/usr
=== Utilities ===
* [[Abiword]]
* [[Alacarte]]
* [[Beagle]]
* [[bug-buddy]]
* [[Cheese]]
* [[Dia]]
* [[Deskbar Applet]]
* [[EOG]]
* [[Ekiga]]
* [[Epiphany]]
* [[evince]]
* [[Fast User Switch Applet]]
* [[File Roller]]
* [[gcalctool]]
* [[GConf Editor]]
* [[GDM]]
* [[gedit]]
* [[GNOME Device Manager]]
* [[GNOME Games]]
* [[GNOME Keyring Manager]]
* [[GNOME Media]]
* [[GNOME Music Player Client]]
* [[GNOME Pilot]]
* [[GNOME Pilot Conduits]]
* [[GNOME Power Manager]]
* [[GNOME Utilities]]
* [[GNOME System Monitor]]
* [[GNOME System Tools]]
* [[gnome-bluetooth]]
* [[gnome-mount]]
* [[gnome-netstatus]]
* [[gnome-screensaver]]
* [[gnome-volume-manager]]
* [[Gnumeric]]
* [[Gpdf]]
* [[gucharmap]]
* [[Nautilus CD Burner]]
* [[NetworkManager]]
* [[planner]]
* [[Rhythmbox]]
* [[Seahorse]]
* [[Sound Juicer]]
* [[system-tools-backends]]
* [[Totem]]
* [[Vala]]
* [[Vinagre]]
* [[Vino]]
* [[Zenity]]


Option 2:
=== C++ Bindings ===
* [[Bakery]]
* [[libgnomecanvasmm]]
* [[gnome-vfsmm]]
* [[GConfmm]]
* [[libgnomemm]]
* [[libgnomeuimm]]


  export GNOME=/opt/gnome-2.14
=== Programming Tools ===
* [[GNOME Build]]
* [[Anjuta]]


Option 3:
=== Accessibility ===
* [[AT-SPI]]
* [[GNOME Magnifier]]
* [[GNOME Speech]]
* [[GOK]]
* [[libgail-gnome]]


  install -dv -m755 /opt/gnome-2.14
[[Category:Desktop Environments]]
  ln -sv gnome-2.14 /opt/gnome
  export GNOME=/opt/gnome
 
If installing GNOME in other than the /usr hierarchy, some configuration changes are needed.  If using a symbolic link, replace gnome-2.14 with gnome in the following commands.
 
Update or add paths in the system or user profile.
 
  export PATH=$PATH:/opt/gnome-2.14.2/bin
  export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/gnome-2.14.2/lib/pkgconfig
  export GNOME_LIB_PATH=/usr/lib:/opt/gnome-2.14.2/lib
 
Add the GNOME library path to your /etc/ld.so.conf then execute '''ldconfig''' as the ''root'' user.
 
  echo /opt/gnome-2.14.2/lib >> /etc/ld.so.conf
  ldconfig
 
==Prerequisites==
 
You'll need to have an [[X Window System]] installed, either Xorg or XFree86.  Commence GNOME installation.
 
* [[Gnome/ORBit2|ORBit2]]
* [[Gnome/libbonobo|libbonobo]]
* [[Gnome/GConf|GConf]]
* [[Gnome/mimedata|GNOME-MIME-Data]]
* [[Gnome/VFS|GNOME Virtual File System]]
* [[Gnome/libgnome|libgnome]]
* [[Gnome/libgnomecanvas|libgnomecanvas]]
* [[Gnome/libbonoboui|libbonoboui]]
* [[Gnome/icontheme|GNOME Icon Theme]]
* [[Gnome/keyring|GNOME Keyring]]
* [[Gnome/libgnomeui|libgnomeui]]
* [[Gnome/gtkengines|GTK Engines]]
* [[Gnome/themes|GNOME Themes]]
* [[Gnome/gnomedocutils|GNOME Doc-Utils]]
* [[Gnome/desktop|GNOME Desktop]]
* [[Gnome/backgrounds|GNOME Backgrounds]]
* [[Gnome/menu|GNOME Menu]]
* [[Gnome/panel|GNOME Panel]]
* [[Gnome/session|GNOME Session]]
* [[Gnome/terminal|GNOME Terminal]]
* [[Gnome/applets|GNOME Applets]]
* [[Gnome/nautilus|Nautilus]]
* [[Gnome/controlcenter|Control Center]]
* [[Gnome/yelp|Yelp]]
* [[Gnome/docs|GNOME User Docs]]

Latest revision as of 10:38, 7 December 2010

Gnome Core Packages

//Updated as of 12-05-2010//

Gnome Additional Packages

Libraries

//Updated as of 12-05-2010//

Utilities

C++ Bindings

Programming Tools

Accessibility

Retrieved from "?title=Gnome2&oldid=20907"