https://bugs.kde.org/show_bug.cgi?id=457443

Tuomas Nurmi <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #3 from Tuomas Nurmi <[email protected]> ---
Ok, I tracked down the problem.
KNewStuff's Installation::downloadPayload(const KNSCore::EntryInternal &entry)
generates the file name using QUrl::fileName() at
https://invent.kde.org/frameworks/knewstuff/-/blob/master/src/core/installation.cpp#L222
. however, the URLs are of format
http://newstuff.kde.org/cgi-bin/hotstuff-access?file=alkanes/3S-3-methylheptane.cml&site=kalzium
and .fileName() interprets the hotstuff-access part as the filename, and not
the part that follows the "?file=". Fixing the problem would need some
different kind of handling of the QUrl in KNewStuff (or porting the Kalzium
molecule download data to the newer formats.)

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to