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

Linux - "open" does not open preview #10

Open
sguav opened this issue Jun 21, 2017 · 0 comments
Open

Linux - "open" does not open preview #10

sguav opened this issue Jun 21, 2017 · 0 comments

Comments

@sguav
Copy link

sguav commented Jun 21, 2017

On Ubuntu 16.04, open is actually openvt which in turn doesn't work for this.

Using xdg-open should do instead

...
 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

munro pushed a commit that referenced this issue Sep 6, 2017
Fix Issue #10 ( support Linux )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant