diff options
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/gnome/MESSAGE | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-pkgs/gnome/MESSAGE b/meta-pkgs/gnome/MESSAGE new file mode 100644 index 00000000000..c3fedb7f98d --- /dev/null +++ b/meta-pkgs/gnome/MESSAGE @@ -0,0 +1,27 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1 2006/04/02 11:03:14 jmmv Exp $ + +In order to get the GNOME Desktop running properly, you need to follow +these manual steps: + +1) Enable the File Alteration Monitor. See 'pkg_info -D fam' for more + information. If you chose to use gamin instead of fam, you do not need + to take this step. + +2) Enable the system dbus daemon. In order to do that, copy the + ${PREFIX}/share/examples/rc.d/dbus script to /etc/rc.d and add + dbus=YES to your /etc/rc.conf file. + +3) Enable the cups daemon if you installed it. In order to do that, copy + the ${PREFIX}/share/examples/rc.d/{cupsd,slpd} scrips to /etc/rc.d and + set cupsd=YES and slpd=NO in your /etc/rc.conf file. + +4) Set up the gnome-screensaver PAM service by creating the + /etc/pam.d/gnome-screensaver file. You can use one of the files + in ${PREFIX}/share/examples/gnome-screensaver/pam.d as templates. + +5) Optionally enable GDM (highly recommended). Just copy the + ${PREFIX}/share/examples/rc.d/gdm script to /etc/rc.d and add + gdm=YES to your /etc/rc.conf file. + +=========================================================================== |