New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #28500 (closed defect: wontfix)

Opened 15 months ago

Last modified 4 months ago

GConf tries to load a config file from hardcoded directory "/etc/gconf"

Reported by: cubranic@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.9.2
Keywords: Cc:
Port: gconf

Description

Whenever I run gconftool to query the GConf database, I get a warning about a non-existent config file in "/etc/gconf":

$ gconftool-2 --get  /desktop/gnome/interface/icon_theme

(gconftool-2:64815): GConf-WARNING **: Failed to load source "xml:readonly:/etc/gconf/gconf.xml.system": Failed: Could not make directory `/etc/gconf/gconf.xml.system': No such file or directory
gnome

Change History

follow-up: ↓ 2   Changed 15 months ago by jmr@…

Looking at the source, this appears to be quite deliberate. Per-instance config files are read from ${prefix}/etc and per-machine from /etc, much like MySQL does with my.cnf for example.

in reply to: ↑ 1   Changed 15 months ago by cubranic@…

Replying to jmr@…:

Looking at the source, this appears to be quite deliberate.

So is the warning really necessary then? It just adds noise to the queries.

  Changed 4 months ago by jmr@…

  • status changed from new to closed
  • resolution set to wontfix

Closing, as this appears to be an upstream issue and the port currently has no maintainer.

Note: See TracTickets for help on using tickets.