After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 383381 - should forget what page I'm on if the page is the last page
should forget what page I'm on if the page is the last page
Status: RESOLVED FIXED
Product: evince
Classification: Core
Component: general
0.5.x
Other Linux
: Normal trivial
: ---
Assigned To: Evince Maintainers
Evince Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-12-07 14:53 UTC by Luis Villa
Modified: 2006-12-20 14:03 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Luis Villa 2006-12-07 14:53:24 UTC
It is generally nice that evince remembers what page I'm on, but I'd like to request one exception to the rule- if I'm on the last page and close the document, 9 times out of ten that means that I've finished reading the document, so remembering where I stopped is not useful. If I reopen it, that means I'm likely desiring to re-read it- i.e., to start again *from the beginning*. So, my request is that if the document is closed on the last page of the document, the next time I open it the doc 'forget' that I was reading the last page and start me back at the beginning.
Comment 1 Nickolay V. Shmyrev 2006-12-13 10:03:22 UTC
Will it just complicate save/restore logic? Another user will complain he need to read index at the end and evince jumps to the start?
Comment 2 Wouter Bolsterlee (uws) 2006-12-15 09:13:27 UTC
I tend to agree with Luis here. The same holds for presentations.
Comment 3 Wouter Bolsterlee (uws) 2006-12-20 14:03:41 UTC
2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>

        * shell/ev-window.c: (setup_document_from_metadata):

        Make sure Evince doesn't restore the view on the last
        page when a document is reopened. Fixes bug #383381.