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

--- Comment #7 from Papoteur <yves.brungard_mag...@gadz.org> ---
Hi,
I investigated a little. What I found is that the dialog is provided by KIO as
RenameDialog. It takes at least 2 parameters which hould be QUrl, one for
source and a second for destination.
The dialog is called in queries.cpp [1] which THE SAME information for the two
QUrl.
I don't know if this is an error or that the QUrl can't be built for the
archive file.
In RenameDialog [2], file information are either read from system in case the
QUrl.isLocalFile is true, or used from parameters given to the function.

[1] https://cgit.kde.org/ark.git/tree/kerfuffle/queries.cpp#n90
[2] https://cgit.kde.org/kio.git/tree/src/widgets/renamedialog.cpp#n217

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

Reply via email to