kiss-flatpak

Flatpak for KISS Linux.
git clone https://git.stjo.hn/kiss-flatpak
Log | Files | Refs | README | LICENSE

commit 8346bb0da7c6a2d43a99d319e3a4b3ecd04e5e15
parent 7a15a364eed14feabf28186fe84983c346b1dc2c
Author: Dylan Araps <dylan.araps@gmail.com>
Date:   Thu, 23 Apr 2020 18:55:07 +0300

docs: update

Diffstat:
MREADME.md | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -32,3 +32,10 @@ INSTRUCTIONS -> flatpak install --user gimp -> flatpak run --user org.gimp.GIMP ``` + +TIPS + +``` +# This may need to be set for applications using pulseaudio. +export XDG_RUNTIME_DIR=/run/user/$(id -u) +```