GNOME Bugzilla – Bug 338134
g_spawn_*() should mention that you want to use gdk_spawn_*() instead
Last modified: 2006-12-17 18:49:58 UTC
Many people use g_spawn_*() directly, and then we get bug reports when programs don't get launched on the right screens. The documentation for the g_spawn_*() functions should mention that people should use gdk_spawn_*() instead, so that they can specify the right screen.
Well, only multi-screen apps need to do this ... i.e. apps that display windows on more than once screen. If apps are only displaying on the default screen as per $DISPLAY, any apps launched will also display on that screen.
2006-12-17 Matthias Clasen <mclasen@redhat.com> * glib/gspawn.c: Add some pointers to the gdk_spawn_ variants. (#338134, Federico Mena Quintero)