No description
2025-01-06 17:56:20 +02:00
hide_stats.patch init 2024-12-27 18:48:07 +02:00
LICENSE Add LICENSE 2025-01-06 17:56:20 +02:00
README.md Add LICENSE 2025-01-06 17:56:20 +02:00

Tuba Hide Stats patch

A patch that adds an option to hide account and post statistics.

How to use

  1. Get Tuba source code: git clone https://github.com/GeopJr/Tuba.git
  2. Checkout the latest release: git checkout v0.9.1
  3. Copy hide_stats.patch into the source code of Tuba you just cloned.
  4. Apply the patch with git apply hide_stats.patch
  5. In build-aux/dev.geopjr.Tuba.Devel.json change -Ddevel=true to -Ddevel=false for tuba module.
  6. Compile and install patched Tuba to your system as a Flatpak:
flatpak-builder build build-aux/dev.geopjr.Tuba.Devel.json --force-clean --install --user

Licensed under GPLv3. (Same as Tuba itself: https://github.com/GeopJr/Tuba/blob/main/LICENSE)