marnanel: (party hat)Monument ([personal profile] marnanel) wrote,
@ 2011-01-16 11:38 am UTC
Entry tags:code, pccu, pgo, pmo
I have had this sitting half-written in my projects directory for far too long, so I present: Imgur Integration version 0.20. imgur.com is a website which allows you to host arbitrary images without creating an account. This program includes a DBus service which allows posting of images to imgur.com, a command-line interface to the DBus service, and an Eye of Gnome plugin to do the same. It is not an official client, but I have talked to the imgur admins and they are happy about its existence.

So when you open a picture, you have a menu option that uploads it and opens a browser at the right page, with no configuration, thus:

screenshot


You have to turn on the plugin in eog after installation (Edit > Preferences > Plugins > Post to imgur.com). If I package this, I may make it turn on automatically, since it's a little hard to find this.

As originally conceived, it would have also allowed you to use libsocialweb to tweet/dent the resulting URL. I took this out for now because libsocialweb also has API to post pictures, and I wasn't sure how best to do it. There is still a rather useless dependency on libsocialweb. Sorry about that.

eog seems not to look in /usr/local/share/eog/plugins, only /usr/share/eog/plugins. You may therefore have to set --prefix appropriately, or simply copy the files from /usr/local to /usr by hand after installation. Sorry about that, too.

There was a partially-written libsharing plugin for Maemo which used the imgur DBus service, but it's not finished. It could be finished, if people would like it.

Other thoughts on how the program could develop are in the README. You can download the program or look at the source control. This is quite a rough draft. Patches and suggestions are, as always, welcome.


(Read 14 comments) - (Post a new comment)
(Flat) (Top-level comments only)

Awesome!


[identity profile] gedmin.as
2011-01-16 07:19 pm UTC (link)
Two things:

* I, for one, would *love* to have this as a Maemo sharing plugin. Hassle-free uploading of screenshots, yay! I was actually looking for this a few days ago, was surprised not find anything, ended up using sharing-cli to scp the screenshot to my own server.

* I'd love a standalone command-line app that doesn't rely on D-Bus.

(Reply to this)  (Thread


marnanel: (party hat)

Re: Awesome!


[personal profile] marnanel
2011-01-16 08:42 pm UTC (link)
Great! If people would use the libsharing plugin, I'll go right ahead and finish it.

The standalone command-line app would be easy, but why would it be better than the app that already exists?

(Reply to this)  (Thread from start)  (Parent)  (Thread


Re: Awesome!


[identity profile] gedmin.as
2011-01-27 07:11 pm UTC (link)
No dependency on D-Bus makes it simpler to use. For example, I can git clone the repository, run the usual ./autogen.sh && make, but when I attempt to run src/cmd/imgur filename.png, I get

"error The name com.imgur was not provided by any .service files"

I've an aversion to running 'sudo make install'. All the software I use either comes from debs, or runs from the source checkout. Partially it's an aversion from the time I thought it would be fun to sudo make install a newer libcairo, which ended up in gdm mysteriously segfaulting a year later, after an apt-get dist-upgrade, when /usr/local/lib/libcairo was being picked up in place of a newer system-wide /usr/lib/libcairo. Partially it's just a desire for cleanliness.

Also, I wonder what happens when I ssh to a server and try to run an application that relies on D-Bus. Will the D-Bus daemon be started automatically for me? Will the right service be started? Will those die cleanly when my SSH session terminates?

(Reply to this)  (Thread from start)  (Parent


FSQrUuQYuQjVPv


(Anonymous)
2011-09-28 07:41 am UTC (link)
4g0Hpu Interesting, but still I would like to know more about it. Liked the article:D

(Reply to this)  (Thread from start)  (Parent


vpyPNrOeGN


(Anonymous)
2011-09-29 11:20 am UTC (link)
wMBg2m I must admit, the webmaster is a cool guy..!

(Reply to this)  (Thread from start)  (Parent



(Read 14 comments) - (Post a new comment)
(Flat) (Top-level comments only)