Description: This is a KDE 4 plasmoid which can upload images to Imageshack.us.
Usage: Just drag and drop your image to the plasmoid, or click to the plasmoid to upload desktop screenshot. After successfull uploading the link is copied to clipboard.
Requirements: python-plasma python-pycurl scrot
TODO: Progressbar Upload images to xs.to, and other image hosting sites
The file drop2imageshack-plasmoid.notifyrc was placed under ~/.kde even though
using openSuse the file should be ~/.kde4
It would appear the file location is hardcoded when it should use $(kde4-config
--localprefix) to determine where to place it
I install successful but it shows this message: "script initialization failed". Can you help me?
I use openSUSE 11.2 , KDE 4.4. In my system I can't find these packages: python-plasma, python-pycurl and scrot
I'm using Kubuntu 8.10 with KDE 4.2 and I was able to install and use version 0.1 of your plasmoid. However, when I want to install version 0.3, I get an error:
heimen-at-kubuntu@heimen-at-compaq:~/Downloads$ plasmapkg -i drop2imageshack-0.3.plasmoid
Installation of /home/heimen-at-kubuntu/Downloads/drop2imageshack-0.3.plasmoid failed.
heimen-at-kubuntu@heimen-at-compaq:~/Downloads$
What could it be? I'd really want the new version...
hello, your plasmoid is very cool ;)
But i have a problem with it.
Plasmoid is blocking whole desktop during uploading... Can you fix that?
Kde 4.2.2, slackware-current
This plasmoid mimics the functionality of the pastebin plasmoid now found in the SVN tree. The pastebin even extends this functionality to include text to pastebin.com. The image servers that the pastebin plasmoid supports are imageshack.us and imagebin.ca.
Can you please make the palasmoid take less space in panel, it is really too big.
The space it takes you can put 3 of its icons.
Very good plasmoid btw ;)
here is a screenshot:
http://img231.imageshack.us/img231/9061/desk2.png
I've made a nautilius-script port http://gnome-look.org/content/show.php?content=100952. If I add some extra features I'll let you know(I was fighting GTK so it's mostly your code at the moment). BTW thanks for that script:)
You may want to change your check method to be case insensitive and allow tiff and bmp:
accept_imgs = ["jpg", "jpeg", "bmp", "gif", "png", "tif", "tiff"]
if not addr.split('.')[-1].lower() in accept_imgs:
Ratings & Comments
22 Comments
The file drop2imageshack-plasmoid.notifyrc was placed under ~/.kde even though using openSuse the file should be ~/.kde4 It would appear the file location is hardcoded when it should use $(kde4-config --localprefix) to determine where to place it
I install successful but it shows this message: "script initialization failed". Can you help me? I use openSUSE 11.2 , KDE 4.4. In my system I can't find these packages: python-plasma, python-pycurl and scrot
can u please make it work with KDE4.3?
What do you think about adding a config window for login before uploading? Maybe for the next version? Very cool! thanks.
maybe in next version
I'm using Kubuntu 8.10 with KDE 4.2 and I was able to install and use version 0.1 of your plasmoid. However, when I want to install version 0.3, I get an error: heimen-at-kubuntu@heimen-at-compaq:~/Downloads$ plasmapkg -i drop2imageshack-0.3.plasmoid Installation of /home/heimen-at-kubuntu/Downloads/drop2imageshack-0.3.plasmoid failed. heimen-at-kubuntu@heimen-at-compaq:~/Downloads$ What could it be? I'd really want the new version...
Never mind, it works after removing version 0.1 and then installing 0.3
hello, your plasmoid is very cool ;) But i have a problem with it. Plasmoid is blocking whole desktop during uploading... Can you fix that? Kde 4.2.2, slackware-current
No notifications for me. Both Mandriva 2009.0 & Opensuse 11.1. Kde 4.2.2
This plasmoid mimics the functionality of the pastebin plasmoid now found in the SVN tree. The pastebin even extends this functionality to include text to pastebin.com. The image servers that the pastebin plasmoid supports are imageshack.us and imagebin.ca.
Can you please make the palasmoid take less space in panel, it is really too big. The space it takes you can put 3 of its icons. Very good plasmoid btw ;) here is a screenshot: http://img231.imageshack.us/img231/9061/desk2.png
Done...
kubuntu : sudo apt-get install python-plasma python-pycurl download and plasmapkg -i 100881-drop2imageshack.zip
I've made a nautilius-script port http://gnome-look.org/content/show.php?content=100952. If I add some extra features I'll let you know(I was fighting GTK so it's mostly your code at the moment). BTW thanks for that script:)
You may want to change your check method to be case insensitive and allow tiff and bmp: accept_imgs = ["jpg", "jpeg", "bmp", "gif", "png", "tif", "tiff"] if not addr.split('.')[-1].lower() in accept_imgs:
I added progressbars in my version, maybe it will help you.
IMO you import sys and don't use it.
and python-pycurl
I've installed it but when i put it on the desktop it says: Could not create a python ScriptEngine for the Drop to Imageshack widget.
It requires python-plasma
plasmapkg -i 100881-drop2imageshack.zip
very good idea ! but it would be much more better if you could describe HOW TO install this :)