-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using "Show in folder" gives DNU #568
Comments
The problem is that these methods are implemented on Win32Platform and are not available to class Win64Platform I guess we need to move them to superclass WinPlatform or use a call to "ShellExecuteW" for Win64. This is already a problem that need to be fixed in underlying Pharo platform - not really a problem of Launcher itself. |
Quick and dirty workaround: moving the two method to WinPlatform solved the issue. |
It had been solved already here: dbca063 BUT: The launcher should better use the method #openInOSFileBrowser on a file refernence in newer Pharo versions. Example: FileSystem workingDirectory openInOSFileBrowser |
…rowser in more recent versions of Pharo Fix pharo-project#568
When you use "Show in folder" from the context menu in the images list on Windows 10 it gives a DNU:
The text was updated successfully, but these errors were encountered: