Results 1 to 10 of 10
I have just installed the Enlightment window manager. I type 'enlightenment' at the console, and a window comes up telling me that another window manager is already running, and that ...
- 11-25-2004 #1Linux Newbie
- Join Date
- Nov 2004
- Posts
- 166
Enlightment and Start-Up
I have just installed the Enlightment window manager. I type 'enlightenment' at the console, and a window comes up telling me that another window manager is already running, and that I will need to quit it before enlightment can start. How do I do this. It also says that it can edt my start-up files so that enlightment will start when I log on. I tell it to do this, but nothing happens. Whats wrong? Can anyone tell me how to edit these files manually? I'm very confused, but I really want enlightment to work!
Registered Linux User Number 373366
- 11-25-2004 #2Linux Newbie
- Join Date
- Nov 2004
- Posts
- 166
I managed to start Enlightment!!!
To do it i need to login in as failsafe, and then run 'enlightenment'
Does anybody know how to get it to login directly to enlightenment each time???
Actually getting it to do a text based login would be good too. Where it would ask for username and pass and then give me a shell. (basically what failsafe does but without me selecting failsafe, or starting X yet) Sorry it's confusing (it is to me) but i don't know how to explain it
Registered Linux User Number 373366
- 11-25-2004 #3Linux Engineer
- Join Date
- Sep 2003
- Location
- Knoxhell, TN
- Posts
- 1,078
just turn off the graphical login in the redhat config panel... or whatever it is they're using for configuring the system now...
Their code will be beautiful, even if their desks are buried in 3 feet of crap. - esr
- 11-25-2004 #4Linux Newbie
- Join Date
- Nov 2004
- Posts
- 166
i cannot for the life of me figure out how to turn it off. It only gives me 2 options. Standard and Graphical. Stardard is just graphical without the background...
Registered Linux User Number 373366
- 11-25-2004 #5Linux User
- Join Date
- Jul 2004
- Posts
- 256
Just edit your ~/.xinitrc to run the WM of your choice.
You might need to set your default runlevel to 3, if not, you'll have to find the config file for kdm or whatever graphical login program you use.--monkey
- 11-25-2004 #6Linux Newbie
- Join Date
- Nov 2004
- Posts
- 166
umm, to be honest, i have no idea of how to do that...
Registered Linux User Number 373366
- 11-25-2004 #7Linux Enthusiast
- Join Date
- Jun 2004
- Location
- Windsor, CO
- Posts
- 656
you can get it to boot into run-level 3 by editing the /etc/inittab file.
Just open it with a text editor, find the above line, and change the 5 into a 3, then save it and reboot.Code:id:5:initdefault:
Emotions are the key to the soul.
Registered Linux User #375050
- 11-25-2004 #8Linux Newbie
- Join Date
- Nov 2004
- Posts
- 166
ok, what does runlevel 3 do???
Registered Linux User Number 373366
- 11-26-2004 #9Linux Newbie
- Join Date
- Jul 2004
- Location
- Oklahoma City, OK
- Posts
- 232
Runlevel 3 runs all normal services except X.
A better option would be to just add Enlightenment to your sessions list. To do that, you need to find a directory called /xsessions. With Dropline on Slackware, it's at /usr/share/xsessions. However, in RedHat/Fedora, IIRC, it's somewhere in /etc or, possibly /etc/X11. You'll need to slocate it.
Once you figure out where the directory is located, you'll need to make a script to launch Enlightenment.
Open your favorite editor, as root, and copy the following:
Save that file to the /xsession directory as:Code:[Desktop Entry] Encoding=UTF-8 Name=Enlightenment Comment=This session logs you into BlackBox Exec=enlightenment # no icon yet, only the top three are currently used Icon= Type=Application
Finally, make it executable:Code:Enlightenment.desktop
Next time you go to GDM, select Enlightenment from the session manager and log in.Code:chmod a+x Enlightenment.desktop
OH NOOOOO!!!!!! You did it the way I said?
- 11-26-2004 #10Linux Newbie
- Join Date
- Nov 2004
- Posts
- 166
sweet, I'll give that a try!
Registered Linux User Number 373366


Reply With Quote
