diff options
author | Vincent Batts <vbatts@hashbangbash.com> | 2018-03-06 19:22:01 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-07 08:20:36 +0700 |
commit | 5bfb8af519e25309e71d9359e880e2de3f7641ee (patch) | |
tree | 4c628901d0f1fec7151fa11500412b41fbac1fcb /desktop/flatpak/README | |
parent | 80508c2ba5d0809f5b052158b25f01d8b8c11ab5 (diff) |
desktop/flatpak: Updated for version 0.11.3.
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/flatpak/README')
-rw-r--r-- | desktop/flatpak/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/desktop/flatpak/README b/desktop/flatpak/README index 5dc3a68bce6c..2db24549871c 100644 --- a/desktop/flatpak/README +++ b/desktop/flatpak/README @@ -9,6 +9,15 @@ installed on different Linux distributions, including different versions. And 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/ + +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 +by default. One way I found to set this is: +``` +export `xprop -root -notype PULSE_SERVER | tr -d ' '` +``` + Some of the examples from http://flatpak.org/#users are relying on polkit helpers, that expect a user in the 'wheel' group to have privileges for, but default polkit admin rule for slackware is just the root user. |