Problem with discover

just installed fedora. finished the update from terminal “dnf update”. and restarted. i got this massage.


opened dicover. no apps are loading. they open and i see pictures from the apps. but never the install button. just loading. like in picture.

theres no other errors in app.

The error messages you’re seeing were likely generated in the previous session and re‑appeared after you rebooted.

The Install button is stuck on “Loading…”. It might be a network issue.

Do you see any error messages if you run Discover from the terminal?

plasma-discover

hi again. it now opens normally. and it actually loads. the install button shows. but theres another issue. i start the install but it never goes beyond 0%. this only for fedora linux. fedora flatpaks works fine.

i dont know if its a connection problem. but almost every site loads normally, google, reddit, fedora discussion. but, the speed in the terminal is very very slow. like 100kb/s. maybe they are related. how do fix this issue?

You can try:

sudo dnf config-manager setopt fastestmirror=True

This setting lets DNF choose a mirror based on the latency between your PC and available mirrors.

Keep in mind that fastestmirror selects the mirror with the lowest latency, which is not necessarily the fastest in terms of download speed. It’s usually better to leave it disabled, as there is already a server-side mechanism (MirrorManager) that considers bandwidth and other heuristics to provide the best mirror for the user.

This might improve download speed if the mirror selection algorithm backfires.

no, no change.