Bug 280598 - Dolphin reports internal error after adding a new places entry
Summary: Dolphin reports internal error after adding a new places entry
Status: RESOLVED NOT A BUG
Alias: None
Product: kio
Classification: Frameworks and Libraries
Component: smb (show other bugs)
Version: 4.6
Platform: Fedora RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-22 20:48 UTC by Otso Helenius
Modified: 2017-10-28 15:43 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Otso Helenius 2011-08-22 20:48:02 UTC
Version:           1.6.1 (using KDE 4.6.5) 
OS:                Linux

I right clicked the places-panel in Dolphin and selected Add entry, entered location as smb:myserver (a Samba server). When opening the new entry, Dolphin reports:

"Internal error
Please send a full bug report at http://bugs.kde.org
Unknown error condition in stat: Unknown error 8216"

Reproducible: Always

Steps to Reproduce:
Described above


Expected Results:  
I would expect being able to open the entry.
Comment 1 Otso Helenius 2011-11-09 00:34:52 UTC
Bug still present on Dolphin 1.7, KDE 4.7.2
Comment 2 Otso Helenius 2012-06-18 13:29:17 UTC
Bug still present on Dolphin 2.0 KDE 4.8.3. F17 x86_64
Comment 3 Jean Revertera 2014-03-24 16:39:24 UTC
Same problem here: KDE 4.11.5 (Kubuntu 13.10)
Comment 4 Jean Revertera 2014-03-24 16:51:24 UTC
got it...

It works when I use slashes instead of backslashes.

I'm not sure if it is a matter of misinterpretation of backslashes, or if the error is simply related to the fact that no service could be found.

In all cases, backslashes should be supported just like smbclient does...
Comment 5 Nate Graham 2017-10-28 15:43:13 UTC
Slashes are used on POSIX systems. Keep the backslashes in the Windows world! :)

Also, the correct syntax for a Samba URL is: "smb://user@share/optional/path/to/file"