dewdrop icon indicating copy to clipboard operation
dewdrop copied to clipboard

Not working any more as of Nov 2017

Open seffw opened this issue 7 years ago • 1 comments

Seems updates to Python or Ubuntu means this is not working any more. Shame as Droplr looks great. They should have funded this to ensure the project was maintained (they've lost at least one customer because of having no current, working Linux client)

seffw avatar Nov 22 '17 20:11 seffw

I got it working by using the following additional dependencies:

sudo apt install python-simplejson
sudo apt install python-pycurl
sudo apt install python-notify2
pip install pynotify
sudo apt-get install python-appindicator

Except for the appindicator at the end the output of the program is quite verbose about missing dependencies and from there it's only a little bit searching.

davidsneighbour avatar Dec 21 '17 05:12 davidsneighbour