diff options
author | Justin Teague <baumerang@posteo.net> | 2019-06-04 09:33:02 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-06-09 05:31:21 +0700 |
commit | 918d5b2ad0a7de7b8630585f06a7e288b1a6adcb (patch) | |
tree | c16b182cd6e22dc99336a8bef0db4c52d073e20f /office/enpass/README | |
parent | b9be69ac79c3536ad2ba05daffcfe5685a0cddaa (diff) |
office/enpass: Added (a multiplatform password manager).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/enpass/README')
-rw-r--r-- | office/enpass/README | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/office/enpass/README b/office/enpass/README new file mode 100644 index 0000000000..0f418b8a76 --- /dev/null +++ b/office/enpass/README @@ -0,0 +1,20 @@ +Enpass is a multiplatform password manager keeping your passwords across +Linux, Winows, MacOS, iOS, Android, and browsers. + +If browser fails to open Enpass after synchronization service has been +authenticated - run this command (as regular user) and try again: + +# xdg-mime default enpass.desktop x-scheme-handler/enpassauth + +If Enpass is picking the wrong scale factor for your display, add the +following lines to your ~/.profile + +export QT_AUTO_SCREEN_SCALE_FACTOR=0 +export QT_SCREEN_FACTORS=1 +(adjust as per your display) + +In case of multiple displays: + +export "QT_SCREEN_SCALE_FACTORS=1;1" + +Logout/login current desktop session and start Enpass. |