If you search LQ Mandriva posts you may find the following information:
Quote:
Go to "ETC/KDE/KDM" open the file KDMRC and change (Allowrootlogin=false) to
(Allowrootlogin=true)
|
If you feel you must make this change, Log in as a regular user. Open a terminal window. Type su followed by the Enter key
. Your root password will then be required. Type it in followed by the Enter key. Enter the following command to open the File Manager:
Code:
konqueror -profile filemanagement
Note: This File Manager session is running as a root session. Be careful! Navigate to /etc/kde/kdm Open /etc/kde/kdm/kdmrc with the text editor of your choice. You can use kwrite, kedit, or kate. They will all work OK. Edit the line
Code:
Allowrootlogin=false
to read
Code:
Allowrootlogin=true
This should make it possible to log in as root in a KDE session.
Having provided these diredtions, I feel the need to question the wisdom of logging in as root to a GUI session. If all you want to do is install Firefox, why not use a Mandriva RPM package? Then you can direct the KDE filemanager to open the file with the software installer. The software installer will ask your root password, then install the package. You can also get the java runtime or SDK in an rpm file from SUN. All you have to do is make the package you download executable with:
Code:
chmod +x JavaPackageName
then execute the archive with:
then install the rpm as previously directed.
It may seem more dificult to work wothout logging in as root to do things, but it is much safer, and when you consider the time and effort required to log out then in as root, do admin stuff, log out then in as regular user, it may well be faster.
Please do not misunderstand me. You are free to work as root if that is how you want to run your system. My only objective here is to make sure you understand that doing so weakens your systems security, making it more vulnerable to attack.
HTH,