Installing KDE 4 on FreeBSD

Before you start, make sure that you have read the Preparation section.

Preparation

Installation

To install KDE 4.3 in its entirety, simply do the following as root:

# cd /usr/ports/x11/kde4 
# make install clean

Problems and Bug Reports

Before you send mail about problems, please make sure you don't send a duplicate report. Please search the archive of the kde-freebsd mailing list: http://mail.kde.org/pipermail/kde-freebsd.

Known Problems

Please, have a look here.

Tips and Tricks

Starting KDE 4

local_startup="${local_startup} /usr/local/kde4/etc/rc.d"
kdm4_enable="YES"

[Desktop Entry]
Encoding=UTF-8
Type=XSession
Exec=/usr/local/kde4/bin/startkde4
TryExec=/usr/local/kde4/bin/startkde4
Name=KDE4
Comment=The K Desktop Environment.

PATH=/usr/local/kde4/bin:$PATH
export PATH
startkde4

KDE4/Install (last edited 2009-11-16 22:02:43 by AlbertoVilla)