tChange default browser to Firefox - vaccinewars - be a doctor and try to vaccinate the world
HTML git clone git://src.adamsgaard.dk/vaccinewars
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 6f4dc35b7dd0487b29c05490d2a79d07c6fa7a89
DIR parent b0756ad94e664d430149faa4c739f00346a5fdb3
HTML Author: Ben Webb <ben@salilab.org>
Date: Fri, 13 Nov 2020 00:29:31 -0800
Change default browser to Firefox
Diffstat:
M ChangeLog | 2 ++
M doc/configfile.html | 2 +-
M src/dopewars.c | 2 +-
3 files changed, 4 insertions(+), 2 deletions(-)
---
DIR diff --git a/ChangeLog b/ChangeLog
t@@ -14,6 +14,8 @@ SVN
and MetaServer.UseSocks are removed (set the https_proxy environment
variable instead, as per
https://curl.haxx.se/libcurl/c/libcurl-tutorial.html#Environment)
+ - The default web browser on Linux has changed from 'mozilla' to
+ 'firefox'.
- Add sound support on Mac.
- Add 64-bit Windows binaries.
- Fix for a DOS against the server using the REQUESTJET message type
DIR diff --git a/doc/configfile.html b/doc/configfile.html
t@@ -182,7 +182,7 @@ can cause problems with debugging, or with other programs that need to keep
track of the process, setting Daemonize to FALSE will run the program in the
foreground. Only supported on Unix systems.</dd>
-<dt><b>WebBrowser=<i>/usr/bin/mozilla</i></b></dt>
+<dt><b>WebBrowser=<i>/usr/bin/firefox</i></b></dt>
<dd>Sets the program used to display website URLs. This is used only by the
Unix version, as under Windows the standard mechanism for associating file
types with applications is used.</dd>
DIR diff --git a/src/dopewars.c b/src/dopewars.c
t@@ -2405,7 +2405,7 @@ static void SetupParameters(GSList *extraconfigs, gboolean antique)
AssignName(&ServerName, "localhost");
AssignName(&ServerMOTD, "");
AssignName(&BindAddress, "");
- AssignName(&WebBrowser, "/usr/bin/mozilla");
+ AssignName(&WebBrowser, "/usr/bin/firefox");
AssignName(&Sounds.FightHit, SNDPATH"colt.wav");
AssignName(&Sounds.EnemyBitchKilled, SNDPATH"shotdown.wav");