https://bugs.kde.org/show_bug.cgi?id=425005
Bug ID: 425005 Summary: Dolphin shows wrong error message if a target of a symlink is not found Product: dolphin Version: 20.04.2 Platform: openSUSE RPMs OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: dolphin-bugs-n...@kde.org Reporter: alexander.shchadi...@gmail.com CC: kfm-de...@kde.org Target Milestone: --- SUMMARY If a user tries to open a symlink after it's target was deleted a wrong error message appears (a text label shows a path to a symlink where a path to a target is expected). STEPS TO REPRODUCE 1. touch target 2. ln -s target link 3. rm target 4. Open Home directory in Dolphin. 5. Try to open "link" file with Dolphin. OBSERVED RESULT Error message is shown: "Unable to run the command specified. The file or folder <path_to_link> does not exist", where <path_to_link> is a path that references a symlink created in step 2. EXPECTED RESULT Error message is shown: "Unable to run the command specified. The file or folder <path_to_target> does not exist", where <path_to_target> is a path that references a file created in step 1. SOFTWARE/OS VERSIONS openSUSE Leap 15.2 KDE Plasma Version: 5.18.5 KDE Frameworks Version: 5.71.0 Qt Version: 5.12.7 -- You are receiving this mail because: You are watching all bug changes.