I\'m trying to run the xdg-open test.pdf command from within a python script, but nothing happens when I execute os.system("xdg-open test.pdf")
xdg-open test.pdf
os.system("xdg-open test.pdf")