GNOME Bugzilla – Bug 69246
Replace gnome_config calls with calls to GConf
Last modified: 2004-12-22 21:47:04 UTC
gnome_config is deprecated for Gnome2, and all cappplets use GConf.
Adding GNOME2 keyword to bugs with 1.1.x milestone.
Removing GNOME2 keyword from a bunch I accidentally marked incorrectly.
Created attachment 6621 [details] [review] Use GConf for background settings
The attatched patch uses GConf to get the background settings, but doesn't remove unused code. Remaining gnome_config keys are "/sound/system/settings/start_esd", "/xalf/settings/*" and "/magicdev/Options/do_fileman_window".
Havard: does this still apply? I think these were all removed already...
Louis: gnome_config_* is still used two places in libnautilus-private/nautilus-directory-background.c. I'll investigate if they can be converted, or if they are there for compability reasons.
there is only one place where this is used, src/nautilus-application.c, it is used to check something related to magicdev.
Magicdev is now ported (see bug #82318 and http://mail.gnome.org/archives/desktop-devel-list/2002-May/msg00526.html) Unfortunately I can't do anything until at least after June 3rd, so I'm assigning to component owner.
Fixed in the CVS by this commit: 2002-05-22 Bastien Nocera <hadess@hadess.net> reviewed by: Alex Larsson <alexl@redhat.com> * libnautilus-private/filesystem-attributes.xml: add some new filesystem types, fix smbfs' name * libnautilus-private/nautilus-volume-monitor.c: (mount_unmount_callback), (nautilus_volume_monitor_mount_unmount_removable), (finish_creating_volume), (nautilus_volume_monitor_get_mount_name_for_display): * libnautilus-private/nautilus-volume-monitor.h: fix display name for device with a trailing '/' in the mount point (ie. /foo/), add some more matching prefixes, add smb, windows, and apple types * src/file-manager/fm-desktop-icon-view.c: (create_mount_link): create the launcher with i-smb for smb mounts * src/nautilus-application.c: (volume_mounted_callback): update to use gconf like magicdev for gnome2