Pressing the ShowFiles button in the SetupDialog after cloning a new project kills the application.
The variable PreviousPath contains the remote path with git extension. The function SparkleShare.Controller.OpenSparkleShareFolder (folder_name); expects the local name name (without git extension).
When removing the extension for this function call the folder shows up like expected.
Pressing the ShowFiles button in the SetupDialog after cloning a new project kills the application. The variable
PreviousPath
contains the remote path with git extension. The functionSparkleShare.Controller.OpenSparkleShareFolder (folder_name);
expects the local name name (without git extension). When removing the extension for this function call the folder shows up like expected.