linux screen capture to picasaweb
Posted by ark, ,
on my mac I use skitch, it's awesome. on my Linux desktop I use something more ghetto but it's been working well for me.

with your picasaweb account click on settings. It should take you to the picasaweb settings page. if you haven't yet, type in a secret word and note the email address. When you email things to this address they'll end up in your 'Drop Box' album. It'll make one if you don't have one. You can get fancy by using a subject and it'll make an album with the subject I think.

then you just need a line like this in your window manager menu file. I use fluxbox, your syntax might be different

  [exec] (Screen Cap to Picasa) {O=/tmp/cap-$(date +%F-%R).png; /usr/bin/import $O; echo | /usr/bin/mutt -a $O -- picasawebusername.secretword@picasaweb.com; /bin/rm $O } <>

tah dah, a nice menu that allows you to grab some screen and then upload it to picasaweb in one go. You'll need to install imagemagick and mutt of course.

Comments