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

            Bug ID: 372788
           Summary: src/core/kfileitem.cpp is still using
                    QFile::symLinkTarget() to get the target of the
                    symbolic link.
           Product: frameworks-kio
           Version: 5.28.0
          Platform: Archlinux Packages
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: fa...@kde.org
          Reporter: archer_...@yahoo.co.jp
                CC: kdelibs-b...@kde.org
  Target Milestone: ---

This is related to https://bugs.kde.org/show_bug.cgi?id=352927.
src/ioslaves/file/file.cpp has been fixed by using readlink instead of
symlinkTarget(), but src/core/kfileitem.cpp still uses QFile::symLinkTarget().

For that reason, under certain circumstances, Dolphin's properties dialog will
show the target of the symbolic link as an absolute path even though it is
actually a relative path.

Is it ok to copy the same code as src/ioslaves/file/file.cpp?
Or how can it avoid duplication of code?


Thanks.

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

Reply via email to