This repository was archived by the owner on Sep 2, 2021. It is now read-only.
use g_spawn_command_line_async instead of execlp #319
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
@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 brackets#4932