GNOME Bugzilla – Bug 608008
Previously viewed page is not remembered on reopening on Windows
Last modified: 2018-05-22 13:45:40 UTC
On Linux, Evince remembers the page you are reading when you close a document. On reopening the document, it shows that page again. On Windows this does not happen, I am not sure why. I'll have to look into this. It might be that this is handled by the session management (egg-smclient), that is not used on Windows???
It's because the old metadata manager depended on dbus, well, actually on single instance to make sure only one process writes to the metadata file. New metadata stuff uses gvfs which is not available on windows (I guess).
(In reply to comment #1) > It's because the old metadata manager depended on dbus, well, actually on > single instance to make sure only one process writes to the metadata file. New > metadata stuff uses gvfs which is not available on windows (I guess). Sorry, if it is a silly suggestion. If Windows doesn't have a feature to implement this stuff, can we use temporary files (may be under _evince/_config folder) where we could store the last opened position(s) before closing a document and look up that when we open a document again? This feature was one main reason why I love Evince (which even Adobe Reader doesn't have yet).
The proper solution for this would be to implement meta data support for Windows in Glib's gio.
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/evince/issues/130.