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

Clipboard not clearing on Linux #50

Closed
gamesguru opened this issue Feb 4, 2020 · 4 comments
Closed

Clipboard not clearing on Linux #50

gamesguru opened this issue Feb 4, 2020 · 4 comments

Comments

@gamesguru
Copy link

Seems the clipboard is staying put after 15 seconds.

System report

~$ lsb_release -d
Description:	Ubuntu 18.04.4 LTS

~$ uname -r
4.15.0-76-generic

~$ xinput --version
xinput version 1.6.2
XI version on server: 2.3

~$ xclip -version
xclip version 0.12

~$ python3 --version
Python 3.6.9

~$ pip3 show pyvault
Name: pyvault
Version: 2.3.1
@gabfl
Copy link
Owner

gabfl commented Feb 5, 2020

@gamesguru can you please post the result of pip3 freeze?

@gamesguru
Copy link
Author

Ok well the deps i emailed you are one computer.

Just re-installed a fresh copy of Ubuntu on another computer, and am facing the same issue:

appdirs==1.4.3
apturl==0.5.2
argcomplete==1.8.1
argh==0.26.2
asn1crypto==0.24.0
attrs==19.3.0
bcrypt==3.1.4
black==19.10b0
blessings==1.6
bpython==0.17.1
Brlapi==0.6.6
certifi==2019.11.28
chardet==3.0.4
Click==7.0
colorama==0.4.3
command-not-found==0.3
cryptography==2.1.4
cupshelpers==1.0
curtsies==0.2.12
defer==1.0.6
distro-info===0.18ubuntu0.18.04.1
greenlet==0.4.12
httplib2==0.9.2
idna==2.8
importlib-metadata==1.5.0
keyring==10.6.0
keyrings.alt==3.0
language-selector==0.1
launchpadlib==1.10.6
lazr.restfulclient==0.13.5
lazr.uri==1.0.3
louis==3.5.0
macaroonbakery==1.1.3
more-itertools==8.2.0
netifaces==0.10.4
oauth==1.0.1
olefile==0.45.1
packaging==20.1
passwordgenerator==1.4
pathspec==0.7.0
pathtools==0.1.2
pexpect==4.2.1
Pillow==5.1.0
pluggy==0.13.1
protobuf==3.0.0
py==1.8.1
pycairo==1.16.2
pycrypto==2.6.1
pycryptodome==3.6.6
pycups==1.9.73
Pygments==2.2.0
pygobject==3.26.1
pymacaroons==0.13.0
PyNaCl==1.1.2
pyparsing==2.4.6
pyperclip==1.7.0
pyRFC3339==1.0
pysqlcipher3==1.0.3
pytest==5.3.5
python-apt==1.6.5+ubuntu0.2
python-dateutil==2.6.1
python-debian==0.1.32
python-dotenv==0.10.5
pytz==2018.3
pyvault==2.3.1
pyxdg==0.25
PyYAML==3.12
regex==2020.1.8
reportlab==3.4.0
requests==2.22.0
requests-unixsocket==0.1.5
SecretStorage==2.3.1
simplejson==3.13.2
six==1.14.0
SQLAlchemy==1.3.13
system-service==0.3
systemd-python==234
tabulate==0.8.6
toml==0.10.0
typed-ast==1.4.1
ubuntu-drivers-common==0.0.0
ufw==0.36
unattended-upgrades==0.1
urllib3==1.25.8
usb-creator==0.3.3
wadllib==1.3.2
watchdog==0.8.3
wcwidth==0.1.8
xkit==0.0.0
zipp==2.1.0
zope.interface==4.3.2

@gabfl
Copy link
Owner

gabfl commented Feb 7, 2020

thank you I will get back to you!

@gabfl
Copy link
Owner

gabfl commented Feb 8, 2020

@gamesguru thank you for the bug report, a patch has been published to resolve this issue.

You can update vault with pip3 install -U pyvault

@gabfl gabfl closed this as completed Feb 8, 2020
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

2 participants