[Xfce-bugs] [Bug 5889] New: setsid() in xfce_spawn

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Tue Oct 20 16:45:51 CEST 2009


http://bugzilla.xfce.org/show_bug.cgi?id=5889

           Summary: setsid() in xfce_spawn
    Classification: Xfce
           Product: Libxfce4ui
           Version: 4.7.0
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: Medium
         Component: General
        AssignedTo: nick at xfce.org
        ReportedBy: nick at xfce.org
         QAContact: bjt23 at cornell.edu
                CC: xfce-bugs at xfce.org


When porting Xfrun to 4ui, the following function was called.

static void
xfrun_spawn_child_setup(gpointer data)
{
#if !defined(G_OS_WIN32) && defined(HAVE_SETSID)
    setsid();
#endif
}

I used gdk_spawn_on_screen directly, so not an issues for xfrun, but do we need
something like this in xfce_spawn?

-- 
Configure bugmail: http://bugzilla.xfce.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the Xfce-bugs mailing list