Summary: | Discover no longer offers the option to delete a Flatpak app's settings from ~/.var | ||
---|---|---|---|
Product: | [Applications] Discover | Reporter: | Synthetic451 <bugs.kde.org.facelift226> |
Component: | discover | Assignee: | Plasma Bugs List <plasma-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | aleixpol, jgrulich, me, nate, travier, yuntaz |
Priority: | NOR | Keywords: | regression |
Version First Reported In: | 5.27.10 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/discover/-/commit/a84acbe8b5b87d1a6e9071ce61426d9622311f0c | Version Fixed In: | 5.27.10.1 |
Sentry Crash Report: |
Description
Synthetic451
2023-12-19 01:59:29 UTC
Can reproduce in Plasma 6 too. This is a regression from fixing BUG 476148 ResourcesProxyModel::count property is a smart object now, but "thanks" to QML being so untyped and dynamic we missed the line in a completely different source file where it still tries to compare that smart object with a literal 0 and silently fails. A possibly relevant merge request was started @ https://invent.kde.org/plasma/discover/-/merge_requests/746 Git commit 22296caf8ac667dd6508ca9eaff13310d2e97eef by ivan tkachenko. Committed on 25/01/2024 at 16:54. Pushed by ratijas into branch 'master'. Flatpak: Fix up prompt to delete uninstalled app's data This is a regression from porting count to a smart object for the sake of better string interpolation. Amends 576e460ade383da789727066929d14baa248aa02 M +1 -1 libdiscover/backends/FlatpakBackend/qml/FlatpakRemoveData.qml https://invent.kde.org/plasma/discover/-/commit/22296caf8ac667dd6508ca9eaff13310d2e97eef Git commit 7b5c674dfd0625fdb9d5625a6630d4c5341f61da by ivan tkachenko. Committed on 25/01/2024 at 17:07. Pushed by ratijas into branch 'Plasma/6.0'. Flatpak: Fix up prompt to delete uninstalled app's data This is a regression from porting count to a smart object for the sake of better string interpolation. Amends 576e460ade383da789727066929d14baa248aa02 (cherry picked from commit 22296caf8ac667dd6508ca9eaff13310d2e97eef) M +1 -1 libdiscover/backends/FlatpakBackend/qml/FlatpakRemoveData.qml https://invent.kde.org/plasma/discover/-/commit/7b5c674dfd0625fdb9d5625a6630d4c5341f61da Git commit a84acbe8b5b87d1a6e9071ce61426d9622311f0c by ivan tkachenko. Committed on 25/01/2024 at 17:10. Pushed by ratijas into branch 'Plasma/5.27'. Flatpak: Fix up prompt to delete uninstalled app's data This is a regression from porting count to a smart object for the sake of better string interpolation. Amends 576e460ade383da789727066929d14baa248aa02 (cherry picked from commit 22296caf8ac667dd6508ca9eaff13310d2e97eef) M +1 -1 libdiscover/backends/FlatpakBackend/qml/FlatpakRemoveData.qml https://invent.kde.org/plasma/discover/-/commit/a84acbe8b5b87d1a6e9071ce61426d9622311f0c *** Bug 479991 has been marked as a duplicate of this bug. *** This issue is happening again as of Discover 6.1.2 and Frameworks 6.3. It was working fine prior to the latest KDE updates. Operating System: Arch Linux KDE Plasma Version: 6.1.2 KDE Frameworks Version: 6.3.0 Qt Version: 6.7.2 Kernel Version: 6.9.9-arch1-1 (64-bit) Graphics Platform: Wayland Processors: 24 × AMD Ryzen 9 3900X 12-Core Processor Memory: 31.3 GiB of RAM Graphics Processor: NVIDIA GeForce RTX 3090/PCIe/SSE2 Product Name: X570 Taichi Yeah, it broke again, for a different reason this time (my fault, actually). That's now being tracked in Bug 489745. |