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: [email protected]
ReportedBy: [email protected]
QAContact: [email protected]
CC: [email protected]
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.
_______________________________________________
Xfce-bugs mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce-bugs