shinkarom Asked: 2018-04-16 05:59:23 +0800 CST2018-04-16 05:59:23 +0800 CST 2018-04-16 05:59:23 +0800 CST How to prevent Okular from remembering last position in the file? 772 How to make Okular not open the file at the last position? I couldn't find the option for it anywhere. okular 1 Answers Voted DanB 2020-02-09T15:34:11+08:002020-02-09T15:34:11+08:00 Here is a simple, harmless workaround. Run in your shell: alias okular="/usr/bin/okular -p 1" Now okular will always open the doc on page 1. To make this change permanent, add the alias to your shell's config file, such as ~/.bashrc or ~/.bash_aliases.
Here is a simple, harmless workaround. Run in your shell:
Now okular will always open the doc on page 1.
To make this change permanent, add the alias to your shell's config file, such as
~/.bashrc
or~/.bash_aliases
.