After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 513990 - port to GIO
port to GIO
Status: RESOLVED FIXED
Product: gnome-settings-daemon
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-settings-daemon-maint
gnome-settings-daemon-maint
Depends on:
Blocks:
 
 
Reported: 2008-02-03 01:02 UTC by Diego González
Modified: 2008-03-30 17:53 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Diego González 2008-02-03 01:02:30 UTC
These are the occurences of gnome_vfs_xxx calls:

./background/gsd-background-manager.c:        gnome_vfs_init ();

./default-editor/gsd-default-editor-manager.c:        star_app  = gnome_vfs_mime_get_default_application ("text/*");
./default-editor/gsd-default-editor-manager.c:        plain_app = gnome_vfs_mime_get_default_application ("text/plain");
./default-editor/gsd-default-editor-manager.c:                    gnome_vfs_mime_application_free (star_app);
./default-editor/gsd-default-editor-manager.c:                    gnome_vfs_mime_application_free (plain_app);
./default-editor/gsd-default-editor-manager.c:                gnome_vfs_mime_application_free (star_app);
./default-editor/gsd-default-editor-manager.c:                gnome_vfs_mime_application_free (plain_app);
./default-editor/gsd-default-editor-manager.c:        action = gnome_vfs_mime_get_default_action_type ("text/plain");
./default-editor/gsd-default-editor-manager.c:        gnome_vfs_mime_set_default_application ("text/*", plain_app->id);
./default-editor/gsd-default-editor-manager.c:        gnome_vfs_mime_application_free (plain_app);
./default-editor/gsd-default-editor-manager.c:        gnome_vfs_mime_set_default_action_type ("text/*", action);
./default-editor/gsd-default-editor-manager.c:        g_signal_connect (gnome_vfs_mime_monitor_get (),
./default-editor/gsd-default-editor-manager.c:        gnome_vfs_init ();

./sound/libsounds/.svn/text-base/sound-view.c.svn-base:			mime_type = gnome_vfs_get_mime_type (filename);
./sound/libsounds/sound-view.c:			mime_type = gnome_vfs_get_mime_type (filename);
Comment 1 Rodrigo Moya 2008-02-11 12:16:01 UTC
g-s-d part is done now, libsounds still uses it
Comment 2 Jens Granseuer 2008-03-30 17:53:11 UTC
Fixed for some time already.