Latest Debian testing (clean GNOME installation), self-compiled Bazaar 0.8.0 using the following steps:
$ sudo apt build-dep bazaar
$ sudo apt install flatpak appstream libgtksourceview-5-dev libxml2-utils python3-babel
$ git clone https://github.com/bazaar-org/bazaar.git
$ cd bazaar
$ git checkout v0.8.0
$ meson setup build --prefix=/usr --libdir=/usr/lib
$ ninja -C build
$ sudo ninja -C build install
Clicking "Set Up Flathub" randomly results in no Flathub remote added and the following error in system journal:
bazaar[3710]: Failed to install flathub: Failed to retrieve flatpakrepo file from https://dl.flathub.org/repo/flathub.flatpakrepo: Unacceptable TLS certificate
bazaar[3710]: Failed to complete request to flathub: Unacceptable TLS certificate
This may be a backend (Flathub server) issue, I am not sure.
If it is a server issue, maybe Bazaar should display an error (or retry) instead of just silently failing and loading forever?
Latest Debian testing (clean GNOME installation), self-compiled Bazaar 0.8.0 using the following steps:
Clicking "Set Up Flathub" randomly results in no Flathub remote added and the following error in system journal:
This may be a backend (Flathub server) issue, I am not sure.
If it is a server issue, maybe Bazaar should display an error (or retry) instead of just silently failing and loading forever?