ReSet/flatpak
2023-12-04 17:00:29 +01:00
..
build.sh chore: Include instructions for flatpak build 2023-11-15 15:22:13 +01:00
cargo-sources.json chore: Update Lib 2023-12-04 17:00:29 +01:00
flatpak-generator.py feat: Add flatpak build tools 2023-11-03 00:49:27 +01:00
org.xetibo.ReSet.desktop feat: Add .desktop files and add PKGBUILD for arch 2023-11-04 12:51:30 +01:00
org.xetibo.ReSet.json chore: fix flatpak permissions 2023-11-16 01:50:23 +01:00
README.md chore: fix flatpak permissions 2023-11-16 01:50:23 +01:00

instructions for building:

  • python3 flatpak-generator.py ../Cargo.lock -o cargo-sources.json
  • flatpak-builder build org.xetibo.ReSet.json --force-clean
  • flatpak build-export export build
  • flatpak build-bundle export reset.flatpak org.xetibo.ReSet
  • you can also use the build.sh script provided
  • note: if you are using a point release distribution(ubuntu, debian stable etc. please use the flatpak version of these commands -> flatpak run org.flatpak.Builder build...)

instructions for installation:

flatpak install --user reset.flatpak

permissions

currently ReSet uses permission on all devices, for some reason otherwise it can't access sound settings like volume changes etc.

This can likely be fixed by implementing portal integration later.