Summary: | dolphin passes invalid file path when opening files (ms windows) | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Viesturs Zarins <viesturs.zarins> |
Component: | general | Assignee: | KDE-Windows <kde-windows> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | adaptee, faure, peter.penz19, ps_ml |
Priority: | NOR | ||
Version: | 16.12.2 | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | Version Fixed In: | 4.7 | |
Sentry Crash Report: |
Description
Viesturs Zarins
2009-08-30 12:54:08 UTC
yeah, that is a QUrl::path() vs. QUrl::toLocalFile() issue. @Peter: if you know where that path() call is, maybe you can directly change it to toLocalFile(). @Saro: KFileItem::run() is used by Dolphin (which internally uses KFileItem::targetUrl()). I've added David Faure to CC, I guess he knows how this can be fixed without sideeffects... I failed to reproduce the reported problem with media player and notepad using KDE SC 4.7 on Windows XP. |