diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-27 16:39:36 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-28 01:29:40 +0700 |
commit | d4b67489ee415579416e00a98978d5e536a3d7a4 (patch) | |
tree | 554f9794927bfb3a9022e8d9d114dcdaf83cd40c /system/kbfs/README.SBo | |
parent | a57871ce6b8a31822c082d76fe21d4d06c0b0906 (diff) |
system/kbfs: Updated for version 1.0.40_20180127033950.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/kbfs/README.SBo')
-rw-r--r-- | system/kbfs/README.SBo | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/system/kbfs/README.SBo b/system/kbfs/README.SBo index 6a30041716a1..ce49c6cb45c6 100644 --- a/system/kbfs/README.SBo +++ b/system/kbfs/README.SBo @@ -1,12 +1,15 @@ Post installation: -- Create a new directory /keybase using root account - mkdir /keybase -- Change owner of that directory to the local user (eg. willysr) - chown willysr /keybase - Run run_keybase as local user A new .desktop file will be created by the service on first launch in ~/.config/autostart/ to invoke this script. +NOTE: + Since upstream is using Debian as base distribution, they are using + sudo for most of their operations. While Slackware also support sudo + it's not commonly used. Thus, when running run_keybase for the first + time and you get prompted for a password, it will fail. You just need + to execute run_keybase again and it will work. + PS: You need to execute run_keybase after new installation or upgrade from previous version. This script will stop existing services and re-mount everything again. |