| Summary: | fish:// have problems following symlinks to directories | ||
|---|---|---|---|
| Product: | [Unmaintained] kio | Reporter: | Gioele Barabucci <dev> |
| Component: | fish | Assignee: | Jörg Walter <trouble> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | opensource, r |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Gioele Barabucci
2004-02-10 13:35:06 UTC
If you copy a single file from localhost to remotehost you'll be asked if you want to replace the symlink the file you're tranfering. If you click 'Reload' while you're in the directory konqueror will ask you if you want to save a file of type application/octects-stream. same issue here, running 3.2.2 Another strange bahavoir is that when using the "Directory first" option, the linked directory will not appear first along the other dirs but along the common files i think the priority of this bug could be increase... it can be warmful for a user going to fast to overwrite his symlink by the directory. additionaly, there is another annoying bug,... openoffice and koffice document are considered GZIP files, ... which is really annoying when double clicking on them. I think its the same bug,... bad recognition of file types. hmm, seems to does the job correctly, but user feedback is not correct. here is what I do server: mkdir temp1 touch temp1/file1 ln -s temp2 home computer: mkdir temp2 touch temp2/file2 fire up konqueror, log in through fish:// drag local temp2 directory over symlinks in fish. konqueror ask if I want to OVERWRITE ? .... well, I said overwrite and it basically move the file2 and delete the local directory. which is good. but I did not think it would do it. See also bug #86334 *** Bug 86334 has been marked as a duplicate of this bug. *** Fixed for KDE 3.3: revision 1.40 date: 2004/05/26 10:03:48; author: faure; state: Exp; lines: +2 -0 Fixed copying/moving files to a symlink-to-a-directory (which used to give a "file was found when a directory was expected" error). |