You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://forums.linuxmint.com/viewtopic.php?t=160764
Document Viewer does not allow one to make the pdf viewing window/application screen smaller than some value. This prevents me from shifting the pdf viewer into a half of the screen with: start+right arrow.
sudo apt install qpdfview
does allow this.
Reminder, zooming in and out there is Ctrl+up and Ctrl+down, instead of Ctrl+plus and Ctrl+minus.
Refresh: Ctrl+R.
Also include setting infinite zoom. Related for other program
gsettings set org.gnome.Evince page-cache-size 2014
Source: askubuntu
The text was updated successfully, but these errors were encountered:
https://github.com/HiveMinds/Productivity-setup/blob/main/main.sh should be modified to include the new pdf viewer
supported_software.txt
install_user_choice.sh
And then one should create a new installation management script, e.g.:
apt_qpdfview.sh
Which in turn calls different scripts with different functions that are performed. (I used to stick to 1 function per file), e.g. apt_signal.sh manages, then apt_3_1_install_signal.sh to apt_3_4_install_signal.sh install the actual software.
In the future, I would like to restructure, and automatically create the templates to add a new software installation choice. However, I think that restructuring is best done from a "cleaned house" (=e.g.g Google Style Guide compliance). So that has my priority right now.
https://forums.linuxmint.com/viewtopic.php?t=160764
Document Viewer does not allow one to make the pdf viewing window/application screen smaller than some value. This prevents me from shifting the pdf viewer into a half of the screen with:
start+right arrow
.does allow this.
Reminder, zooming in and out there is
Ctrl+up
andCtrl+down
, instead ofCtrl+plus
andCtrl+minus
.Refresh:
Ctrl+R
.Source: askubuntu
The text was updated successfully, but these errors were encountered: