MeanEYE / Sunflower

Small and highly customizable twin-panel file manager for Linux with support for plugins.
GNU General Public License v3.0
427 stars 41 forks source link

In bookmarks, paths to directories with Cyrillic in names are shown urlencoded, switching to them doesn't work #523

Open insolor opened 2 weeks ago

insolor commented 2 weeks ago

Using current develop version (at e7f2944), Linux Mint 21.3 Cinnamon

Screenshot:

image

Trying to switch to one of the bookmarks:

image

"Yes" does not help, it shows the dialog again. After choosing "No" it shows like the path is changed, but actually opened directory is still the same (root directory in my case):

image

MeanEYE commented 2 weeks ago

Paths are stored as URIs, so they should be URL encoded. Not sure why they are not working, so I'll check that.

insolor commented 2 weeks ago

Update, it even fails to switch to a directory with spaces in its name: image

It switches successfully to the parent ("common") directory, so it's definitely not because of the directory located on a mounted drive.