How to install LXDE to FEDORA20
Hi, i tried to install it, but i have a grub rescue error. I have done : sudo yum install @lxde-desktop, or something like that. Any solution ? Thanks !
Hi, i tried to install it, but i have a grub rescue error. I have done : sudo yum install @lxde-desktop, or something like that. Any solution ? Thanks !
Hi
Install the LXDE desktop
To install the lxde desktop system run the following command in the terminal
$ sudo yum install @lxde-desktop
or
$ sudo yum groupinstall lxde-desktop
This will install the LXDE desktop. After the installation just logout. On the login page under the Sessions option there shall be an entry for LXDE Desktop. Setup the LXDM display manager
The login page that comes up is either GDM or KDM. Since you switched to the LXDE desktop system you might as well want to switch the display manager to LXDM (which is again faster than GDM or KDM but provides the same functionality).
Edit the /etc/sysconfig/desktop
file
$ sudo leafpad /etc/sysconfig/desktop
Add the following line to it
DISPLAYMANAGER=/usr/sbin/lxdm
Save and close. Now restart Fedora and the login page that comes up would be LXDM and it should be much faster.
Oh, it's easy, just run 'sudo yum install -y @lxde', all are OK!
To correct your grub2 configuration, please read this page:
http://fedoraproject.org/wiki/Grub2
It should have nothing to do with the lxde installation at all.
Asked: 2013-12-24 16:17:06 -0600
Seen: 14,437 times
Last updated: Dec 29 '13
We need to know exactly what you've done. What grub errors are you getting? Please edit and update the question with more information for us.