summarylogtreecommitdiffstats
path: root/enpass-bin.install
diff options
context:
space:
mode:
authortadly2018-12-28 09:26:30 +0100
committertadly2018-12-28 09:26:30 +0100
commitaee046ee6fb35b8b47293a969269ddee7abc1da4 (patch)
tree65522b344fefb6738782fd14fb695cfa3e90ebeb /enpass-bin.install
parentcd073600b0189987b93f1be80e5c5ec0c21f2305 (diff)
downloadaur-aee046ee6fb35b8b47293a969269ddee7abc1da4.tar.gz
update to 6.0.0.230
Diffstat (limited to 'enpass-bin.install')
-rw-r--r--enpass-bin.install33
1 files changed, 3 insertions, 30 deletions
diff --git a/enpass-bin.install b/enpass-bin.install
index 5a15e639eb00..a5a9aa74fb63 100644
--- a/enpass-bin.install
+++ b/enpass-bin.install
@@ -1,37 +1,10 @@
post_install() {
post_upgrade
}
+
post_upgrade() {
cat << EOF
- If you encounter scaling issues try:
-
- export QT_AUTO_SCREEN_SCALE_FACTOR=0
-
- before running enpass.
- If this worked, you have 3 options:
-
- 1. Add the above line to your ".bashrc"
-
- 2. Add the above line to
- /opt/Enpass/bin/runenpass.sh
-
- BEFORE the "exec" command.
- Keep in mind that changes to runenpass.sh
- will be overwritten upon the next update.
-
- 3. Create a copy of:
-
- /usr/share/applications/enpass.desktop
-
- to
-
- ~/.local/share/applications/enpass.desktop
-
- and replace the "Exec=" line with:
-
- Exec=env QT_AUTO_SCREEN_SCALE_FACTOR=0 /opt/Enpass/bin/runenpass.sh %U
-
- This will NOT fix scaling if you run enpass from
- your commandline!
+If you encounter scaling issues, try the following:
+ $ QT_AUTO_SCREEN_SCALE_FACTOR=0 enpass
EOF
}