https://bugs.kde.org/show_bug.cgi?id=429067
Sin Jeong-hun <typing...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |typing...@gmail.com --- Comment #3 from Sin Jeong-hun <typing...@gmail.com> --- Is this a bug or an enhancement? Because, I think the fix would be simple, and yet it's 4-years old. If I open an SMB shared directory and double-click a video file, MPV plays it fine, because Dolphin passes a converted local address to MPV. But if I drag-and-drop the same file to the same MPV, MPV crashes, because Dolphin passes the raw "smb://" address. Then, can't this be solved by passing the same converted local address for drag-and-drop, too? Why pass different addresses depending on double-click or drag-and-dropping? If for some historical backward-compatibility reason, drag-and-drop needs to remain raw network address, how about having an option in the Dolphin's configuration? It could allow users to choose whether to use converted local address or the raw network address for drag-and-drop. -- You are receiving this mail because: You are watching all bug changes.