mono / monodevelop

MonoDevelop is a cross platform .NET IDE
http://www.monodevelop.com
2.84k stars 1.02k forks source link

Sln not loaded from command line when the path contains spaces #9406

Open SeleDreams opened 4 years ago

SeleDreams commented 4 years ago

Operating System KDE neon version 5.17

MonoDevelop version MonoDevelop version 7.8.4 build 2

Architecture amd64

Expected Behaviour MonoDevelop should open any solution given as argument through command line since it can open the exact same solutions through its GUI.

Issue When launching from the command line an sln solution containing spaces, MonoDevelop opens as a new instance but doesn't load the solution.

Screenshots

With spaces monodevelop-failed

With the solution renamed replacing the spaces by dashes monodevelop-success