diff options
author | Vincent Batts <vbatts@hashbangbash.com> | 2019-10-21 13:57:23 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-10-27 00:36:11 +0700 |
commit | f90097cf81ce319e13b3bae53f9a40c8a23bd5e2 (patch) | |
tree | 4912fba6d734268a49d301c004385627991fa7b5 /desktop/flatpak/README | |
parent | b955c54e3d77347ebd5de0710474eddaefa34860 (diff) |
desktop/flatpak: Update for version 1.4.3
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
Diffstat (limited to 'desktop/flatpak/README')
-rw-r--r-- | desktop/flatpak/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/desktop/flatpak/README b/desktop/flatpak/README index 2db24549871c2..f2347ed669ea5 100644 --- a/desktop/flatpak/README +++ b/desktop/flatpak/README @@ -10,6 +10,12 @@ it has been designed from the ground up with security in mind, so that apps are isolated from each other and from the host system. You can find many apps already available on https://flathub.org/ +Add flathub for system and your user's home folder with: +``` +sudo flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo +flatpak --user remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo +``` + Apps that require pulse audio (like steam, skype, etc) need PULSE_SERVER environment variable to be set. This is not set for most shells in slackware |