KDE post-install steps

Carl Johnson carlj at peak.org
Sat Jul 3 04:29:00 UTC 2010


Chris Stankevitz <chrisstankevitz at yahoo.com> writes:

> Installation instructions for GNOME and KDE:
>  http://www.freebsd.org/gnome/docs/faq2.html#q1
>  http://freebsd.kde.org/instructions.php
>
> GNOME:
>  1. cd /usr/ports/x11/gnome2, make install clean
>  2. Add 'gnome_enable="YES"' to rc.conf
>
> KDE:
>  1. cd /usr/ports/x11/kde4, make install clean
>  2. [none listed]
>
> Q: Does KDE installation have a "Step 2"?
>
Others have mentioned ways of enabling KDE4, but I just added the
following two lines to /etc/rc.conf:
  local_startup="/usr/local/etc/rc.d /usr/local/kde4/etc/rc.d"
  kdm4_enable="YES"

Or you can omit the local_startup line if you do a:
  ln -s /usr/local/kde4/etc/rc.d/kde4 /usr/local/etc/rc.d/

The local_startup wouldn't be necessary if the startup script were put
in /usr/local/etc/rc.d where it should be.
-- 
Carl Johnson		carlj at peak.org



More information about the freebsd-questions mailing list