Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
enlightenment iconbar
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
tomboy
n00b
n00b


Joined: 24 Oct 2002
Posts: 28

PostPosted: Tue Nov 05, 2002 2:15 pm    Post subject: enlightenment iconbar Reply with quote

I tried to add an iconbar to enlightenment0.17
Like it is descibed here :

Iconbar

Make a copy of a script for iconbar in your home/bin directory.

$ cp /usr/local/share/enlightenment/data/scripts/build_iconbar_db.sh ~/bin

Make .e_layout directory in default directory, and run the script to create the .db file that will make the iconbar appear:

$ cd ~/.e/desktop/default/
$ mkdir .e_layout
$ cd .e_layout
$ build_iconbar_db.sh . (Don't forget adding . )

If you want to change the iconbar, open ~/bin/build_iconbar_db.sh and edit as you like. This is an example.

....
....
setup

icon $SYSIC"/gnome-term.png" "Eterm"
icon $SYSIC"/gnome-emacs.png" "xemacs"
icon $SYSIC"/netscape.png" "mozilla"
icon $SYSIC"/gnome-irc.png" "xchat"
icon $SYSIC"/gnome-gimp.png" "gimp"
icon $SYSIC"/gnome-audio2.png" "xmms"

If you don't get an iconbar, just quit and restart E17.

But there is no iconbar after all!
what can i do?

greetingz, tomboy
Back to top
View user's profile Send private message
enesideme
n00b
n00b


Joined: 20 Apr 2002
Posts: 46
Location: france

PostPosted: Wed Nov 06, 2002 8:31 am    Post subject: Reply with quote

try this way:

enesideme wrote:
I've allready indicated the right way to have iconbar working

Quote:
you can use first iconbar_left.bits.db (you will find it in /usr/e17/share/enlightenment/data/iconbar/) cp it in your home directory:
~/.e/desktop/default/.e_layout/ you will have to create these directories

then cp /usr/e17/share/enlightenment/data/scripts/build_iconbar_db.sh to your home directory

important or it won't work edit this script and comment the second and the last line i.e:

#BIT=$1"/iconbar.bits.db"
#cp -f $PREFIX"/share/enlightenment/data/iconbar/iconbar_left.bits.db"

you can add lines like that "icon $SYSIC"/gnome-x.png" "x"

then sh build_iconbar_db.sh ~/.e/desktop/default/.e_layout


Quote:
i just want to add that after running the script a file named iconbar.db is created you can edit it with edb_gtk_ed to add or remove icons or edit the script to create a new iconbar.db


it really works you just have to restart enlightenment each time you run the script
Back to top
View user's profile Send private message
tomboy
n00b
n00b


Joined: 24 Oct 2002
Posts: 28

PostPosted: Fri Nov 08, 2002 8:43 am    Post subject: its don't workin' Reply with quote

I try it and try it but won't work!!!!
Back to top
View user's profile Send private message
darktux
Veteran
Veteran


Joined: 16 Nov 2002
Posts: 1086
Location: Coimbra, Portugal

PostPosted: Sat Jan 04, 2003 5:08 pm    Post subject: Reply with quote

Didn't worked for me either. Using:

Latest version available: 0.17.20021224
Latest version installed: 0.17.20021224
_________________
Lego my ego, and I'll lego your knowledge

www.tuxslare.org - My reborn website :P
Back to top
View user's profile Send private message
vers_iq
Apprentice
Apprentice


Joined: 18 May 2002
Posts: 264

PostPosted: Sat Jan 04, 2003 5:38 pm    Post subject: Reply with quote

This is message i sent to furrythugs when he asked me about e17
Quote:
i dont know how tiny that u meant by "tiny" but does it looks tiny to you?

Since u managed to get 1224 to installed, there are things that u need to do, create
Code:
$HOME/.e/desktop/0/.e_layout

This is where all the configs db are stored.

to create your own menu , copy
Code:
$PREFIX/share/enlightenment/data/scripts/build_app_menu_db.sh
into $HOME/.e/behavior, modify the script and run it and restart enlightenment (ctrl-alt-end). Actually there is an easy way, just run
Code:
med


to change background u need db image file which u can use ebony to create it an copy/link it to
Code:
$HOME/.e/desktop/0/.e_layout/background.db
for example link any of these backgrounds from $PREFIX/share/enlightenment/data/background to $HOME/.e/desktop/0/.e_layout/background.db

to create and iconbar copy
Code:
$PREFIX/share/enlightenment/data/scripts/build_iconbar_db.sh
to anywhere u like, modify it and run
Code:
./build_iconbar_db.sh $HOME/.e/desktop/0/.e_layout


last thing, $HOME/.e/desktop/0 is defined as your first desktop that means your can have entirely different desktop creates under $HOME/.e/desktop/1 including menu, background, iconbar etc.. But if u like to have desktops with the same looks just symlink 0 to 1
Code:
shelt@localsystem pty/s0 desktop $ ls -l
total 12
drwxr-xr-x    3 shelt    shelt        4096 Jan  2 16:40 .
drwxr-xr-x    6 shelt    shelt        4096 Jan  2 16:25 ..
drwxr-xr-x    5 shelt    shelt        4096 Jan  2 16:26 0
lrwxr-xr-x    1 shelt    shelt           1 Jan  2 16:39 1 -> 0
lrwxr-xr-x    1 shelt    shelt           1 Jan  2 16:39 2 -> 0
lrwxr-xr-x    1 shelt    shelt           1 Jan  2 16:39 3 -> 0
lrwxr-xr-x    1 shelt    shelt           1 Jan  2 16:39 4 -> 0
lrwxr-xr-x    1 shelt    shelt           1 Jan  2 16:39 5 -> 0
lrwxr-xr-x    1 shelt    shelt           1 Jan  2 16:39 6 -> 0
lrwxr-xr-x    1 shelt    shelt           1 Jan  2 16:40 7 -> 0
lrwxr-xr-x    1 shelt    shelt           1 Jan  2 16:40 8 -> 0


I hope it helps.
_________________
"You know the world is going crazy when the best rapper is a white guy, the best golfer is a black guy, the Swiss hold the America's cup, France accusing the US of arrogance and Germany doesn't want to go to war."
Back to top
View user's profile Send private message
HandyAndE
n00b
n00b


Joined: 09 Dec 2002
Posts: 34
Location: Edinburgh UK

PostPosted: Sun Jan 19, 2003 2:14 pm    Post subject: Reply with quote

if it is still not working then remember to copy

/usr/e17/share/enlightenment/data/layout/desktop.bits.db

to the same directory as the iconbar files.

Andy

(check e1x.codewordt.co.uk -> e17)
_________________
EFan && GentooFan
Back to top
View user's profile Send private message
paulisdead
Guru
Guru


Joined: 10 Apr 2002
Posts: 510
Location: Seattle, WA

PostPosted: Wed Jan 22, 2003 12:34 am    Post subject: Reply with quote

I can't seem to get the iconbar working with 20030111-r1, and I've done "./build_iconbar_db.sh $HOME/.e/desktop/0/.e_layout"
I don't get any errors when running it.

BTW, thanks vers_iq, your tips helped me get my background changed and modify my menu.
Back to top
View user's profile Send private message
HandyAndE
n00b
n00b


Joined: 09 Dec 2002
Posts: 34
Location: Edinburgh UK

PostPosted: Wed Jan 22, 2003 1:10 pm    Post subject: Reply with quote

do you have both iconbar files and a layout file in that dir?
_________________
EFan && GentooFan
Back to top
View user's profile Send private message
paulisdead
Guru
Guru


Joined: 10 Apr 2002
Posts: 510
Location: Seattle, WA

PostPosted: Thu Jan 23, 2003 7:53 am    Post subject: Reply with quote

Actually I found I was lacking the layout.db file and got it up and running. I found one in the default desktop folder, but it was too small for any icons to fit on it, just a couple arrows. I grabbed an icon bar off of cuddletech and finally got it working.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum