Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I've just installed enlightenment, but I can't figure out how to start it.
I know I have to shut down my current window manager (KDE), but when I get to the login menu I see no option for enlightenment to select. What file do I have to edit customize the login menu?
Just in case: is there an easier, or alternative, way of starting enlightenment?
type "which enlightenment" at the console without the quotes to find out exactly where the executable is then, ( this is in runlevel 3, skipping the graphical login manager):
xinit <path to enlightenment executable>
another method is to create a file called .xinitrc in your home folder ( if it does not already exist) and inside:
exec enlightenment
start the server with startx and whatever you specify in .xinitrc will be used.
Ok, I have that in my .xinitrc file. But on startup KDE comes up by default. How do I set it up so that on startup, it goes directly to enlightenment and not KDE? Is there a system init file I might need to edit?
If you don't have one, copy your .xinitrc to .xsession and choose 'default' as your window manager when you log in (if you are automatically logged in then you will need to log out back to (I assume) KDM first).
.xinitrc is the file for login from runlevel 3 and .xsession is used for display managers like KDM.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.