You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Pressing open full report causes a crash on Linux.
Solution: Instead of using the command open for linux here you should probably use xdg-open. I solved this error on my machine by doing sudo ln -s /usr/bin/xdg-open /usr/bin/open.
Desktop (please complete the following information):
OS: Ubuntu 20.04
The text was updated successfully, but these errors were encountered:
I heard of people having problems with xdg-open too, but in that case everything should be fixed just by running sudo apt-get install xdg-utils --fix-missing
Describe the bug
Pressing
open full report
causes a crash on Linux.Solution: Instead of using the command
open
for linux here you should probably usexdg-open
. I solved this error on my machine by doingsudo ln -s /usr/bin/xdg-open /usr/bin/open
.Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: