both buttons cancel the download, but “proceed” also makes discover freeze, is this a known issue? Also, here’s the system info:
KDE Plasma Version: 6.1.1
KDE Frameworks Version: 6.3.0
Qt Version: 6.7.1
Kernel Version: 6.9.6-200.fc40.x86_64 (64-bit)
Graphics Platform: Wayland
Processors: 8 × Intel® Core™ i3-10105F CPU @ 3.70GHz
Memory: 15.5 GiB of RAM
Graphics Processor: AMD Radeon RX 6600`
Edit replacing my original comment:
Looks like that package has been superseded by org.gtk.Gtk3theme.Breeze. That’s what I’m using, and it is receiving updates.
$ flatpak remote-info flathub org.gtk.Gtk3theme.Breeze-Dark ID: org.gtk.Gtk3theme.Breeze-Dark Ref: runtime/org.gtk.Gtk3theme.Breeze-Dark/x86_64/3.22 Arch: x86_64 Branch: 3.22 Collection: org.flathub.Stable Download: 156.9 kB Installed: 386.6 kB Commit: 5a19b0c0808f82290d1f64c95d2406a860329817e0f269b4aaf0a1bbba92323a Parent: 390f820d32df2f22e3a3165eb4d65071dcb93a357ae7730f4ca548b5d016b966 End-of-life: This theme has been replaced by org.gtk.Gtk3theme.Breeze, see README for workaround on using system color schemes. https://github.com/flathub/org.gtk.Gtk3theme.Breeze#workarounds Subject: Add EOL (fc4339ff) Date: 2022-02-22 00:21:51 +0000
thank you,
flatpak remove org.gtk.Gtk3theme.Breeze
did the trickdeleted by creator
Looks like a runtime is outdated and the repo to install a new runtime is missing. Then when Discover tries to update, crashes cause there is nowhere to download from
Try update the package from terminal
To add to the other answers: Yes, it is a known bug and I think it is being fixed in Plasma 6.1.2 or 6.2
Oh nice, good to know
In Fedora, I ran into the same issue, but I fixed it by running flatpak update -y in terminal. Hopefully that works on your end as well.
Unfortunately it didnt, i fixed it by uninstalling the no longer updated dependency
Could you explain how? i tried uninstalling it, but I still got the problem in discover and it will reinstall on each update somehow.
I just did
flatpak remove org.gtk.Gtk3theme.Breeze
i dont know how to help you, sorryEdit: try running
flatpak install flathub org.gtk.Gtk3theme.Breeze
after runningflatpak remove org.gtk.Gtk3theme.Breeze
@Blisterexe @citizenserious Because something else you have installed via flatpak has it listed as a dependency.
flatpak list --app --columns=application,runtime
This should tell you the deps I believe. I had this happen with Master PDF Reader’s flatpak. It depended on very old libs. I removed the reader package which yanked the dep as well, then just installed the app another way. Not all apps are packaged by the project and sometimes are slow to update or get abandoned…
gsettings set org.gnome.desktop.interface gtk-theme Breeze
Did the trick
Thank you both for you help (:
I got 15 apps using this, does this mean I have to uninstall all of them? Holy… Even preinstalled (Fedora 40 KDE) once like kiview are listed.
Also shows me these apps as using org.gtk.GTk3theme.Breeze-Dark branch 3.22when $ flatpak update
I use “software” (gnome) to install flatpaks with an UI for now. I hope they fix the bug in discover sooner or later.
I have no idea other than just to wait…