https://bugs.kde.org/show_bug.cgi?id=504508
--- Comment #2 from Daniel Duris <kdeb...@staznosti.sk> --- (In reply to Nate Graham from comment #1) > This is a limitation in the APT PackageKit plugin, which Discover uses for > this. Because the PackageKit library intentionally does not support showing > multiple-choice UI prompts to the user, there are two remaining options for > how the APT plugin can handle this situation: > 1. Automatically proceed, assuming you're okay with whatever changes it > needs to make > 2. Automatically fail, showing you an ugly error message and leaving you to > figure it out > [...snip...] > It's a sucky situation, but it is what it is. Thanks for the explanation, I appreciate you taking time to do that. What I forgot to post was my solution was simply running: `apt-get update --allow-releaseinfo-change` Once that was finished, Discover works OK again. I found some (old) kdialog use in PackageKit sources. Maybe this could work? ``` kdialog --title "Some repositories changed" --warningcontinuecancel "Some repos have changed their info. Fix the distro changes?" ``` -- You are receiving this mail because: You are watching all bug changes.