BuddiesOfBudgie / budgie-control-center

Budgie Control Center is a fork of GNOME Control Center for the Budgie 10 Series.
GNU General Public License v2.0
26 stars 13 forks source link

Correct instances of g_spawn_check_exit_status #14

Closed fossfreedom closed 2 years ago

fossfreedom commented 2 years ago

We should be using g_spawn_check_wait_status() since exit_status is deprecated and misleading for when spawning processes. https://docs.gtk.org/glib/func.spawn_check_exit_status.html