On Thu, 29 May 2003, ricardoa wrote:

>       
>       Hi friend...
> 
> 
>       I'm a new user this list, i'm from Brazil...
> 
>       Well, first basic question.
> 
>       How i insert icon in the desktop!?


This is not considered to be a basic question I believe. The answer is:

I used this recipe to put icons on my desktop:
 
 in your ~/.enlightenment/themes/whatever_theme/
 
 you'll find imageclasses.cfg which add something like:
 
 ----------------
 __ICLASS __BGN
         __NAME ICONBAR_MYPC
         __NORMAL "buttons/images/xterm.png"
         __HILITED "buttons/images/xterm2.png"
         __CLICKED "buttons/images/xterm3.png"
 __END
 -----------------
 and you have to place the png icon files in 
 ~/.enlightenment/themes/whatever_theme/buttons/images/  folder
 
 then in your ~/.enlightenment/themes/whatever_theme/
 add to buttons.cfg the following:
 
 -------------------
 __BUTTON __BGN
   __NAME ICONBAR_XTERM
   __ICLASS ICONBAR_XTERM
   __ACLASS ICONBAR_XTERM
     __KEEP_ON_TOP __OFF
     __USE_SIZE_OF_IMAGE __ON
     __MAKE_STICKY __OFF
     __SHOW_BY_DEFAULT __ON
   __X_ORIGIN 0
   __Y_ORIGIN 0
   __X_PERCENTAGE 224
   __X_ABSOLUTE 0
   __Y_PERCENTAGE 1024
   __Y_ABSOLUTE -64
 __END
 ---------------- 
 
 then finally  ~/.enlightenment/themes/whatever_theme/
 add to actionclasses.cfg the following:
 
 -----------------------
 __ACLASS __BGN
         __NAME ICONBAR_MYPC
         __TOOLTIP_TEXT "DESKTOP ICON"
         __TYPE __TYPE_NORMAL
         __TOOLTIP_ACTION_TEXT "My Xterm"
         __BUTTON 1
         __EVENT __MOUSE_RELEASE
         __ACTION __A_EXEC xterm
 __END
 ------------------------
 
 and you'll be done with it!
 


>       Other, and my Userr Application List, just have 5 elements. This  is 
> correct!? In the User Menu, have GNOME, but i'm don't have gnome, just kde.
> 
>       Sorry, but my inglish is so bad...
> 
>       Tks for all.
> 



Use these tools to generate your KDE Menus

 menuConvert_SystemToE 0.1.4 - converts gnome and kde menus to E menus.
 http://proper.simreg.net/site/software1.shtml
 
 e16 Menu Edit - GUI for editing E menus [This is indispensible]
 http://www.sarcastic-bastard.com/media/e16menuedit-0.1.tar.gz


Before asking questions, you might wanna check the archives at 
                  
http://sourceforge.net/mailarchive/forum.php?forum_id=810

to see if other people have asked the same questions before. The 
questions you just 
asked appeared in previous postings.


regards,
Didier


---
PhD student

Singapore Synchrotron Light Source (SSLS)
5 Research Link,
Singapore 117603

Email: [EMAIL PROTECTED] or [EMAIL PROTECTED]
Website: http://ssls.nus.edu.sg






-------------------------------------------------------
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
enlightenment-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to