<div>In MyPaint we are storing a couple of application specific things as files in data/ and during a load-save cycle we recreate these files from scratch. This has the unfortunate side-effect that everything we don&#39;t know whats for gets discarded. While not really a prerequisite for fixing this, I think some kind of standardized name-spacing for the stuff in data/ is needed, so we don&#39;t clobber each others files. And specify that a round-trip between two applications does not delete any application specific data.</div>
<div><br></div><div>So how do we do this? My initial idea is to keep it real simple: </div><div>1) store application specific files in data/APPLICATION/ </div><div>2) always keep the other subfolders unchanged<br clear="all">
</div><br>-- <br>Regards Jon Nordby - <a href="http://www.jonnor.com">www.jonnor.com</a><br>