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 69246 - Replace gnome_config calls with calls to GConf
Replace gnome_config calls with calls to GConf
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: Preferences
0.x.x [obsolete]
Other All
: Normal major
: 1.1.x
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on: 82318
Blocks:
 
 
Reported: 2002-01-21 08:37 UTC by Håvard Wigtil
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.0


Attachments
Use GConf for background settings (15.37 KB, patch)
2002-02-06 17:32 UTC, Håvard Wigtil
none Details | Review

Description Håvard Wigtil 2002-01-21 08:37:11 UTC
gnome_config is deprecated for Gnome2, and all cappplets use GConf.
Comment 1 John Fleck 2002-01-26 03:54:59 UTC
Adding GNOME2 keyword to bugs with 1.1.x milestone.
Comment 2 John Fleck 2002-01-26 04:00:41 UTC
Removing GNOME2 keyword from a bunch I accidentally marked incorrectly.
Comment 3 Håvard Wigtil 2002-02-06 17:32:59 UTC
Created attachment 6621 [details] [review]
Use GConf for background settings
Comment 4 Håvard Wigtil 2002-02-06 17:36:37 UTC
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".
Comment 5 Luis Villa 2002-04-15 16:54:13 UTC
Havard: does this still apply? I think these were all removed already...
Comment 6 Håvard Wigtil 2002-04-16 16:37:36 UTC
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.
Comment 7 Diego González 2002-04-22 01:29:44 UTC
there is only one place where this is used,
src/nautilus-application.c, it is used to check something related to
magicdev.
Comment 8 Håvard Wigtil 2002-05-22 08:28:58 UTC
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.
Comment 9 Bastien Nocera 2002-05-22 22:26:30 UTC
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