On Thu, 29 Sep 2011 13:59:40 -0500 Jeff Hoogland <jeffhoogl...@linux.com> said:

> I have a request -
> 
> Would it be possible to simply have *~/.e/e/fileman/favorites* get created
> when it is found not to exist instead of simply complaining it doesn't
> exist?

that dir is created by page_160 wizard page...:

   // make dir for favorites and install ones shipped
   snprintf(buf, sizeof(buf), "%s/fileman/favorites", e_user_dir_get());
   ecore_file_mkpath(buf);

it used to be made by untarring a tarball. if you replace e's wizard pages..
then well.. it may not be created... so you may want to fix your replacement
wizard pages.

-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    ras...@rasterman.com


------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to