Summary: | Kate (4.4.x and 4.5.x) session opening fail | ||
---|---|---|---|
Product: | [Unmaintained] kde-windows | Reporter: | Matteo Azzali <matte.az> |
Component: | general | Assignee: | KDE-Windows <kde-windows> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | aheinecke, brandon.ml, ps_ml |
Priority: | NOR | ||
Version First Reported In: | 4.4 | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Matteo Azzali
2011-01-12 18:11:06 UTC
SVN commit 1214104 by segato: on windows KUrl::path() returns toLocalFile() if the path is local, that means that the path doesn't start with a / so we need to add it back to create a proper url BUG:262971 M +4 -0 kurl.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1214104 SVN commit 1214105 by segato: backport r1214104 on windows KUrl::path() returns toLocalFile() if the path is local, that means that the path doesn't start with a / so we need to add it back to create a proper url CCBUG:262971 M +4 -0 kurl.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1214105 just a side note, the url in the session file are wrong so you need to either remove it in %APPDATA%\.kde\share\apps\kate\sessions or save it again from kate Ok, kdelibs has been updated to version 4.5.4-3 which backports the above fix from Carlo. |