You can install as many DE's as you please, see
https://wiki.mageia.org/en/Desktop_environmentsYou do not need to be root to customise a desktop environment. Most customisation is carried out as a user in your home directory. (maybe e17 is the exception?)
If you did need to customise something as root there is no need to log in as root user to do it. All you have to do is open up a terminal window and enter
- Code: Select all
su -
(Note the '-' It is important)
You will then be operating the terminal as root user and can open up any graphical application you please as root user from within the terminal.
It is not impossible to log in as root with Mageia. It is just deliberately made difficult in order to stop people with too little knowledge doing it and potentially either screwing up their computer, or else leaving their computer open to attack over the internet. (Google for why logging in as root in linux is a bad idea and you will find plenty of opinions.)
If you really want to log in as root then this is how to do it.
Log out of your desktop.
Enter Ctl+Alt+F2 to get a console
Log in as root
Enter
- Code: Select all
service dm stop
startx
You will then be in a graphical desktop (probably IceWM) running as root user. The desktop background will be bright red to let you know this is not something you should really be doing. On logging out of the root desktop enter
- Code: Select all
service dm start
and you will return to your regular login screen.