Bug 501791 - Updates lists in "Confirm Changes" should be sorted (collated?) case-insensitively
Summary: Updates lists in "Confirm Changes" should be sorted (collated?) case-insensit...
Status: CONFIRMED
Alias: None
Product: Discover
Classification: Applications
Component: Updates (offline) (show other bugs)
Version: 6.3.3
Platform: openSUSE Linux
: NOR wishlist
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords: usability
Depends on:
Blocks:
 
Reported: 2025-03-20 12:21 UTC by John Veness
Modified: 2025-03-21 17:28 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
Discover "Confirm Changes" window (171.97 KB, image/png)
2025-03-20 12:23 UTC, John Veness
Details

Note You need to log in before you can comment on or make changes to this bug.
Description John Veness 2025-03-20 12:21:42 UTC
SUMMARY
When there are changes that need confirming, the lists of packages should be sorted (or is collated?) case-insensitively.

STEPS TO REPRODUCE
1. Wait for a number of updates to occur that will need confirming, because some packages will be removed
2. Run Discover
3. Browse to Updates
4. Click Update All
5. Observe the "Confirm Changes" window, both the top section ("The following packages will be removed by the update") and the lower section ("in order to install")

OBSERVED RESULT
The list of packages in each section is sorted (collated?) case-sensitively (e.g. libSvtAv1Enc2 appears above libappmenu-gtk3-parser0, and NetworkManager appears above aaa_base).

EXPECTED RESULT
The list of packages in each section is sorted (collated?) case-insensitively (e.g. libappmenu-gtk3-parser0 appears above libSvtAv1Enc2, and aaa_base appears above NetworkManager).

SOFTWARE/OS VERSIONS
Operating System: openSUSE Tumbleweed 20250316
KDE Plasma Version: 6.3.3
KDE Frameworks Version: 6.11.0
Qt Version: 6.8.2
Kernel Version: 6.13.6-1-default (64-bit)
Graphics Platform: X11
Comment 1 John Veness 2025-03-20 12:23:04 UTC
Created attachment 179600 [details]
Discover "Confirm Changes" window
Comment 2 John Veness 2025-03-20 12:24:04 UTC
By the way, I've filed this issue in "Updates (offline)" but it also occurs in "Updates (interactive)" scenarios.