Git Product home page Git Product logo

dewdrop's People

Contributors

adamgalloway-nrg avatar sgricci avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dewdrop's Issues

Remove appindicator dependency

./dewdrop                    
Traceback (most recent call last):
  File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
  File "./dewdrop/__main__.py", line 3, in <module>
  File "./dewdrop/app.py", line 8, in <module>
  File "./dewdrop/dewdrop.py", line 18, in <module>
ImportError: No module named appindicator

Some of us don't use Ubuntu, and Unity is only used by Ubuntu users. Please remove this dependency.

won't work on Ubuntu 13.10

Hi there, when I run it on Ubuntu 13.10 x64 with python installed, it throw me this:

rho@rho-zenbook:~/Descargas$ ./dewdrop
./dewdrop/dewdrop.py:98: Warning: /build/buildd/glib2.0-2.38.0/./gobject/gsignal.c:2475: signal 'child-added' is invalid for instance '0x292e330' of type 'GtkMenu'
not base64
./dewdrop/dewdrop.py:137: Warning: /build/buildd/glib2.0-2.38.0/./gobject/gsignal.c:2475: signal 'child-added' is invalid for instance '0x292e4d0' of type 'GtkMenu'

And then it just freeze. Any ideas?

dev_settings.py

Hello,

After making a few adjustments, I am able to run app.py and get a login window. But I'm assuming I need to copy dev_settings.sample.py to dev_settings.py and then fill in all the API key stuff... right?

Not working any more as of Nov 2017

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)

No JSON object could be decoded

Seeing the following on startup.

./dewdrop/dewdrop.py:98: Warning: /tmp/buildd/glib2.0-2.36.4/./gobject/gsignal.c:2475: signal `child-added' is invalid for instance `0x176c4f0' of type `GtkMenu'
Traceback (most recent call last):
  File "./dewdrop/dewdrop.py", line 115, in show_recent
  File "./dewdrop/dapi.py", line 25, in drops
  File "./dewdrop/libdroplr.py", line 105, in list_drops
  File "./dewdrop/libdroplr.py", line 178, in execute
  File "./dewdrop/libdroplr.py", line 203, in __init__
  File "/usr/lib/python2.7/dist-packages/simplejson/__init__.py", line 451, in loads
    return _default_decoder.decode(s)
  File "/usr/lib/python2.7/dist-packages/simplejson/decoder.py", line 406, in decode
    obj, end = self.raw_decode(s)
  File "/usr/lib/python2.7/dist-packages/simplejson/decoder.py", line 426, in raw_decode
    raise JSONDecodeError("No JSON object could be decoded", s, idx)
simplejson.decoder.JSONDecodeError: No JSON object could be decoded: line 1 column 0 (char 0)
Traceback (most recent call last):
  File "./dewdrop/dewdrop.py", line 115, in show_recent
  File "./dewdrop/dapi.py", line 25, in drops
  File "./dewdrop/libdroplr.py", line 105, in list_drops
  File "./dewdrop/libdroplr.py", line 178, in execute
  File "./dewdrop/libdroplr.py", line 203, in __init__
  File "/usr/lib/python2.7/dist-packages/simplejson/__init__.py", line 451, in loads
    return _default_decoder.decode(s)
  File "/usr/lib/python2.7/dist-packages/simplejson/decoder.py", line 406, in decode
    obj, end = self.raw_decode(s)
  File "/usr/lib/python2.7/dist-packages/simplejson/decoder.py", line 426, in raw_decode
    raise JSONDecodeError("No JSON object could be decoded", s, idx)

How do I build and run?

I've forked the repo, but there's no docs on building and running the app. How is it done?

Properly support private urls

My droplr is configured to use private url's, which dewdrop respects properly. However it copies the url without the password portion, so when I send the url to someone they have to manually enter the password, which I would need to manually retrieve, making the entire purpose of using dewdrop pointless.

It'd be nice if dewdrop, like the native droplr client, could copy private url's with the password included.

No setup.py.

It'd be really nice if I could simply pip install dewdrop rather than having to go to your site and download it manually.

Asynchronous file upload

The file browser opens to select a file to be uploaded stays there while the whole file is being uploaded.

Command line params?

Hello, are there command line options available for this? So I could instantly initiate a screenshot capture, for an example?

Don't start in ubuntu

I just downloaded archive, install depends, run it and nothing happen.
Ubuntu 15.04 python 2.7.9

Imgae upload via URL

If I drag and drop an image directly from the web (Linux Version) , only the link is uploaded not the image.

Can you please fix it.

Regards

Cache recent drops

Rather than querying for them everytime the context window is opened.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.