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

Xclip not found error #28

Closed
anne-decusatis opened this issue Jul 29, 2016 · 1 comment · Fixed by #29
Closed

Xclip not found error #28

anne-decusatis opened this issue Jul 29, 2016 · 1 comment · Fixed by #29

Comments

@anne-decusatis
Copy link
Contributor

Found this in em but it looks like a Xerox issue.

Proposed fix: document in README that I need to install Xclip for this to work on Ubuntu (I don't seem to have it in 14.04 by default)

Traceback (most recent call last):
  File "/home/anne/.local/bin/em", line 9, in <module>
    load_entry_point('em-keyboard==0.0.7', 'console_scripts', 'em')()
  File "/home/anne/.local/lib/python2.7/site-packages/em/__init__.py", line 147, in cli
    xerox.copy(results)
  File "/home/anne/.local/lib/python2.7/site-packages/xerox/x11.py", line 22, in copy
    raise XclipNotFound
xerox.base.XclipNotFound
@anne-decusatis
Copy link
Contributor Author

Confirmed that this no longer errors after running sudo apt-get install xclip

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

Successfully merging a pull request may close this issue.

1 participant