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
When attempting to browse history of a file, a FileNotFoundError is thrown
Traceback (most recent call last): File "/opt/sublime_text/sublime_plugin.py", line 798, in run_ return self.run(edit) File "{{SUBLIME_DIR}}/Packages/Local History/LocalHistory.py", line 164, in run subprocess.call('xdg-open %s' % target_dir) File "./python3.3/subprocess.py", line 523, in call File "./python3.3/subprocess.py", line 819, in __init__ File "./python3.3/subprocess.py", line 1448, in _execute_child FileNotFoundError: [Errno 2] No such file or directory: 'xdg-open {{FILE_DIR}}'
OS: Linux Distribution: Ubuntu Release: 16.04.1 LTS (Xenial) Sublime Text Version 3, Build 3119
The text was updated successfully, but these errors were encountered:
I believe this is a bug introduced in #73
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
When attempting to browse history of a file, a FileNotFoundError is thrown
OS: Linux
Distribution: Ubuntu
Release: 16.04.1 LTS (Xenial)
Sublime Text Version 3, Build 3119
The text was updated successfully, but these errors were encountered: