After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 338134 - g_spawn_*() should mention that you want to use gdk_spawn_*() instead
g_spawn_*() should mention that you want to use gdk_spawn_*() instead
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: docs
2.10.x
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2006-04-11 20:41 UTC by Federico Mena Quintero
Modified: 2006-12-17 18:49 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Federico Mena Quintero 2006-04-11 20:41:59 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.
Comment 1 Mark McLoughlin 2006-04-11 21:26:49 UTC
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.
Comment 2 Matthias Clasen 2006-12-17 18:49:58 UTC
2006-12-17  Matthias Clasen  <mclasen@redhat.com>

        * glib/gspawn.c: Add some pointers to the gdk_spawn_
        variants.  (#338134, Federico Mena Quintero)