
Drop To Imageshack
Source (link to git-repo or to original if based on someone elses unmodified work):
Description:
Inspired by this: http://www.kde-look.org/content/show.php/Drop2Imageshack?content=100881
The first thing I didn't like that it depends on plasma-python. And the second, I wanted to add a couple of features.
Additional dependencies: libcurl.
Minimum KDE Version required: 4.2
Usage: Click on a plasmoid to make and upload screenshot or just drag&drop a file on plasmoid.
This plasmoid features upload history and upload progress.
Installation:
Ubuntu: dpkg -i package.deb
Other distributions:
* tar -xzf plasma-widget-drop2imageshack_0.4.2.orig.tar.gz
* cd plasma-widget-drop2imageshack-0.4.2
* mkdir build
* cd build
* cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
* make
* sudo make install
You can also clone git repository:
git clone git://github.com/holycheater/plasma-widget-drop2imageshack.git Last changelog:
The first thing I didn't like that it depends on plasma-python. And the second, I wanted to add a couple of features.
Additional dependencies: libcurl.
Minimum KDE Version required: 4.2
Usage: Click on a plasmoid to make and upload screenshot or just drag&drop a file on plasmoid.
This plasmoid features upload history and upload progress.
Installation:
Ubuntu: dpkg -i package.deb
Other distributions:
* tar -xzf plasma-widget-drop2imageshack_0.4.2.orig.tar.gz
* cd plasma-widget-drop2imageshack-0.4.2
* mkdir build
* cd build
* cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
* make
* sudo make install
You can also clone git repository:
git clone git://github.com/holycheater/plasma-widget-drop2imageshack.git
0.5.2
* Do not delete notification as it autodeletes in fresh versions of KDE.
0.5.1
* updated desktop file
* fixed notifyrc placement and filename
* plasmoid now accepts image/* mimetypes for drag&drop
0.4.2: Initial public release
Ratings & Comments
19 Comments
seems not working anymore; clicking on the plasmoid starts the upload (of desktop screenshot, I presume) but after reaching 100% no notification or link in clipboard.
forgot to mention that I'm using kubuntu lucid 64bit. thanks
+1, in archlinux :S
>Click on a plasmoid to make and upload screenshot Can this be changed/configured to not upload the whole screen/desktop but only the active window?
Hi ! thanks for that ;) regards
btw how can i edit the imageshack account by using this widget?
Your plasmoid is a very good plasmoid, but I don't use imageshack.us. If it is possible, can you add an entry in your plasmoid for choose another image-hosting? (I am french and I use "http://pix.toile-libre.org" )
in KDE 4.3 there's an included (C++) plasmoid that supports imageshack and pastebin. it lets you set the servers you wish to use, supports drop from places like ksnapshot, supports middle-click pasting, puts the resulting url on the clipboard and presents you with a button to open it in a browser ... it's pretty cool, and in kdeplasma-addons. please feel free to join us there to improve it even further!
ah, it also has upload history. the progress is just the standard busy wheel though :)
http://yfrog.com/0rsnapshot5ap :(
Please add support for drag and drop from KSnapshot -see screenshot: http://imagebin.ca/img/CSqjEJTA.jpg this drag and drop works with pastebin!
I'll look into this. Thanks for the feedback :)
Great, but it doesn't install on suse the way you told it should install.;/ How to install it properly on suse?
do you have libcurl packages installed? what's the error output?
cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` .. This command returns nothing. Then I do "make" and it turns back that "makefile not found".
Weird. Do you have cmake installed? It should give some output even if makefile creation failed.
Now it's installed;) I updated cmake.
Nice to hear that. Could you tell me what version of cmake you used before and what version is now, so I've update CMakeLists with cmake minimum requirements in case of future issues of other users.
Or you can use the packages in the openSUSE Build Service. :) http://software.opensuse.org/search?baseproject=ALL&p=1&q=plasmoid-drop2imageshack