Version: (using KDE 4.3.0) Compiler: x86_64 architecture OS: Linux Installed from: Ubuntu Packages When you select a default folder for a download group ("Settings" | "Groups" | "Configure" | "Default folder") through the folder selection dialog (little blue folder icon) the resulting path is missing the trailing slash "/". For example, in my system I selected "Documentos" on my home folder, resulting in "/home/naproxeno/Documentos" instead of "/home/naproxeno/Documentos/". With the former, KGet tries to save every download as a file named "Documentos" instead of saving it inside that folder, and asks for an alternative name. KGet only does what is expected if the path ends in a slash. Considering this, KGet should automatically add a slash when the user selects a folder in the settings of a download group.
SVN commit 1023319 by dario: Always add the trailing slash to download folder locations when changed in the group settings dialog. BUG: 204666 M +1 -1 groupsettingsdialog.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1023319
Could you backport this to 4.3?
SVN commit 1033860 by mfuchs: Backport of r1023319 Always add the trailing slash to download folder locations when changed in the group settings dialog. CCBUG: 204666 M +1 -1 groupsettingsdialog.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1033860
Thanks a lot!