Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pressing Open full report causes a crash on Linux #13

Closed
hojjatabdollahi opened this issue Nov 21, 2022 · 2 comments
Closed

Pressing Open full report causes a crash on Linux #13

hojjatabdollahi opened this issue Nov 21, 2022 · 2 comments
Labels
bug Something isn't working Linux Something related to Linux operating system

Comments

@hojjatabdollahi
Copy link

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
@GyulyVGC
Copy link
Owner

GyulyVGC commented Nov 21, 2022

In my Kali distro, also open works fine.

I'll try with xdg-open and if it works as well on Debian/Kali I'll use it in my code.

Thank you for having discovered this bug on Ubuntu!

@GyulyVGC
Copy link
Owner

I verified and xdg-open also works on my distro.

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

@GyulyVGC GyulyVGC added the bug Something isn't working label Mar 27, 2023
@GyulyVGC GyulyVGC added the Linux Something related to Linux operating system label May 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Linux Something related to Linux operating system
Projects
None yet
Development

No branches or pull requests

2 participants