On Thu, 28 Oct 2010 18:08:55 +0800 waterloo <[email protected]> said:

> I am install 'xplanet' wallpaper in E17 .
> http://techthrob.com/2010/08/04/get-a-dynamic-interplanetary-background-with-xplanet/
> 
> When I set wallpaper , I choose ' Use original file ' .
> But when original file changed, my wallpaper did not change.
> 
> How to do with it ? thanks

1. e isnt monitoring that file for changes.
2. e isnt likely using that file at all - when you import it is copied and
re-encoded into the edje file (unless u specified to use the original in
import dialog - even if you do - it wont monitor and update).
3. this isnt intended to work
4. even if we did this - it's race condition hell - loading half-written files
is going to happen with nice screen corruption as a result.
5. its the wrong way to do things in the e world - if u want this, write a
module to take xplanet data directly - without going to a jpg or png or other
file, and put it in a shm segment and then map that as an image object and
properly handle syncronisation etc.


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    [email protected]


------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
enlightenment-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to