| Summary: | Filelight installer unconditionally uses PackageKit, which doesn't work when the distro has no PackageKit support | ||
|---|---|---|---|
| Product: | [Applications] dolphin | Reporter: | Nate Graham <nate> |
| Component: | bars: status | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
| Status: | CONFIRMED --- | ||
| Severity: | normal | CC: | dolphin-bugs-null, kde, nicolas.fella |
| Priority: | NOR | ||
| Version First Reported In: | 24.08.2 | ||
| Target Milestone: | --- | ||
| Platform: | Flatpak | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Nate Graham
2024-10-29 22:12:40 UTC
This is not entirely true, it's defined at build time, without packagekit dolphin falls back to opening a URL.
A runtime check could be better
But really shouldn't this all be
openUrl("appstream:org.kde.filelight.desktop
and let Discover take care of all these details? Then we can kill a few hundred lines and be better and support flatpak.
> But really shouldn't this all be > > openUrl("appstream:org.kde.filelight.desktop > > and let Discover take care of all these details? Then we can kill a few hundred lines and be better and support flatpak. it was when I wrote it, but then someone "Improved the UX " It is an improvement when Filelight is available via PackageKit. When it's not, we should just go back to the older and simpler approach, yeah. |