Issue by jasonsanjose
Tuesday Sep 03, 2013 at 17:27 GMT
Originally opened as adobe#319
@macie After merging #317 I noticed in the execlp and execl docs http://linux.die.net/man/3/execlp...
The exec() family of functions replaces the current process image with a new process image
This didn't seem right to replace the brackets process with the browser. To avoid this, I moved to g_spawn_command_line_async https://developer.gnome.org/glib/2.34/glib-Spawning-Processes.html#g-spawn-command-line-async.
While cleaning that up, I also...
jasonsanjose included the following code: https://github.com/adobe/brackets-shell/pull/319/commits
Tuesday Sep 03, 2013 at 17:27 GMT
Originally opened as adobe#319
@macie After merging #317 I noticed in the
execlpandexecldocs http://linux.die.net/man/3/execlp...This didn't seem right to replace the
bracketsprocess with the browser. To avoid this, I moved tog_spawn_command_line_asynchttps://developer.gnome.org/glib/2.34/glib-Spawning-Processes.html#g-spawn-command-line-async.While cleaning that up, I also...
CloseLiveBrowserto also kill the same set of browsers google-chrome, chromium, and chromium-browserShowFolderInOSWindowto usefile:urisg_get_user_config_dirinstead of$HOMEto get the correct config folder, see Follow XDG Base Directory Specification adobe/brackets#4932jasonsanjose included the following code: https://github.com/adobe/brackets-shell/pull/319/commits