Canop / broot

A new way to see and navigate directory trees : https://dystroy.org/broot
MIT License
10.39k stars 226 forks source link

actions on new panel broken on windows since 1.30 #809

Closed Canop closed 7 months ago

Canop commented 7 months ago

This was reported by @alexs-n here: https://github.com/Canop/broot/issues/804#issuecomment-1866958386

i think this fix or at least version 1.30.0 > breaks something on windows @Canop . the right/ second panel is broken and commands like cpp and mvp wont work.

the path is not correct

image

Canop commented 7 months ago

This is obviously related to the canonicalization I added in 1.30, which on Windows changes the path to an UNC path, which isn't compatible with several Windows commands.

Canop commented 7 months ago

As I can't test on Windows, I won't try building my own canonicalization (hint: others could try) but I'll just stop doing it on Windows.