Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
engage build_icon.sh ?
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
wallace1819
Apprentice
Apprentice


Joined: 17 Aug 2002
Posts: 195
Location: VT

PostPosted: Mon Feb 21, 2005 9:58 pm    Post subject: engage build_icon.sh ? Reply with quote

I just updated engage to engage-0.0.9.20050220 and the /usr/share/engage/build_icon.sh script to add icons is gone. Is there a new way to add apps to engage now?

Wally
_________________
--


@XXXXXX{====================>
They that can give up essential liberty to obtain a little
temporary safety deserve neither liberty nor safety.

- Benjamin Franklin, 1755
Back to top
View user's profile Send private message
Teetante
Guru
Guru


Joined: 02 Mar 2004
Posts: 515
Location: Oldenburg/Germany

PostPosted: Mon Feb 21, 2005 10:18 pm    Post subject: Reply with quote

Have a look at
https://forums.gentoo.org/viewtopic-t-286617-highlight-.html. I explained how to setup engage icons there.
_________________
ICQ #81510866 - http://the-gay-bar.com - MSN tante@emptiness.de
Occam's Razor:
-"Entia non sunt multiplicanda praeter necessitatem."-
Back to top
View user's profile Send private message
Darkael
Veteran
Veteran


Joined: 10 Aug 2004
Posts: 1321
Location: France

PostPosted: Mon Feb 21, 2005 10:19 pm    Post subject: Reply with quote

Hi, I don't know if it's the same script, but I have a build.sh in /usr/share/enlightenment/data/other/icon_example.tar.gz, which is in the x11-wm/e package and can be used to make engage icons. Here's the content of the script:
Code:

#!/bin/sh

# actually compile a edje file with all the gfx etc.
edje_cc $@ -id . -fd . icon.edc icon.eapp

# add eapp properties to the file - they are ALL optional EXCEPT name and exe
# and exe is optional for directory .eapp files
enlightenment_eapp \
icon.eapp \
-set-name "Application Name" \
-set-generic "Generic name" \
-set-comment "Comment on what this application does" \
-set-exe "execute_line" \
-set-win-name "window_name" \
-set-win-class "window_class"

[EDIT]
There is some infos on how to use this script to build engage icons here:
http://lude.net/edocs/configuration.htm
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