We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On Ubuntu 16.04, open is actually openvt which in turn doesn't work for this.
open
Using xdg-open should do instead
xdg-open
... elif platform.system() == 'Linux': call(['xdg-open', pdf_filename], env=ENVIRON) ...
Not sure if this is just me, quite surprised no linux user found this before
The text was updated successfully, but these errors were encountered:
Merge pull request #11 from mitsugu/master
66d5c74
Fix Issue #10 ( support Linux )
No branches or pull requests
On Ubuntu 16.04,
open
is actually openvt which in turn doesn't work for this.Using
xdg-open
should do insteadNot sure if this is just me, quite surprised no linux user found this before
The text was updated successfully, but these errors were encountered: