ReSet/flatpak
2023-12-18 19:42:17 +01:00
..
build.sh chore: Use namespace with flatpak compatibility 2023-12-12 22:35:16 +01:00
cargo-sources.json fix: Use splice instead of remove to remove udef behavior 2023-12-17 21:48:25 +01:00
flatpak-generator.py feat: Add flatpak build tools 2023-11-03 00:49:27 +01:00
org.Xetibo.ReSet.desktop chore: Use namespace with flatpak compatibility 2023-12-12 22:35:16 +01:00
org.Xetibo.ReSet.json chore: Revert to all system bus access tue to performance 2023-12-13 01:44:56 +01:00
org.Xetibo.ReSet.json.wip chore: Bump version of daemon and lib 2023-12-18 19:42:17 +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.