Bug 488650 - Cannot access network drive
Summary: Cannot access network drive
Status: REPORTED
Alias: None
Product: dolphin
Classification: Applications
Component: panels: folders (show other bugs)
Version: unspecified
Platform: Other Microsoft Windows
: NOR normal
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-06-18 06:58 UTC by Tim
Modified: 2024-06-18 06:58 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tim 2024-06-18 06:58:04 UTC
SUMMARY
Accessing a network drive does not work when on Windows 11 using Dolphin 24.07.70 (unstable download from the KDE website).

Trying to access with two forward slashes removes the first forward slash, then tells me the folder / directory does not exist
//share/path/to/folder/ -> /share/path/to/folder -> does not exist

Using Windows style double backslash in the beginning will not remove the first one and correctly identify path separators, but tell me "Invalid protocol 'smb'", so I can't access that way either.
\\share\path\to\folder

Trying to add the folder to my Places in the side panel will also replace all backslashes with forward slashes and the first doubled slash will be reduced to a single one, then telling me the folder does not exist (regardless of using forward or back slashes)
\\share\path\to\folder -> /share/path/to/folder

STEPS TO REPRODUCE
1. Install on Windows 11 with access to one network drive
2. Try to open a folder in the network drive
3. Try to add a folder from the network drive to your Places side panel

OBSERVED RESULT
Access is not possible

EXPECTED RESULT
Accessing the folders as usual

SOFTWARE/OS VERSIONS
Windows: Windows 11 x86_64 22H2

ADDITIONAL INFORMATION