man/man-db-2.4.3-firefox.dif
OBS User autobuild 6bb1b63a01 Accepting request 24423 from Base:System
Copy from Base:System/man based on submit request 24423 from user msmeissn

OBS-URL: https://build.opensuse.org/request/show/24423
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/man?expand=0&rev=32
2009-11-16 14:50:02 +00:00

33 lines
920 B
Plaintext

Index: src/man.c
===================================================================
--- src/man.c.orig
+++ src/man.c
@@ -2031,21 +2031,23 @@ static void format_display (pipeline *de
if (!status)
break;
}
- if (!candidate)
- error (CHILD_FAIL, 0,
- "couldn't execute any browser from %s",
- html_pager);
free (browser_list);
if (chdir (old_cwd) == -1) {
error (0, errno, _("can't change to directory %s"),
old_cwd);
chdir ("/");
}
+ if (!status)
+ sleep(5); /* firefox runs into background to fast */
if (remove_directory (htmldir) == -1)
error (0, errno, _("can't remove directory %s"),
htmldir);
free (htmlfile);
free (htmldir);
+ if (!candidate)
+ error (CHILD_FAIL, 0,
+ "couldn't execute any browser from %s",
+ html_pager);
} else
#endif /* TROFF_IS_GROFF */
/* TODO: check format_cmd status too? */