Guilherme Silva
Guilherme Silva
bot, build br.gov.fazenda.receita.irpf2024
bot, build br.gov.fazenda.receita.irpf2024
Sure, but I don't think there's any harm in keeping them updated here, right now...
I think there's an alternative to maintaining two Flatpak manifests (it's a bit hacky, though): 1. Clone [org.prismlauncher.PrismLauncher](https://github.com/flathub/org.prismlauncher.PrismLauncher) 2. Use [`yq`](https://github.com/marketplace/actions/yq-portable-yaml-processor) to update the required bits of the manifest, something...
Yeah, it can get tricky... Perhaps another alternative is maintaining a single Flatpak manifest in-tree, like OBS Studio and Firefox both do for their apps: - https://github.com/obsproject/obs-studio/blob/master/CI/flatpak/com.obsproject.Studio.json - https://hg.mozilla.org/releases/mozilla-release/file/tip/taskcluster/docker/firefox-flatpak/runme.sh I'm...
Forgot to mention that the only reason I mentioned GNOME, is because I don't remember having this issue for the long time I used KDE.
@HCY-ASLEEP Can you check if that's still a problem with our new Qt 6 build? You can download the latest developer AppImage from here: https://github.com/nuttyartist/notes/suites/10381469949/artifacts/512282569
Works well here... What exactly is not working for you anymore? Any error messages? Are you running from source or using the official binary?
The UI freeze problem is definitely new to me... I use the Linux build pretty much daily and for long periods, and I've never experienced something like that. >May I...
> How do I run it from source? I don`t use python =) In a nutshell: ``` git clone https://github.com/DevilXD/TwitchDropsMiner.git cd TwitchDropsMiner python3 -m venv env source env/bin/activate python3 -m...