EDIT: the user is on Ubuntu 18.10 and has Okular 1.4.3
This is in the context of Okular: set arbitrary pages in one row under the overview mode
The question relates to the overview mode. The poster wants more pages visible per row rather than the default three pages; even on zooming out, there still are only three pages per row but the "padding" increases (unlike the sample screenshot in https://okular.kde.org/images/screen...reviewmode.png where "reviewmode" may actually be "overviewmode" and shows four pages per row).
I looked at okular.git which has:
And my Okular (Version 1.3.3) does indeed have a default of "3" in /usr/share/config.kcfg/okular.kcfg .
Can this setting be modified by a user by adding something to $HOME/.local/share or to $HOME/.config?
If not, can/should /usr/share/config.kcfg/okular.kcfg be modified to taste knowing that the next okular update may override the value to something else? Or is it just not possible to change the contents of files in /usr/share/config.kcfg? I could try but I don't want to mess with system files without knowing the consequences.
This is in the context of Okular: set arbitrary pages in one row under the overview mode
The question relates to the overview mode. The poster wants more pages visible per row rather than the default three pages; even on zooming out, there still are only three pages per row but the "padding" increases (unlike the sample screenshot in https://okular.kde.org/images/screen...reviewmode.png where "reviewmode" may actually be "overviewmode" and shows four pages per row).
I looked at okular.git which has:
Code:
diff --git a/conf/okular.kcfg b/conf/okular.kcfg index f48d483..b1316a7 100644 --- a/conf/okular.kcfg +++ b/conf/okular.kcfg @@ -189,7 +189,7 @@ <default>true</default> </entry> <entry key="ViewColumns" type="UInt" > - <default>1</default> + <default>3</default> <min>1</min> <max>8</max> </entry>
Can this setting be modified by a user by adding something to $HOME/.local/share or to $HOME/.config?
If not, can/should /usr/share/config.kcfg/okular.kcfg be modified to taste knowing that the next okular update may override the value to something else? Or is it just not possible to change the contents of files in /usr/share/config.kcfg? I could try but I don't want to mess with system files without knowing the consequences.
Comment