Re: ggv not getting restored after logout



Hi,

Commenting on this more - I think the most robust way to save session
is to use the RestartCommand _only_, don't use any files at all. 
For ggv it should be simple to add command line options that make it
possible to reopen the correct documents and windows. Then you don't
need to worry about DiscardCommand or on-disk data. 
So whenever possible, apps should do this, IMO - use only command line
options to store session state.

If an app is really storing complicated stuff, I'd suggest just
creating an XML or GMarkup structured file to store that information.

Anyhow, both of those are IMO preferable to putting session state in
GConf.

Havoc



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]