On Linux, when a user clicks on Open in terminal from a directory context menu, it ends up in an Error: Improper store into indexable object. The issue is in method StFileBrowserOpenTerminalCommand>>#openLinuxTerminalShellCommand: where it attemps to use a Path as putOn: receiver
On Linux, when a user clicks on Open in terminal from a directory context menu, it ends up in an
Error: Improper store into indexable object
. The issue is in methodStFileBrowserOpenTerminalCommand>>#openLinuxTerminalShellCommand:
where it attemps to use aPath
asputOn:
receiver