blinksh / blink

Blink Mobile Shell for iOS (Mosh based)
https://blink.sh
GNU General Public License v3.0
6.19k stars 577 forks source link

Symbolic soft links not working with file system integration #1447

Open aabdellah opened 2 years ago

aabdellah commented 2 years ago

Checklist

Configuration

Blink 15.0.7 iOS 15.4

Describe the bug

When using the FileProvider integration, it’s not possible to resolve symbolic links created by ln -s and shows the following error in Files app instead of showing the contents of the linked directory which the user has access to:

The folder contents could not be displayed because of an unknown error.

I have noticed that Files app shows the name of the directory linked instead of the link name.

For example a link created using ln -s foo /home/user/bar shows bar instead of foo in the Files app.

bretmartin commented 2 years ago

Confirmed here — symbolic link targets are displayed rather than the link name.