KDE4_enable="YES"?

My computer is now installing KDE4(writing from my girlfriends computer) and in the Freebsd handbook it says, about gnome that you have to write "gnome_enable="YES"" to make it the default desktop.
What About KDE4????
Do I just write "KDE4_enable="YES""

I don't want to type startx everytime I want to use KDE. I just want it to start automatically like you can do with Gnome.
 
If you edit /etc/ttys , and change the line that says
Code:
ttyv8 "/usr/local/bin/xdm -nodaemon" xterm off secure
to
Code:
ttyv8 "/usr/local/kde4/bin/kdm -nodaemon" xterm on secure

Then try kill -s HUP 1 and see what happens.
 
He said he didn't want to use startx, though. Setting up a login manager seems more "automatic". :)
 
All you need for KDE in is:

Code:
dbus_enable="YES"
hald_enable="YES"

...in your rc.conf.

You still need to login somehow. It would be very very very bad security to automatically boot into a KDE session. So please use either a login manager (kdm, xdm, gdm, etc) or run startx manually.
 
Though, mind you - if some unknown third person with malicious intent were to sit down at my home desktop, my first worry wouldn't be if they could get into my user account.

(In other words, they'd have broken the hardware-based security system I use - probably the "window"-aspect of my "private house"-solution. And knowing the typical profile of those intrusions, they'd probably be off with the PC instead of logging onto it.)
 
Djn said:
And knowing the typical profile of those intrusions, they'd probably be off with the PC instead of logging onto it.)

That way they have easy access to your data from the comfort of their own home/hideout/cave... ;)

sim
 
Back
Top