We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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...
execlp
execl
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.
brackets
g_spawn_command_line_async
While cleaning that up, I also...
CloseLiveBrowser
ShowFolderInOSWindow
file:
g_get_user_config_dir
$HOME
jasonsanjose included the following code: https://github.com/adobe/brackets-shell/pull/319/commits
The text was updated successfully, but these errors were encountered:
Comment by pthiess Wednesday Sep 04, 2013 at 17:12 GMT
@ingorichter Hey Ingo, please take a look .
Sorry, something went wrong.
Comment by jasonsanjose Thursday Sep 05, 2013 at 18:35 GMT
@ingorichter pushed changes. Ready to review.
Comment by jasonsanjose Monday Sep 09, 2013 at 18:17 GMT
Also fixes #4909
Also fixes adobe/brackets#4909
No branches or pull requests
Tuesday Sep 03, 2013 at 17:27 GMT
Originally opened as adobe#319
@macie After merging #317 I noticed in the
execlp
andexecl
docs http://linux.die.net/man/3/execlp...This didn't seem right to replace the
brackets
process with the browser. To avoid this, I moved tog_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...
CloseLiveBrowser
to also kill the same set of browsers google-chrome, chromium, and chromium-browserShowFolderInOSWindow
to usefile:
urisg_get_user_config_dir
instead of$HOME
to 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
The text was updated successfully, but these errors were encountered: