pharo-project / pharo-launcher

Lets you manage your pharo images and download new ones
https://pharo-project.github.io/pharo-launcher/
MIT License
108 stars 46 forks source link

"Show in Folder" not functionning on Mac OS 11.2 Big Sur #513

Closed bouraqadi closed 2 years ago

bouraqadi commented 3 years ago

To Reproduce Steps to reproduce the behavior:

  1. Right Click on any image
  2. You get the user home folder instead of the folder of the selected image

Version information:

demarey commented 2 years ago

Hi Noury,

Thank you for reporting. Unfortunately, I do not have Big Sur to test this problem. Pharo Launcher does almost nothing by running a shell command: open some_path. Could you put a breakpoint in PhLFileBrowser>>#visitMacOS: and see the command that is executed? Path should be correct. If so, try to run the same command from a terminal, if not then we should debug the path coming to this method.

bouraqadi commented 2 years ago

The command line is correct open ""<pathToImageFolder>"" By accident, I had the finder in list mode and it worked. Switching back column mode I get the bug. I get the same behavior from a terminal. Conclusion: This is a MacOS bug.