Jump to content

How to install a KDE desktop on FreeBSD ?


Recommended Posts

Hello Metin2dev user,

 

todqsay i´m want to show you how to install a Desktop on you Freebsd maschine, with KDE-Desktop,

 

 

First you must be install XORG to run the Desktop,

 

Put in you maschine:

cd /usr/ports/x11/xorg && make install clean

This Proces can have a time from 1 hour up to 4 Hour´s...

 

 

When it finish you must install KDE Software with this code:

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

This Proces can have a time from 1 hour up to 4 hour´s.

 

When that Proces is finished you must edit you config with dies command:

/etc/rc.conf

you add new lines with this format:

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

When that is gfinished make a reboot and you desktop is finished creat :) 

  • Love 1
Link to comment
Share on other sites

i think compiling from ports takes ages...

its faster to install it via package manager:

pkg_add -r xorg

pkg_add -r kde4

 

thanks anyway :)

Yes this easy and correct way.

 

 My Gnome2 installation thread here :

 

http://metin2dev.org/board/topic/405-freebsd-gnome2-installation-remote-connect/

Edited by Mehti
  • Love 1
Link to comment
Share on other sites

  • 1 year later...

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.