When I restarted e16, it would restart all clean since I had it setup
not to track and autosave window changes.
e17 force saves all changes with no opt-out unfortunately, so I have to
rsync back a known good config before starting e17 each time.
But I may not need to wipe my entire .e directory by reverting it each
time.
Is rsyncing .e/e/config/standard/e.cfg enough to restore my window
positions?
Thanks,
Marc
--
"A mouse is a device used to point at the xterm you want to type in" - A.S.R.
Microsoft is to operating systems ....
.... what McDonalds is to gourmet cooking
Home page: http://marc.merlins.org/
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
enlightenment-users mailing list
enlighten...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> I'm used to the e16 model where I carefully layed out my windows to be
> in the right place and the right size, and save that.
> During use, I have to sometimes move some of them, and resize them, and
> kind of undo my carefully crafted world order :)
>
> When I restarted e16, it would restart all clean since I had it setup
> not to track and autosave window changes.
> e17 force saves all changes with no opt-out unfortunately, so I have to
> rsync back a known good config before starting e17 each time.
>
> But I may not need to wipe my entire .e directory by reverting it each
> time.
> Is rsyncing .e/e/config/standard/e.cfg enough to restore my window
> positions?
depends if e is running at the time. e will just unceremoniously overwrite
whatever files are there any time it likes. it assumes no one is changing
config files but it. you will also lose other config changes as the same config
file holds remembers and other config, state etc.
it would be safe to play with them while e is not running, but the worst that
will happen if you play while e is running is that it will just stomp over the
files u rsynced and keep marching on. (note: it is safe to delete the files
then replace. writing OVER the file, though it will be ok for e, may not be ok
for eet files (cfg/edje etc.) as eet will, depending on how data is loaded,
mmap data directly from the file, thus overwriting it may cause crashes as code
accesses that data in ram that may now be corrupt or no longer exist).
--
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler) ras...@rasterman.com
------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here
http://p.sf.net/sfu/sfd2d-msazure
> On Thu, Mar 15, 2012 at 01:27:27AM +0900, Carsten Haitzler wrote:
> > On Sat, 3 Mar 2012 09:57:05 -0800 Marc MERLIN <marc...@merlins.org> said:
> >
> > > I'm used to the e16 model where I carefully layed out my windows to be
> > > in the right place and the right size, and save that.
> > > During use, I have to sometimes move some of them, and resize them, and
> > > kind of undo my carefully crafted world order :)
> > >
> > > When I restarted e16, it would restart all clean since I had it setup
> > > not to track and autosave window changes.
> > > e17 force saves all changes with no opt-out unfortunately, so I have to
> > > rsync back a known good config before starting e17 each time.
> > >
> > > But I may not need to wipe my entire .e directory by reverting it each
> > > time.
> > > Is rsyncing .e/e/config/standard/e.cfg enough to restore my window
> > > positions?
> >
> > depends if e is running at the time. e will just unceremoniously overwrite
> > whatever files are there any time it likes. it assumes no one is changing
>
> I was unclear. I'm resetting the config files just before e starts.
>
> What is the minimal config file I scan restore before e starts to
> restore all window positions?
> (right now I restore the entire .e dir, which is too much).
e.cfg
Cool, thanks :)
Marc
--
"A mouse is a device used to point at the xterm you want to type in" - A.S.R.
Microsoft is to operating systems ....
.... what McDonalds is to gourmet cooking
Home page: http://marc.merlins.org/
------------------------------------------------------------------------------