Re: Touching a file in another package

2007-06-08 Thread Loïc Minier
On Fri, Jun 08, 2007, Josselin Mouette wrote: > This is what a patch Loïc proposed to gnome-vfs does through a hook > system, but I don't like to add such complex things that have an impact > on a dozen packages to workaround a bug in a single package. What do you find complex? The "hook system"

Re: Touching a file in another package

2007-06-08 Thread Josselin Mouette
Le jeudi 07 juin 2007 à 17:38 +0200, Andreas Barth a écrit : > Why don't you check for updates on another file as well, and just touch > this? In which case it is enough to check for updates in /usr/lib/gnome-vfs-2.0/modules. I have already provided a gstreamer patch that checks it, but it seems t

Re: Touching a file in another package

2007-06-07 Thread Andreas Barth
* Josselin Mouette ([EMAIL PROTECTED]) [070603 18:46]: > Despite its ugliness, the only proposed solution that works so far is to > touch the libgstgnomevfs.so file in libgnomevfs2-extra's postinst (and > the same for other packages providing GnomeVFS methods), so that its > timestamp changes. Why

Re: Touching a file in another package

2007-06-04 Thread Josselin Mouette
Le dimanche 03 juin 2007 à 21:34 +0200, Bastian Blank a écrit : > You can provide a proper interface to show that the list needs to be > updated. A file in /var/lib/gnomevfs for example. In which case checking the timestamp of /usr/lib/gnome-vfs-2.0/modules would be enough. > It will trigger back

Re: Touching a file in another package

2007-06-03 Thread Bastian Blank
On Sun, Jun 03, 2007 at 06:20:47PM +0200, Josselin Mouette wrote: > Despite its ugliness, the only proposed solution that works so far is to > touch the libgstgnomevfs.so file in libgnomevfs2-extra's postinst (and > the same for other packages providing GnomeVFS methods), so that its > timestamp ch

Re: Touching a file in another package

2007-06-03 Thread Josselin Mouette
Le dimanche 03 juin 2007 à 14:50 -0400, Roberto C. Sánchez a écrit : > > Despite its ugliness, the only proposed solution that works so far is to > > touch the libgstgnomevfs.so file in libgnomevfs2-extra's postinst (and > > the same for other packages providing GnomeVFS methods), so that its > > t

Re: Touching a file in another package

2007-06-03 Thread Roberto C . Sánchez
On Sun, Jun 03, 2007 at 06:20:47PM +0200, Josselin Mouette wrote: > Hi, > > there is a problem with the GnomeVFS GStreamer plugin. When a new > GnomeVFS module (providing new URI methods) is installed, GStreamer > doesn't become aware of it because its own list doesn't change. See > #426694 for de

Touching a file in another package

2007-06-03 Thread Josselin Mouette
Hi, there is a problem with the GnomeVFS GStreamer plugin. When a new GnomeVFS module (providing new URI methods) is installed, GStreamer doesn't become aware of it because its own list doesn't change. See #426694 for details. Because the GStreamer registry is per-user, it isn't possible to regene