Bug#600365: gksu never runs the program requested on GNU/kFreeBSD

Petr Salinger Petr.Salinger at seznam.cz
Tue Nov 16 19:32:30 UTC 2010


reassign 600365 libgksu 2.0.13~pre1-2
tags 600365 + patch
affects 600365 gksu
--

Hi,

the problem have been also detected on plain FreeBSD.
See http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/141149

And the same fix/workaround also works for current libgksu.

Please apply soon.

Thanks in advance.

 		Petr


--- libgksu/libgksu.c
+++ libgksu/libgksu.c
@@ -2202,7 +2202,9 @@
               write (fdpty, line, strlen(line));
               g_free (line);

+#ifndef __FreeBSD_kernel__
               tcdrain (fdpty);
+#endif

               bzero (buf, 256);
               read (fdpty, buf, 255);









More information about the pkg-gnome-maintainers mailing list