Re: gspawn-win32-helper
| Newsgroups | gmane.comp.video.gimp.windows.devel |
|---|---|
| Message-ID | <[email protected]> |
--- In [email protected], Joaquin Cuenca Abela <e98cuenc@y...> wrote: > Just guessing, but did you tried putting double quotes > around the path? > > like "\"C:\\Program Files\\internet > explorer\\iexplore.exe\"" > Success! The path "'\"c:\\program files\\internet explorer\\iexplore.exe\"'" (putting the real path into escaped double quotes and then into single quotes and double-quoting everything for the string to work as a C string) seems to work. But I still think this is a bug that should be fixed sooner or later.