Netctl Menu allows you to switch between netctl profiles using a menu in the notification area.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
2 | Active |
1 | Rejected |
spawn_async_with_pipes will provide you with open FDs for stdin, stdout and stderr, which you must close (by first wrapping them in a Gio.UnixInputStream/Gio.UnixOutputStream). Or just use spawn_async(), if you don't need the streams. Also, if you pass DO_NOT_REAP_CHILD, you are responsible of keeping the PID and creating a GLib.ChildWatch, or it becomes a zombie.