I used this application for opening my files in a DVM, but it always open with Firefox. Is there any ways to make this thing to open up Brave as it’s default browser?
tzwcfq
June 12, 2022, 6:32pm
2
I didn’t check it myself but you can try this:
It’s starting default system browser defined with browser environment variable $BROWSER. For whonix-ws-dvm it’s torbrowser:
user@host:~$ echo $BROWSER
/usr/bin/x-www-browser
user@host:~$ cat /usr/bin/x-www-browser
#!/bin/bash
## Copyright (C) 2019 - 2021 ENCRYPTED SUPPORT LP <adrelanos@whonix.org>
## See the file COPYING for copying conditions.
## Allow users of Kicksecure to use Tor Browser as their default browser when
## they create file /etc/torbrowser-default-browser.
if [ -f /etc/torbr…
Dev fixation request: change the default browser settings with the already defaullted web browser that was already been default.
Devs do not regularly read this forum. You should create an issue in the Issue Tracker if you think there is a bug.