diff options
author | Vincent Batts <vbatts@hashbangbash.com> | 2020-01-09 22:03:46 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-12 08:47:51 +0700 |
commit | d10a15e3b2df6fd4c495e4085c60d7d8e8ff0a70 (patch) | |
tree | f575cb8aed2f45736d68e6a8172308997b0b5560 /desktop/flatpak | |
parent | 6663ad6b2bfc11d4cd150ccf69056201c012a68e (diff) |
desktop/flatpak: update README for audio setup
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
Diffstat (limited to 'desktop/flatpak')
-rw-r--r-- | desktop/flatpak/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop/flatpak/README b/desktop/flatpak/README index f2347ed669ea..26feb68fdef8 100644 --- a/desktop/flatpak/README +++ b/desktop/flatpak/README @@ -23,6 +23,9 @@ by default. One way I found to set this is: ``` export `xprop -root -notype PULSE_SERVER | tr -d ' '` ``` +A cleaner approach is to run `start-pulseaudio-x11` and then `pax11publish -i` +so the correct PULSE_SERVER variable is exported. Adding these two commands to +your ~/.xsession would be useful. 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 |