Summary: | KGet opens konqueror save dialog rather than queueing downloads | ||
---|---|---|---|
Product: | [Applications] kget | Reporter: | Jonathan M Davis <bugs.kde.org> |
Component: | general | Assignee: | KGet authors <kget> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | pfeiffer |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Unspecified | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Jonathan M Davis
2009-08-11 06:05:13 UTC
I'm trying to sort out the different issues that you found: - when adding a download (via drop target or anything else), the download is not queued automatically - when dropping a URL onto the drop target, you get the new-transfer dialog - when leaving the target directory as is in the new-transfer dialog, or specifying just a directory instead of a directory + filename, then a filedialog pops up, asking you for the filename (and optionally directory) not even taking the filename of the url you want to download into account I see the following options to fix the last two problems: - fix the new-transfer dialog by not displaying a directory as target, but directory + filename (where the filename is by default derived from the source url) - do not display the new-transfer dialog, but the plain file dialog, which provides the same options with less clicks The latter option would also spare us from fixing other issues in the new-transfer dialog - doesn't remember the last used directory - appears to provide a history for the target (it's a combobox), but there's always just one entry with the current target url - does not provide auto-completion The newtransferdialog also displays directory + filename (at least before your changes). But indeed, it's a bit worrying sometimes, the only problem I saw was getting the filename from the server when for example a download-script is used... (download.php which results in a differen filename for example xyz.zip) Lukas So well, I think this is fixed in latest KGet... If you want to have downloads directly added to the Queue instead of having a dialog pop up, use the Default Directories and turn off the "Default directories as suggestion" option... Thanks Lukas |