On Wed, 2008-01-23 at 13:34 +0100, Vincent Untz wrote: > Le mercredi 23 janvier 2008, à 12:17 +0100, Alexander Larsson a écrit : > > These are the major regressions in the nautilus stack, but there are > > also other uses of gnome-vfs in the desktop. Like the trash applet > > (being worked on i believe) and the panel menus. I don't know the status > > of these atm. Could people fill in the current status? > > I plan to work on porting the panel to gio/gvfs soon. I have no idea how > the network places in the menu will be handled though. Yet. Help is > welcome, of course.
GVolumeMonitor will give you network mounts too. > The main problem I had when doing the patch is that there's no > equivalent for gnome_vfs_make_uri_canonical(). Is this the right way to > do this: > file = g_file_new_from_uri (uri); > canonicalized = g_file_get_uri (file); > g_object_unref (file); That should give you some form of canonical uri. Why do you need this though? _______________________________________________ desktop-devel-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/desktop-devel-list
