-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
Hi,
I opened an issue for msf because I was having troubles with opening documentation.
Finally, I found out that open_browser() function were using 'xdg-open' and 'sensible-browser' first (which I think is a good thing) but open_webrtc_browser() uses 'google-chrome' first.
I've found out two solutions :
- update
open_webrtc_browser()function by providing'xdg-open'and'sensible-browser'first (but I'm not sure, as I don't really understand the purpose of this function compared toopen_browser()). - or, update msf's document_generator.rb file, by replacing
open_webrtc_function()withopen_browser()in order to make it more usable (cf. issue).
Could someone tell me what solution in your opinion, is the best ? I'll then make the modifications and make a pull request.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels