Bug 484987

Summary: Repair failed for Repairing failed offline update in Discover on update+reboot
Product: [KDE Neon] neon Reporter: Daniel Duris <kdebugs>
Component: generalAssignee: Neon Bugs <neon-bugs-null>
Status: REPORTED ---    
Severity: minor CC: jr, neon-bugs-null, sitter
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Neon   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: failed
notifications

Description Daniel Duris 2024-04-03 15:40:05 UTC
Created attachment 168103 [details]
failed

SUMMARY
Discover shows bunch of messages

STEPS TO REPRODUCE
1. Update system
2. Restart

OBSERVED RESULT
Failed...

EXPECTED RESULT
Success

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION
Comment 1 Daniel Duris 2024-04-03 15:40:32 UTC
Created attachment 168104 [details]
notifications
Comment 2 Daniel Duris 2024-04-03 15:42:46 UTC
[code]
:~$ sudo pkcon update
Getting updates                         [=========================]
Finished                                [=========================]
Loading cache                           [=========================]
Testing changes                         [=========================]
Finished                                [                         ] (0%)
The following packages have to be updated:
libkcolorpicker-qt6-0-0.3.1-0xneon+22.04+jammy+release+build2.amd64    QToolButton-like widget with color selection popup menu (lib)
Proceed with changes? [N/y] y

[=========================]
Updating packages                       [=========================]
Loading cache                           [=========================]
Running                                 [=========================]
Finished                                [=========================]
Fatal error: Error while installing package: trying to overwrite '/usr/lib/x86_64-linux-gnu/libkColorPicker.so.0', which is also inpackage libkcolorpicker0
[/code]
Comment 3 Daniel Duris 2024-04-03 15:44:43 UTC
And solution posted here:
https://discuss.kde.org/t/fatal-error-error-while-installing-package-trying-to-overwrite-usr-lib-x86-64-linux-gnu-libkcolorpicker-so-0-which-is-also-in-package-libkcolorpicker0-and-gwenview-no-longer-starts-up/13435

sudo dpkg --remove --force-remove-reinstreq libkcolorpicker0
$ sudo apt --fix-broken install

However, I understand these are some colliding  packages, however my bug report is mostly about UI / UX of the failed repair. If Discover is unable to fix this (however easy it seems to be anyhow), it should notify the user why it is unable to do it and what should user do in order to fix it.