Shutdown Dialogue using Alt + F4
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
1. I recommend to keep everything in the same enable and disable function. 2. As mentioned in the previous review, you need to remove the source id of that `child_watch_add()`. `child_watch_add()` is creating a loop. so you can remove the returned id by `GLib.Source.remove(id)`;