Update documentation of ABI/API depends variables.
[pkgsrcv2.git] / meta-pkgs / gnome / MESSAGE
1 ===========================================================================
2 $NetBSD: MESSAGE,v 1.4 2008/12/20 23:38:56 jmcneill Exp $
3
4 In order to get the GNOME Desktop running properly, you need to follow
5 these manual steps:
6
7 1) Enable the File Alteration Monitor.  See 'pkg_info -D fam' for more
8    information.  If you chose to use gamin instead of fam, you do not need
9    to take this step.
10
11 2) Enable the system dbus daemon.  In order to do that, copy the
12    ${PREFIX}/share/examples/rc.d/dbus script to /etc/rc.d and add
13    dbus=YES to your /etc/rc.conf file.
14
15 3) Enable the hal daemon if GNOME has been built with the hal option (the
16    default).  In order to do that, copy the ${PREFIX}/share/examples/rc.d/hal
17    script to /etc/rc.d and set hal=YES in your /etc/rc.conf file.
18
19 4) Enable the cups daemon if you installed it.  In order to do that, copy
20    the ${PREFIX}/share/examples/rc.d/{cupsd,slpd} scripts to /etc/rc.d and
21    set cupsd=YES and slpd=NO in your /etc/rc.conf file.
22
23 5) Set up the gnome-screensaver PAM service by creating the
24    /etc/pam.d/gnome-screensaver file.  You can use one of the files
25    in ${PREFIX}/share/examples/gnome-screensaver/pam.d as templates.
26
27 6) Optionally enable the Avahi DNS Service Discovery service if you
28    installed it.  In order to do that, copy the
29    ${PREFIX}/share/examples/rc.d/avahidaemon script to /etc/rc.d and set
30    avahidaemon=YES in your /etc/rc.conf file.
31
32 7) Optionally enable GDM (highly recommended).  Just copy the
33    ${PREFIX}/share/examples/rc.d/gdm script to /etc/rc.d and add
34    gdm=YES to your /etc/rc.conf file.
35
36 ===========================================================================