How to prevent PDF from opening on previously-viewed page?
When I open a PDF it goes to the page that I last visited.
How can I prevent this so that whenever I open a PDF it goes to page 1?
I am using Document Viewer 3.4.0 and Okular 0.14.3.
Thanks!
pdf okular
add a comment |
When I open a PDF it goes to the page that I last visited.
How can I prevent this so that whenever I open a PDF it goes to page 1?
I am using Document Viewer 3.4.0 and Okular 0.14.3.
Thanks!
pdf okular
Hunt through the options, it is there, honest!
– fleamour
Oct 19 '13 at 20:26
Where? I couldn't find it. I just checked Okular.
– user203748
Oct 19 '13 at 22:02
@fleamour, I too didn't find the option but this is with Evince 3.10 (the one in 13.10).
– user25656
Oct 20 '13 at 2:25
Hmmmm, sorry, now I'm at my PC, I stand corrected. I used to seek out the open last page option, but now somewhere along the line it has become default.
– fleamour
Oct 20 '13 at 13:24
add a comment |
When I open a PDF it goes to the page that I last visited.
How can I prevent this so that whenever I open a PDF it goes to page 1?
I am using Document Viewer 3.4.0 and Okular 0.14.3.
Thanks!
pdf okular
When I open a PDF it goes to the page that I last visited.
How can I prevent this so that whenever I open a PDF it goes to page 1?
I am using Document Viewer 3.4.0 and Okular 0.14.3.
Thanks!
pdf okular
pdf okular
asked Oct 19 '13 at 20:22
user203748
5818
5818
Hunt through the options, it is there, honest!
– fleamour
Oct 19 '13 at 20:26
Where? I couldn't find it. I just checked Okular.
– user203748
Oct 19 '13 at 22:02
@fleamour, I too didn't find the option but this is with Evince 3.10 (the one in 13.10).
– user25656
Oct 20 '13 at 2:25
Hmmmm, sorry, now I'm at my PC, I stand corrected. I used to seek out the open last page option, but now somewhere along the line it has become default.
– fleamour
Oct 20 '13 at 13:24
add a comment |
Hunt through the options, it is there, honest!
– fleamour
Oct 19 '13 at 20:26
Where? I couldn't find it. I just checked Okular.
– user203748
Oct 19 '13 at 22:02
@fleamour, I too didn't find the option but this is with Evince 3.10 (the one in 13.10).
– user25656
Oct 20 '13 at 2:25
Hmmmm, sorry, now I'm at my PC, I stand corrected. I used to seek out the open last page option, but now somewhere along the line it has become default.
– fleamour
Oct 20 '13 at 13:24
Hunt through the options, it is there, honest!
– fleamour
Oct 19 '13 at 20:26
Hunt through the options, it is there, honest!
– fleamour
Oct 19 '13 at 20:26
Where? I couldn't find it. I just checked Okular.
– user203748
Oct 19 '13 at 22:02
Where? I couldn't find it. I just checked Okular.
– user203748
Oct 19 '13 at 22:02
@fleamour, I too didn't find the option but this is with Evince 3.10 (the one in 13.10).
– user25656
Oct 20 '13 at 2:25
@fleamour, I too didn't find the option but this is with Evince 3.10 (the one in 13.10).
– user25656
Oct 20 '13 at 2:25
Hmmmm, sorry, now I'm at my PC, I stand corrected. I used to seek out the open last page option, but now somewhere along the line it has become default.
– fleamour
Oct 20 '13 at 13:24
Hmmmm, sorry, now I'm at my PC, I stand corrected. I used to seek out the open last page option, but now somewhere along the line it has become default.
– fleamour
Oct 20 '13 at 13:24
add a comment |
2 Answers
2
active
oldest
votes
This is probably not possible according to link below. I also did not find any setting in dconf-editor. Obviously, there is no such setting in application itself (Evince).
https://answers.launchpad.net/ubuntu/+source/evince/+question/108052
Closest to what you need is probably just opening the document and then pressing Ctrl+Home.
add a comment |
I have a simple solution for this:
Prevent okular to save the docdata
Step 1 : remove the Directory
rm -r ~/.local/share/okular/docdata
Step 2 : create a file preventing creation of the directory
touch ~/.local/share/okular/docdata
Now okular cannot save any docdata and will open on page 1 every time :-)
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f362071%2fhow-to-prevent-pdf-from-opening-on-previously-viewed-page%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
This is probably not possible according to link below. I also did not find any setting in dconf-editor. Obviously, there is no such setting in application itself (Evince).
https://answers.launchpad.net/ubuntu/+source/evince/+question/108052
Closest to what you need is probably just opening the document and then pressing Ctrl+Home.
add a comment |
This is probably not possible according to link below. I also did not find any setting in dconf-editor. Obviously, there is no such setting in application itself (Evince).
https://answers.launchpad.net/ubuntu/+source/evince/+question/108052
Closest to what you need is probably just opening the document and then pressing Ctrl+Home.
add a comment |
This is probably not possible according to link below. I also did not find any setting in dconf-editor. Obviously, there is no such setting in application itself (Evince).
https://answers.launchpad.net/ubuntu/+source/evince/+question/108052
Closest to what you need is probably just opening the document and then pressing Ctrl+Home.
This is probably not possible according to link below. I also did not find any setting in dconf-editor. Obviously, there is no such setting in application itself (Evince).
https://answers.launchpad.net/ubuntu/+source/evince/+question/108052
Closest to what you need is probably just opening the document and then pressing Ctrl+Home.
answered Oct 19 '13 at 22:10
okolnost
8851816
8851816
add a comment |
add a comment |
I have a simple solution for this:
Prevent okular to save the docdata
Step 1 : remove the Directory
rm -r ~/.local/share/okular/docdata
Step 2 : create a file preventing creation of the directory
touch ~/.local/share/okular/docdata
Now okular cannot save any docdata and will open on page 1 every time :-)
add a comment |
I have a simple solution for this:
Prevent okular to save the docdata
Step 1 : remove the Directory
rm -r ~/.local/share/okular/docdata
Step 2 : create a file preventing creation of the directory
touch ~/.local/share/okular/docdata
Now okular cannot save any docdata and will open on page 1 every time :-)
add a comment |
I have a simple solution for this:
Prevent okular to save the docdata
Step 1 : remove the Directory
rm -r ~/.local/share/okular/docdata
Step 2 : create a file preventing creation of the directory
touch ~/.local/share/okular/docdata
Now okular cannot save any docdata and will open on page 1 every time :-)
I have a simple solution for this:
Prevent okular to save the docdata
Step 1 : remove the Directory
rm -r ~/.local/share/okular/docdata
Step 2 : create a file preventing creation of the directory
touch ~/.local/share/okular/docdata
Now okular cannot save any docdata and will open on page 1 every time :-)
answered Dec 23 '18 at 8:33
bassklampfe
1
1
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f362071%2fhow-to-prevent-pdf-from-opening-on-previously-viewed-page%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Hunt through the options, it is there, honest!
– fleamour
Oct 19 '13 at 20:26
Where? I couldn't find it. I just checked Okular.
– user203748
Oct 19 '13 at 22:02
@fleamour, I too didn't find the option but this is with Evince 3.10 (the one in 13.10).
– user25656
Oct 20 '13 at 2:25
Hmmmm, sorry, now I'm at my PC, I stand corrected. I used to seek out the open last page option, but now somewhere along the line it has become default.
– fleamour
Oct 20 '13 at 13:24