Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Other Community Discussions > Tutorials & Tips
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Ubuntu 9.10 is out!!!

When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu.

The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely.

Tutorials & Tips
The place to find Ubuntu related Tips & Tricks.

 
Thread Tools Display Modes
Old March 15th, 2005   #1
bobmitch
Ubuntu Espresso Roast
 
bobmitch's Avatar
 
Join Date: Feb 2005
Location: Perth, Scotland
Beans: 207
Ubuntu 7.04 Feisty Fawn
Send a message via MSN to bobmitch
HOWTO: Install and tweak E17 Enlightenment

NOTE: 1(and maybe more) of the mentioned repositories doesn't exist at this current time.


QUICK AND DIRTY E17 HOWTO


Add the following line to /etc/apt/sources.list:

Code:
deb http://soulmachine.net/debian unstable/
Add the following lines to /etc/apt/preferences
(If this file doesn`t exist, create it.)
(Don't know how necessary it is, but it worked for me.)

Code:
Package: enlightenment
Pin: version 0.17.0_pre10*
Pin-Priority: 999

Package: enlightenment-data
Pin: version 0.17.0_pre10*
Pin-Priority: 999
Create a file called e17.desktop in /usr/share/xsessions/
Add the following lines to this file:

Code:
[Desktop Entry]
Encoding=UTF-8
Name=e17
Comment=
Exec=enlightenment
Icon=
Type=Application
Using synaptic, install the following packages:

Code:
enlightenment        0.17.0_pre10-0cvs20050216
enlightenment-data    0.17.0_pre10-0cvs20050216
eutils            0.0.1-0cvs20050215
E17 should now be available as a session from the gnome login screen.

Once in E17, the following commands are useful:

Code:
enlightenment_remote -module-load flame    - Loads the flame module. :D
enlightenment_remote -module-load snow    - Loads the snow module.
e17setroot -s <imagename>        - Loads image, and scales to backdrop.
(type e17setroot on it's own for other options)
Once you have loaded a few backgrounds to test with, you can select them easily using the emblem E17 background selection tool, as all .eet files created with e17setroot are automatically stored in $HOME/.e/e/background/
(Just type emblem in the terminal)

This is a great resource.

Hope this helps, apologies for any errors.
__________________
bobmitch@gmail.com
pics

Last edited by ComplexNumber; June 23rd, 2007 at 07:47 PM..
bobmitch is offline   Reply With Quote
Old March 15th, 2005   #2
macewan
Way Too Much Ubuntu
 
Join Date: Nov 2004
Location: North America
Beans: 281
Ubuntu 7.04 Feisty Fawn
Send a message via Skype™ to macewan
Re: HOWTO: Install and tweak E17 Enlightenment

I was just getting ready to give it a try - thanks.


I'll be darned - it worked. This is engage running right after an apt-get.

Last edited by macewan; March 15th, 2005 at 09:32 PM..
macewan is offline   Reply With Quote
Old March 15th, 2005   #3
bored2k
Skinny Extra Sweet Ubuntu
 
bored2k's Avatar
 
Join Date: Feb 2005
My beans are hidden!
Re: HOWTO: Install and tweak E17 Enlightenment

It worked [yay @]

Now how do I edit the menus and the bar ? [like removing KDE terminal from favorite menus and adding mine, etc] ?
__________________
Sylvia: Look at what you've done to him!
Christof: I have given Truman the chance to lead a normal life. The world, the place you live in, is the sick place.
bored2k is offline   Reply With Quote
Old March 16th, 2005   #4
bobmitch
Ubuntu Espresso Roast
 
bobmitch's Avatar
 
Join Date: Feb 2005
Location: Perth, Scotland
Beans: 207
Ubuntu 7.04 Feisty Fawn
Send a message via MSN to bobmitch
Re: HOWTO: Install and tweak E17 Enlightenment

Quote:
Originally Posted by bored2k
It worked [yay @]

Now how do I edit the menus and the bar ? [like removing KDE terminal from favorite menus and adding mine, etc] ?
This is a quick guide to menu/launcher editing - but I haven`t done extensive testing. If all is well, I`ll add this to the howto. It deals mainly with creating entries, but will show the path to removing entries as well, using the .order files.

First off, launch the application you want to create an 'icon' for.

Click the top left corner (but not the border!) with the left mouse button and select "Create Icon". Note that you need e_utils (which needs e17/libs/engrave) installed in order for this to work. (You should have this package installed already if you followed the howto.)

An .eapp file will be created and moved to ~/.e/e/applications/all.

Next, you need to add this .eapp file to the relevant .order file. These order files are what e17 parses when starting the apps, and are stored in the following directories:

Code:
iBar: ~/.e/e/applications/bar
E17 menu: ~/.e/e/applications/favourite
Engage: ~/.e/e/applications/engage
Here's and example iBar .order file:

Code:
firefox.eapp
xmms.eapp
engage.eapp
entice.eapp
evidence.eapp
Note that you can also create subdirectories for the menu. Simply make directories within ~/.e/e/applications/favourite and create .order files in each one of them.

Here's an example:
assuming that you have the following directories

Code:
~/.e/e/applications/favourite/music
~/.e/e/applications/favourite/web
you can make a ~/.e/e/applications/.order which contains the following text:

Code:
terminal.eapp
music
web
This would create a menu that first shows the terminal icon and then has 2 directories - music and web. Following this system you'll also need to create .order files in those directories to select what .eapp files to have and in what order you want them to be in.


If you don`t want to create your own icons - the author of engage has a ton of them rolled already for your pleasure here .

Note, that this has been heavily lifted from the site I linked to in the howto - but I`ve parsed it and packaged nicely for my fellow Ubuntians.

Good luck, and let us know if it works.
__________________
bobmitch@gmail.com
pics

Last edited by bobmitch; March 16th, 2005 at 04:31 AM..
bobmitch is offline   Reply With Quote
Old March 16th, 2005   #5
bored2k
Skinny Extra Sweet Ubuntu
 
bored2k's Avatar
 
Join Date: Feb 2005
My beans are hidden!
Re: HOWTO: Install and tweak E17 Enlightenment

Quote:
Originally Posted by bobmitch
This is a quick guide to menu/launcher editing - but I haven`t done extensive testing. If all is well, I`ll add this to the howto. It deals mainly with creating entries, but will show the path to removing entries as well, using the .order files.

First off, launch the application you want to create an 'icon' for.

Click the top left corner (but not the border!) with the left mouse button and select "Create Icon". Note that you need e_utils (which needs e17/libs/engrave) installed in order for this to work. (You should have this package installed already if you followed the howto.)

An .eapp file will be created and moved to ~/.e/e/applications/all.

Next, you need to add this .eapp file to the relevant .order file. These order files are what e17 parses when starting the apps, and are stored in the following directories:

Code:
iBar: ~/.e/e/applications/bar
E17 menu: ~/.e/e/applications/favourite
Engage: ~/.e/e/applications/engage
Here's and example iBar .order file:

Code:
firefox.eapp
xmms.eapp
engage.eapp
entice.eapp
evidence.eapp
Note that you can also create subdirectories for the menu. Simply make directories within ~/.e/e/applications/favourite and create .order files in each one of them.

Here's an example:
assuming that you have the following directories

Code:
~/.e/e/applications/favourite/music
~/.e/e/applications/favourite/web
you can make a ~/.e/e/applications/.order which contains the following text:

Code:
terminal.eapp
music
web
This would create a menu that first shows the terminal icon and then has 2 directories - music and web. Following this system you'll also need to create .order files in those directories to select what .eapp files to have and in what order you want them to be in.


If you don`t want to create your own icons - the author of engage has a ton of them rolled already for your pleasure here .

Note, that this has been heavily lifted from the site I linked to in the howto - but I`ve parsed it and packaged nicely for my fellow Ubuntians.

Good luck, and let us know if it works.
5 am here, Im trying to read this but all I can see on my screen are sleepy sheeps getting clubbed to death by penguins. zZzZzz

Will ASAP.
__________________
Sylvia: Look at what you've done to him!
Christof: I have given Truman the chance to lead a normal life. The world, the place you live in, is the sick place.
bored2k is offline   Reply With Quote
Old March 16th, 2005   #6
macewan
Way Too Much Ubuntu
 
Join Date: Nov 2004
Location: North America
Beans: 281
Ubuntu 7.04 Feisty Fawn
Send a message via Skype™ to macewan
Cool Re: HOWTO: Install and tweak E17 Enlightenment

sweet - the bar is themeable(sp) also

mkdir ~/.e/apps/engage/themes/
cd ~/.e/apps/engage/themes/
wget http://edevelop.org/errand/packages/themes/gant/apps/engage/gant_engage-0.0.6.eet

now right click on engage, select config* & choose the gant theme-n-apply


http://www.macewan.org/screenshots/Engage.png
macewan is offline   Reply With Quote
Old March 17th, 2005   #7
lizardking
Way Too Much Ubuntu
 
lizardking's Avatar
 
Join Date: Jan 2005
Location: Signa, Florence
Beans: 261
Hardy Heron (Ubuntu Development)
Send a message via ICQ to lizardking Send a message via MSN to lizardking Send a message via Yahoo to lizardking Send a message via Skype™ to lizardking
Re: HOWTO: Install and tweak E17 Enlightenment

This HOW TO works also ion Warty?
lizardking is offline   Reply With Quote
Old March 17th, 2005   #8
bobmitch
Ubuntu Espresso Roast
 
bobmitch's Avatar
 
Join Date: Feb 2005
Location: Perth, Scotland
Beans: 207
Ubuntu 7.04 Feisty Fawn
Send a message via MSN to bobmitch
Re: HOWTO: Install and tweak E17 Enlightenment

Quote:
Originally Posted by lizardking
This HOW TO works also ion Warty?
I haven`t been able to test this - but I would have thought it would work better on Warty than Hoary at the moment.

NB. I am on Hoary.
__________________
bobmitch@gmail.com
pics
bobmitch is offline   Reply With Quote
Old March 17th, 2005   #9
kleeman
Grande Half-n-Half Cinnamon Ubuntu
 
kleeman's Avatar
 
Join Date: Nov 2004
Location: Nyack NY USA
Beans: 961
Ubuntu 9.10 Karmic Koala
Re: HOWTO: Install and tweak E17 Enlightenment

Doesn't work on Warty I'm afraid to report. Dependency problems when synaptic tries to install the packages....Bummer it looks really interesting
kleeman is offline   Reply With Quote
Old March 17th, 2005   #10
bobmitch
Ubuntu Espresso Roast
 
bobmitch's Avatar
 
Join Date: Feb 2005
Location: Perth, Scotland
Beans: 207
Ubuntu 7.04 Feisty Fawn
Send a message via MSN to bobmitch
Re: HOWTO: Install and tweak E17 Enlightenment

Quote:
Originally Posted by kleeman
Doesn't work on Warty I'm afraid to report. Dependency problems when synaptic tries to install the packages....Bummer it looks really interesting
I`m pretty surprised - do you have any esoteric stuff from universe installed? As far as I know, the .deb package was made for a vanilla debian based system.
__________________
bobmitch@gmail.com
pics
bobmitch is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 10:23 AM.


vBulletin ©2000 - 2009, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. lingonberry