Comment 5 for bug 113279

Revision history for this message
In , anonymous (anonymous-gobby-bugs) wrote :

This patch only makes sure that there isn't a previous autosave file overwritten, which can help people who are encountering the same problem.
The developers should concern, as you suggest, to change the sobby package so it does what everyone expects it would do: automatically reload the previous autosave file. I must say that it does seem like a better solution...

Replying to [comment:1 Benjamin Herr]:
> Apparently the issue originates from the init script naming the same autosave file over and over again.
>
> Would it not be more elegant to change the init script so that it either
> - loads the previous autosave file so that the previous session is continued (and autosaved into the same file)
> or
> - comes up with another autosave file name if the given one is already taken (much like your patch does, but outside sobby)?
>
> I am not sure whether this adequately addresses your concerns, but it seems to me that either would be a simpler solution.