Simply surrounding the arguments with quotes is probably no good idea, as the OSUtils class cannot know the meaning of the arguments (if there should be 1 or several seperated by space).
Should we fix the invocation of of OSUtils in ApplicationLauncher Plugin? Are there any side effects on other platforms?
In the current master branch the file explorer is opened instead. In Asterics 3.0.1 it still works correctly.
Here is the log output for the master branch
The log output for 3.0.1:
It seems that the missing quote of the command parameter (the URL) is responsible for the problem. This was probably broken by https://github.com/asterics/AsTeRICS/commit/0b0cf23cf163184de35756a6393d0bd3c7734097
Solution
Simply surrounding the arguments with quotes is probably no good idea, as the OSUtils class cannot know the meaning of the arguments (if there should be 1 or several seperated by space). Should we fix the invocation of of OSUtils in ApplicationLauncher Plugin? Are there any side effects on other platforms?
@klues any ideas?