https://bugs.kde.org/show_bug.cgi?id=377768

Justin <justin.zo...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |justin.zo...@gmail.com
         Resolution|---                         |WAITINGFORINFO
             Status|CONFIRMED                   |NEEDSINFO

--- Comment #3 from Justin <justin.zo...@gmail.com> ---
(In reply to Alex Richardson from comment #1)
> A quick grep points me at:
> 
> ```
> KTextEditor::Document *KateDocManager::findDocument(const QUrl &url) const
> {
>     QUrl u(url.adjusted(QUrl::NormalizePathSegments));
> 
>     // Resolve symbolic links for local files (done anyway in KTextEditor)
>     if (u.isLocalFile()) {
>         QString normalizedUrl =
> QFileInfo(u.toLocalFile()).canonicalFilePath();
>         if (!normalizedUrl.isEmpty()) {
>             u = QUrl::fromLocalFile(normalizedUrl);
>         }
>     }
> ```
> 
> Possibly replacing this with KIO::stat() could resolve the issue?

Alex would you be interested in providing a patch for this issue?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to