https://bugs.kde.org/show_bug.cgi?id=507402
--- Comment #2 from renn...@posteo.de --- (In reply to David Edmundson from comment #1) > There is. > > The steps worked for me. > > Please check if you've manually modified your URL handling setup. I haven't 100% figured out what the problem could be, but it works perfectly on kde linux, but not on Fedora Kinoite and KDE (fresh install). KDE Linux ships the snap backend for discover and this MR seemingly adds the x-scheme-handler for the flatpak+https stuff to the snap desktop file, which isn't shipped on Fedora. https://invent.kde.org/plasma/discover/-/merge_requests/1012/diffs?commit_id=3208c960aedf0fda29723bffb845e60681620b62 I did install the snap backend on Fedora and that did not change any behavior in discover. This is fedora ``` rg -i -w 'x-scheme-handler.*discover|flatpak.https' /usr/share 2>/dev/null /usr/share/applications/mimeinfo.cache 84:x-scheme-handler/appstream=org.kde.discover.urlhandler.desktop; /usr/share/applications/kde-mimeapps.list 11:x-scheme-handler/appstream=org.kde.discover.urlhandler.desktop ``` -- You are receiving this mail because: You are watching all bug changes.