PDA

View Full Version : [ubuntu] Barebone installation help



nami
May 31st, 2008, 09:26 AM
Hi

I have just installed a barebone installation using the 10Mb Ubuntu mini cd. I have also installed enlightenment and can load it by typing startx. How do I install entrance as the login manager?

geo909
May 31st, 2008, 09:28 AM
Well I don't realy know but I guess that something like

sudo apt-get install entrance would work..
Did you try it?

nami
May 31st, 2008, 10:21 AM
Well I don't realy know but I guess that something like

sudo apt-get install entrance would work..
Did you try it?

Yes that was one of the first things I tried. It said that it "can't find package entrance".

geo909
May 31st, 2008, 12:26 PM
OK, sorry if I mention things obvious to you:

Maybe the package is on a repository that you don't have enabled. Did you check that? Can you also check that the package is named exactly "entrance"?

EDIT. After some googling I found this after a mini how to
about installing enlightenment packages in ubuntu:


To set entrance (E17's login manager) as the default we execute these commands:

$ cd /etc/X11
$ cp default-display-manager default-display-manager.bak
$ echo `which entranced` > default-display-manager
$ update-rc.d entrance start 99 2 3 4 5 . stop 01 0 1 6 .

If you have problems starting entrance (like I did) try this command:


$ echo /usr/local/lib >> /etc/ld.so.conf
$ ldconfig

Voila!

BUT! This is a very old guide. It talks about ubuntu 5.10! So if you will use it, do that 100% on your own risk, I just copy-pasted it and hdo not have the slightest idea what it does.

The guide was in Greek, so I don't give the link

geo909
May 31st, 2008, 12:38 PM
There's this one, too:


http://gopalarathnam.com/weblog/2006/11/20/getting-entrance-e17-display-manager-to-work-on-ubuntu.html

nami
May 31st, 2008, 12:57 PM
I think that is the main problem. I can't figure out which repository to add to my sources.list as I have everything currently enabled, which can only mean that I need to add a repository which is not already there.

Any ideas?

geo909
May 31st, 2008, 01:24 PM
Take a look at this (http://e17blog.tuxfamily.org/e17blog_en.php/post/2007/08/09/E17-repository-for-Ubuntu-Gutsy-Gibbon)

Have you installed enlightenment by compiling the source?
I understand that enlightenment and entrance should be on the same
repositories..

EDIT: There is a guy around here who seems to know many things about enlightenment stuff and ubuntu.
His name is "Rui Pais", maybe you should send him a message to tell him about your thread.

nami
May 31st, 2008, 01:48 PM
That is strange because without making any changes to the sources.list I was able to install enlightenment like so:

sudo apt-get install enlightenment

But it would not let me do:

sudo apt-get install entrance

I will check out the link

nami
May 31st, 2008, 02:29 PM
Thanks for the info, finally got it working. here are the basic steps if anyone is interested. But remember this is a barebone installation so most of the programs you're used to are missing which you are free to install later

get the barebone 10mb cd

install the barebone system by typing in cli

after the installation in finished, do the following

sudo apt-get update && sudo apt-get upgrade

wget http://lut1n.ifrance.com/repo_key.asc

sudo apt-key add repo_key.asc

deb http://e17.dunnewind.net/ubuntu hardy e17

sudo apt-get update

sudo apt-get install xorg xterm entrance e17

sudo /etc/init.d/entrance start

only problem i have having is that i don't have any resolution options, i am stuck at 800x600

geo909
May 31st, 2008, 02:51 PM
So, what was it, the repo, the key?
(Asking from curiosity)

nami
May 31st, 2008, 03:13 PM
Both the repo and key were missing.