https://bugs.kde.org/show_bug.cgi?id=488219
--- Comment #1 from Sid <sidto...@gmail.com> --- The below patch would be handy to reproduce this issue as KDE Discover tries to download changelog of 2K+ packages which takes a huge amount of time. --- a/backends/apt/apt-job.cpp +++ b/backends/apt/apt-job.cpp @@ -894,13 +894,7 @@ void AptJob::stageUpdateDetail(GPtrArray *updateArray, const pkgCache::VerIterat // fetch the changelog pk_backend_job_set_status(m_job, PK_STATUS_ENUM_DOWNLOAD_CHANGELOG); - changelog = fetchChangelogData(*m_cache, - fetcher, - candver, - currver, - &update_text, - &updated, - &issued); + changelog = ""; } // Check if the update was updates since it was issued -- You are receiving this mail because: You are watching all bug changes.