Configure Evince to open maximized with 100% zoom level? The Next CEO of Stack OverflowHow to...
Calculator final project in Python
Which one is the true statement?
How to invert MapIndexed on a ragged structure? How to construct a tree from rules?
Recycling old answers
How to check if all elements of 1 list are in the *same quantity* and in any order, in the list2?
Is wanting to ask what to write an indication that you need to change your story?
Does Germany produce more waste than the US?
Is it possible to replace duplicates of a character with one character using tr
Writing differences on a blackboard
Method for adding error messages to a dictionary given a key
Why is information "lost" when it got into a black hole?
WOW air has ceased operation, can I get my tickets refunded?
Is micro rebar a better way to reinforce concrete than rebar?
Unclear about dynamic binding
Axiom Schema vs Axiom
Rotate a column
Help understanding this unsettling image of Titan, Epimetheus, and Saturn's rings?
Is it my responsibility to learn a new technology in my own time my employer wants to implement?
How I can get glyphs from a fraktur font and use them as identifiers?
Is it convenient to ask the journal's editor for two additional days to complete a review?
Proper way to express "He disappeared them"
Would a completely good Muggle be able to use a wand?
Is it possible to use a NPN BJT as switch, from single power source?
How many extra stops do monopods offer for tele photographs?
Configure Evince to open maximized with 100% zoom level?
The Next CEO of Stack OverflowHow to keep zoomlevel in Evince constant after clicking a link?Problems with saving filled form in pdfHow to open the same document in evince multiple times?Evince 3.10 toolbar hides with no obvious way to restore it on LubuntuToo slow to select application to open a download file in FirefoxEvince can open hyperlinks in Firefox, so why not in Chrome?How to save/overwrite an annotated file with Evince?How to remove all anotation in evince?Document viewer (evince) couldn't open pdf when system upgraded from 16.04 to 18.04How to open Evince hyperlinks in default browser?Xubuntu 18.04 Nautilus and PDFs not working
I have Ubuntu 12.04.5 LTS installed on my computer.
If I open PDF in Evince for the first time, the window is always un-maximized and zoom level is 70%. I want Evince to be maximized and the zoom level set to 100% every time I open a PDF.
I have tried to adjust the settings and clicked "Save Current Settings as Default" but when I open a new PDF, Evince is un-maximized and zoom level is 70%.
How can I get Evince to open maximized and with zoom level 100%?
12.04 pdf evince
add a comment |
I have Ubuntu 12.04.5 LTS installed on my computer.
If I open PDF in Evince for the first time, the window is always un-maximized and zoom level is 70%. I want Evince to be maximized and the zoom level set to 100% every time I open a PDF.
I have tried to adjust the settings and clicked "Save Current Settings as Default" but when I open a new PDF, Evince is un-maximized and zoom level is 70%.
How can I get Evince to open maximized and with zoom level 100%?
12.04 pdf evince
For zoom see here.
– Nattgew
Apr 8 '15 at 16:41
Run with-f
to open "fullscreen".
– phyatt
Sep 9 '16 at 20:36
add a comment |
I have Ubuntu 12.04.5 LTS installed on my computer.
If I open PDF in Evince for the first time, the window is always un-maximized and zoom level is 70%. I want Evince to be maximized and the zoom level set to 100% every time I open a PDF.
I have tried to adjust the settings and clicked "Save Current Settings as Default" but when I open a new PDF, Evince is un-maximized and zoom level is 70%.
How can I get Evince to open maximized and with zoom level 100%?
12.04 pdf evince
I have Ubuntu 12.04.5 LTS installed on my computer.
If I open PDF in Evince for the first time, the window is always un-maximized and zoom level is 70%. I want Evince to be maximized and the zoom level set to 100% every time I open a PDF.
I have tried to adjust the settings and clicked "Save Current Settings as Default" but when I open a new PDF, Evince is un-maximized and zoom level is 70%.
How can I get Evince to open maximized and with zoom level 100%?
12.04 pdf evince
12.04 pdf evince
asked Apr 8 '15 at 16:34
user396147user396147
261
261
For zoom see here.
– Nattgew
Apr 8 '15 at 16:41
Run with-f
to open "fullscreen".
– phyatt
Sep 9 '16 at 20:36
add a comment |
For zoom see here.
– Nattgew
Apr 8 '15 at 16:41
Run with-f
to open "fullscreen".
– phyatt
Sep 9 '16 at 20:36
For zoom see here.
– Nattgew
Apr 8 '15 at 16:41
For zoom see here.
– Nattgew
Apr 8 '15 at 16:41
Run with
-f
to open "fullscreen".– phyatt
Sep 9 '16 at 20:36
Run with
-f
to open "fullscreen".– phyatt
Sep 9 '16 at 20:36
add a comment |
2 Answers
2
active
oldest
votes
Check
gsettings get org.gnome.Evince zoom
if it is not set to 1.0. See
gsettings list-recursively org.gnome.Evince
for all settings.
add a comment |
In my case I wanted it to always open documents at 150% by default, so here's what I found out that worked for me (I'm using Evince v3.22.1):
gsettings set org.gnome.Evince.Default zoom 1.5
gsettings set org.gnome.Evince.Default sizing-mode free
(I got the hint for the default zoom setting from here: https://askubuntu.com/a/214163/163034)
New contributor
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%2f606838%2fconfigure-evince-to-open-maximized-with-100-zoom-level%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
Check
gsettings get org.gnome.Evince zoom
if it is not set to 1.0. See
gsettings list-recursively org.gnome.Evince
for all settings.
add a comment |
Check
gsettings get org.gnome.Evince zoom
if it is not set to 1.0. See
gsettings list-recursively org.gnome.Evince
for all settings.
add a comment |
Check
gsettings get org.gnome.Evince zoom
if it is not set to 1.0. See
gsettings list-recursively org.gnome.Evince
for all settings.
Check
gsettings get org.gnome.Evince zoom
if it is not set to 1.0. See
gsettings list-recursively org.gnome.Evince
for all settings.
answered Sep 24 '16 at 8:46
axmaxm
18615
18615
add a comment |
add a comment |
In my case I wanted it to always open documents at 150% by default, so here's what I found out that worked for me (I'm using Evince v3.22.1):
gsettings set org.gnome.Evince.Default zoom 1.5
gsettings set org.gnome.Evince.Default sizing-mode free
(I got the hint for the default zoom setting from here: https://askubuntu.com/a/214163/163034)
New contributor
add a comment |
In my case I wanted it to always open documents at 150% by default, so here's what I found out that worked for me (I'm using Evince v3.22.1):
gsettings set org.gnome.Evince.Default zoom 1.5
gsettings set org.gnome.Evince.Default sizing-mode free
(I got the hint for the default zoom setting from here: https://askubuntu.com/a/214163/163034)
New contributor
add a comment |
In my case I wanted it to always open documents at 150% by default, so here's what I found out that worked for me (I'm using Evince v3.22.1):
gsettings set org.gnome.Evince.Default zoom 1.5
gsettings set org.gnome.Evince.Default sizing-mode free
(I got the hint for the default zoom setting from here: https://askubuntu.com/a/214163/163034)
New contributor
In my case I wanted it to always open documents at 150% by default, so here's what I found out that worked for me (I'm using Evince v3.22.1):
gsettings set org.gnome.Evince.Default zoom 1.5
gsettings set org.gnome.Evince.Default sizing-mode free
(I got the hint for the default zoom setting from here: https://askubuntu.com/a/214163/163034)
New contributor
New contributor
answered 24 mins ago
MárcioMárcio
1011
1011
New contributor
New contributor
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.
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%2f606838%2fconfigure-evince-to-open-maximized-with-100-zoom-level%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
For zoom see here.
– Nattgew
Apr 8 '15 at 16:41
Run with
-f
to open "fullscreen".– phyatt
Sep 9 '16 at 20:36