commit af08a024bdff6515b3ef812e0ece22e9e6672794 parent 2120793e779138eef385a96a3805e218505447a2 Author: St John Karp <contact@stjo.hn> Date: Sat, 18 Jun 2022 17:02:28 -0400 Update readme with notes about the repo's origin and my changes Diffstat:
M | README.md | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -1,5 +1,9 @@ # flatpak for kiss +Forked from [mmatongo/kiss-flatpak](https://github.com/mmatongo/kiss-flatpak) which was in turn forked from [dylanaraps/kiss-flatpak](https://github.com/dylanaraps/kiss-flatpak). Neither repo was building for me, which probably isn't surprising given their age and the pace of changes to KISS itself, so I forked the most recent one and attempted to fix all the build failures. + +Even though this builds correctly, I still couldn't launch any Flatpaks that required dbus such as LibreOffice. I found that installing dbus and then launching the Flatpak with `dbus-launch --exit-with-session flatpak run --user org.libreoffice.LibreOffice` does the trick. + INSTRUCTIONS ```