17005N/Adiff -ruN gnome-control-center-2.27.5.orig/capplets/about-me/gnome-about-me.c gnome-control-center-2.27.5/capplets/about-me/gnome-about-me.c
17005N/A--- gnome-control-center-2.27.5.orig/capplets/about-me/gnome-about-me.c 2009-08-12 15:43:32.631978317 +0100
17005N/A+++ gnome-control-center-2.27.5/capplets/about-me/gnome-about-me.c 2009-08-12 15:45:30.962135218 +0100
17005N/A@@ -864,7 +864,25 @@
17005N/A GtkBuilder *dialog;
13751N/A
13751N/A dialog = me->dialog;
13751N/A+#if (defined(sun) && defined(__SVR4))
13751N/A+ /* Use gnome-terminal embedded passwd due to inability to fork passwd in
13751N/A+ * the background.
13751N/A+ */
13751N/A+ {
13751N/A+ GError *error = NULL;
13751N/A+ gchar *command = NULL;
15559N/A+
15559N/A+ command = g_strdup_printf("gnome-terminal --window --title '%s' --hide-menubar -e /usr/bin/passwd",
13751N/A+ _("Change password") );
13751N/A+
13751N/A+ if ( command != NULL ) {
13751N/A+ g_spawn_command_line_async( command, &error);
13751N/A+ g_free(command);
13751N/A+ }
13751N/A+ }
13751N/A+#else
13751N/A gnome_about_me_password (GTK_WINDOW (WID ("about-me-dialog")));
13751N/A+#endif
13751N/A }
13751N/A
15559N/A static void