A background dir isn't a theme dir tho.

dan

On Sun, 2005-05-15 at 15:05 +0800, Stafford Horne wrote:
> Hello, 
> 
> I have done some work on exporting all of the paths through IPC.
> 
> These are the current paths.  
> E_Path *path_data    = NULL;
> E_Path *path_images  = NULL;
> E_Path *path_fonts   = NULL;
> E_Path *path_themes  = NULL;
> E_Path *path_init    = NULL;
> E_Path *path_icons   = NULL;
> E_Path *path_modules = NULL;
> 
> Implementation:
> The search path is now implemented by using two evas lists, one for
> hardcoded directories and one for user directories.  The user
> directories are stored in e_config and can be manipulated through IPC
> (enlightenment_remote). The user directory of an E_Path is a reference
> to the path in e_config and should be associated while initializing a
> new E_Path.
> 
> example commands:
> 
> -theme-dirs-list
> -theme-dirs-remove  <OP>
> -theme-dirs-append  <OP>
> -theme-dirs-prepend <OP>
> 
> [EMAIL PROTECTED] bin]$ enlightenment_remote -display :0.0 -theme-dirs-list
> REPLY: BEGIN
> REPLY: THEME DIR="/home/shorne/.e/e/themes"
> REPLY: THEME DIR="/home/shorne/.e/e/backgrounds"
> REPLY: THEME DIR="/home/shorne/local/share/enlightenment/data/themes"
> REPLY: END
> 
> [EMAIL PROTECTED] bin]$ enlightenment_remote -display :0.0 -theme-dirs-append
> ~/misc/Pictures/
> [EMAIL PROTECTED] bin]$ enlightenment_remote -display :0.0 -theme-dirs-list
> REPLY: BEGIN
> REPLY: THEME DIR="/home/shorne/.e/e/themes"
> REPLY: THEME DIR="/home/shorne/.e/e/backgrounds"
> REPLY: THEME DIR="/home/shorne/local/share/enlightenment/data/themes"
> REPLY: THEME DIR="/home/shorne/misc/Pictures/"
> REPLY: END
> 
> 
> Notes:
> I have gotten rid of the -bg-dirs-list, the background dirs are now part
> of the theme dirs. The good thing is this does not break libe things
> like emblem.
> 
> Stafford 
> 



-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to