Skip to content

startViewer function does not work on gnu/linux #4

@escribanoruben

Description

@escribanoruben

I suggest making the following changes on pisa.py line 470
Change this:
os.system('open "%s"' % filename)

For this:
os.system('xdg-open "%s"' % filename)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions