Re: [Rhythmbox-devel] Open containing folder plugin

2012-08-08 Thread Donagh Horgan
Hi, thanks for the reply and sorry for mine being so late! I got talking to another developer about it last week and he suggested I add an entry for my plugin to the third party plugins page, so I've added one linking back to my home page and the source code. I assume this is ok? Let me know if not

Re: [Rhythmbox-devel] Open containing folder plugin

2012-08-02 Thread ikwyl6
Why not contact the author and ask him to host your 2.96+ plugin version from his website and he can still provide his 0.13 version. If not, create a google code page and add it there and then list your 2.96 version to the Rhythmbox plugins page - it's editable by any user. On Thu, Jul 26, 2012

Re: [Rhythmbox-devel] Open containing folder plugin

2008-01-13 Thread giopas
Adolfo González Blázquez ha scritto: > Well, i've just uploaded version 0.2, which uses xdg-open, so it will > work on any freedesktop.org compliant environment. > > http://www.infinicode.org/code/rb/rb-open-folder-0.2.tar.gz > > -- adolfo > After 2 months, I remember that that plugin never wor

Re: [Rhythmbox-devel] Open containing folder plugin

2007-11-28 Thread Andrew Conkling
On Nov 27, 2007 6:26 PM, Adolfo González Blázquez <[EMAIL PROTECTED]> wrote: > python-xdg doesn't seem to have such function, so I'm trying the other > version but, are xdg-utils (the one that has xdg-open) installed by > default in the major distros? > I can't speak in general, but it is install

Re: [Rhythmbox-devel] Open containing folder plugin

2007-11-28 Thread Adolfo González Blázquez
Well, i've just uploaded version 0.2, which uses xdg-open, so it will work on any freedesktop.org compliant environment. http://www.infinicode.org/code/rb/rb-open-folder-0.2.tar.gz -- adolfo El mié, 28-11-2007 a las 08:34 +0100, giopas escribió: > Adolfo González Blázquez wrote: > > El mié, 28-1

Re: [Rhythmbox-devel] Open containing folder plugin

2007-11-27 Thread giopas
Adolfo González Blázquez wrote: > El mié, 28-11-2007 a las 00:14 +0100, Piotr Gaczkowski escribió: > >> On Nov 27, 2007 11:50 PM, Adolfo González Blázquez >> <[EMAIL PROTECTED]> wrote: >> >>> I'm using os.popen('nautilus "%s"' % dirpath), so it won't work. I >>> should find a better way to

Re: [Rhythmbox-devel] Open containing folder plugin

2007-11-27 Thread Adolfo González Blázquez
El mié, 28-11-2007 a las 00:14 +0100, Piotr Gaczkowski escribió: > On Nov 27, 2007 11:50 PM, Adolfo González Blázquez > <[EMAIL PROTECTED]> wrote: > > > > I'm using os.popen('nautilus "%s"' % dirpath), so it won't work. I > > should find a better way to do this, as you point... > > What about usi

Re: [Rhythmbox-devel] Open containing folder plugin

2007-11-27 Thread Piotr Gaczkowski
On Nov 27, 2007 11:50 PM, Adolfo González Blázquez <[EMAIL PROTECTED]> wrote: > > I'm using os.popen('nautilus "%s"' % dirpath), so it won't work. I > should find a better way to do this, as you point... What about using xdg-open instead of nautilus? Or perhaps there's even a function for it. Try

Re: [Rhythmbox-devel] Open containing folder plugin

2007-11-27 Thread Adolfo González Blázquez
El mar, 27-11-2007 a las 17:41 -0500, Andrew Conkling escribió: > On Nov 27, 2007 3:34 PM, Adolfo González Blázquez > <[EMAIL PROTECTED]> wrote: > I've written my first Rhythmbox plugin, which is used to open > the > containing folder of the selected track. Is quite simple,

Re: [Rhythmbox-devel] Open containing folder plugin

2007-11-27 Thread Adolfo González Blázquez
The standard way to install is: $ cd ~/.gnome2/rhythmbox/plugins $ wget http://www.infinicode.org/code/rb/rb-open-folder-0.1.tar.gz $ tar xzf rb-open-folder-0.1.tar.gz $ rm rb-open-folder-0.1.tar.gz That should be enough, if you have Rhythmbox > 0.96 and pygtk installed Maybe i should write in th

Re: [Rhythmbox-devel] Open containing folder plugin

2007-11-27 Thread Andrew Conkling
On Nov 27, 2007 3:34 PM, Adolfo González Blázquez <[EMAIL PROTECTED]> wrote: > I've written my first Rhythmbox plugin, which is used to open the > containing folder of the selected track. Is quite simple, but I wanted > something similar to what iTunes does. > > It just adds an action to the conte