GNOME Bugzilla – Bug 572134
Get rid of deprecated gnome-vfs
Last modified: 2009-07-11 16:02:19 UTC
See http://live.gnome.org/GioPort $:andre\> grep -r gnomevfs . ./Src/main.cc:#include <libgnomevfs/gnome-vfs.h> $:andre\> grep -r gnome_vfs . ./Src/Gtk2/dasher_editor_internal.cpp: // error_dialog = gtk_message_dialog_new(GTK_WINDOW(window), GTK_DIALOG_MODAL, GTK_MESSAGE_ERROR, GTK_BUTTONS_OK, "Could not open the file \"%s\"\n%s\n", myfilename, gnome_vfs_result_to_string(*result)); ./Src/main.cc: gnome_vfs_init(); ./Src/main.cc: gnome_vfs_shutdown();
Created attachment 128907 [details] [review] Remove remaining gnome-vfs calls The remaining calls were only init/teardown + one commented function, so an easy fix. Default build on my system still links in gnome-vfs to the dasher binary, but recompiling with "-Wl,--as-needed" drops that, as it's still getting pulled in from other libraries for the moment (need to upgrade a few things).
Site note: http://svn.gnome.org/viewvc/dasher?view=revision&revision=3605 should have had fixed most gnome-vfs stuff, just for historical reference.
Commited - thank you
Great, thanks a lot! For reference: http://svn.gnome.org/viewvc/dasher?view=revision&revision=3632
I couldn't believe my eyes when I saw an ubuntu update to firefox this morning to add support for gnome-vfs!