- 论坛徽章:
- 0
|
http://mail.kde.org/pipermail/kde-freebsd/2008-July/003006.html
http://i386.miwibox.org/
FreeBSD KDE4 Installation
Before you start, make sure that you have read the Preparations section.
Preparation
Make sure you have a fresh ports tree
Make sure your ports are all up to date [http://www.freebsd.org/doc/en_US ... handbook/ports.html]
Make sure multimedia/libxine is built with xcb support
To avoid loosing KDE3 configuration files, make sure to backup $HOME/.kde, $HOME/.config, $HOME/.cache, and $HOME/.local.
KDE4 requires Qt 4.4.0. You have to update all your qt-4.3.4 packages before installing KDE4 (see Installation instructions). Please note that some qt4-dependent applications don't work well with qt-4.4.0 (net-im/psi, devel/qsvn, ???)
Installation
We build packages for AMD64 / I386 7.0 and 8.0. You can install KDE4 in two ways,
I) via a pre-compiled package
Deinstall all your qt4 packages:
pkg_delete -f qt4-\*
Install KDE4 packages:
pkg_add -r http://packages.miwibox.org/beta2/${ARCH}/${REL}/ALL/kde4-4.0.83.tgz
and (There is a small error in the last test package. It will be fixed with the next package build)
pkg_add -r http://packages.miwibox.org/beta2/${ARCH}/${REL}/ALL/kdebase-runtime-4.0.83.tgz
II) via the ports system
Fetch following tar file [http://packages.miwibox.org/beta2/kde4.tar.bz2] and extract this in your portstree.
Update your qt4 packages:
portmaster qt4
or
portupgrade qt4
Install KDE4:
portmaster x11/kde4
or
portupgrade -N x11/kde4
If you want minimal kde4 installation you need kdebase-runtime-4.0.83 and kdebase-4.0.83 packages.
Problem and Bug Reports
Before you send mail about problems, please make sure you don't send a duplicate report.
Please search our kde-freebsd mailingelist. [http://mail.kde.org/pipermail/kde-freebsd/] (That helps us more).
Known Problems:
Phonon has problems with OSS support. If you have no sound in KDE session please
change the default backend from xine to gstreamer. (Run systemsettings, go to sound/backend)
kdepim3 from kde4 can't coexist with kdepim3 currently. (We will fix that with the next Call for Testing)
kopete/jabber can't connect to the server [http://bugs.kde.org/show_bug.cgi?id=166679]
kdewebdev4 can't coexist with kdewebdev3 due to dependencies conflict. To solve conflict
deinstall www/tidy port and install www/tidy-lib
Tips and Tricks
ATI/Nvidia Peformance
We know about bad performance problems. So, before you flame,
please a look here: [http://techbase.kde.org/User:Lemma/GPU-Performance]
Starting KDE4
Using KDM.
You can use your kdm from KDE3 to start KDE4 session. Create kde4.desktop file with the following content:
[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.
and put it under /usr/local/share/apps/kdm/sessions/ . Now you can choose KDE4 from the session list of kdm.
Using xinit.
Add following lines to ~/.xinitrc file:
PATH=/usr/local/kde4/bin:$PATH
export PATH
startkde4
Run xinit as usual.
[ 本帖最后由 BugsMusic 于 2008-7-18 01:01 编辑 ] |
|