kiss-flatpak

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

README.md (1461B)


      1 # flatpak for kiss
      2 
      3 NOTICE: This repo is no longer maintained as Flatpak is now included in the kiss-community/community repo. I'm leaving it here for reference purposes only.
      4 
      5 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.
      6 
      7 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.
      8 
      9 INSTRUCTIONS
     10 
     11 ```
     12 # NOTE: You must have user namespaces enabled in your kernel.
     13 -> CONFIG_USER_NS=y
     14 
     15 # NOTE: The community repository must also be enabled.
     16 -> git clone https://github.com/dylanaraps/kiss-flatpak
     17 -> export KISS_PATH=/path/to/kiss-flatpak/flatpak:$KISS_PATH
     18 
     19 -> kiss b flatpak
     20 -> kiss i flatpak
     21 
     22 -> flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
     23 -> flatpak install --user gimp
     24 -> flatpak run --user org.gimp.GIMP
     25 ```
     26 
     27 ISSUES
     28 
     29 - [ ] No audio in flatpaks expecting a running PulseAudio server on the host.
     30 
     31 
     32 OTHER FLATPAK REPOSITORIES
     33 
     34 - https://flatpak.citra-emu.org/