Skip to content

Commit 57e1d00

Browse files
committed
Merge pull request #654 from alex-konovalov/help-viewer-fix
Fix for using firefox as a help viewer
2 parents 94f66d8 + 393a940 commit 57e1d00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/helpview.gi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ else # UNIX but not Mac OS X
218218
HELP_VIEWER_INFO.firefox := rec(
219219
type := "url",
220220
show := function(url)
221-
Exec(Concatenation("firefox -remote \"openURL(file:", url, ")\""));
221+
Exec(Concatenation("firefox \"file://", url,"\" >/dev/null 2>1 &"));
222222
end
223223
);
224224

0 commit comments

Comments
 (0)