xqemu / xqemu-manager

Simple graphical user interface to manage XQEMU
http://xqemu.com
GNU General Public License v2.0
34 stars 10 forks source link

Special characters not supported in pathname #13

Closed JayFoxRox closed 6 years ago

JayFoxRox commented 6 years ago

While #12 was a hacky way to support spaces, we still don't support other symbols in paths (MCPX, Flash, HDD, DVD path). This probably includes backslash (\), comma (,) and possibly more.

We should properly use a double quoted string in the command lines whenever necessary. Also see previously mentioned #12 where to implement this.