GNOME Bugzilla – Bug 410417
gnome-da-xml.c cannot find file gnome-default-applications.xml
Last modified: 2007-02-22 22:01:11 UTC
Please describe the problem: I installed control-center and run gnome-default-applications-properties, I got warning message I/O warning : failed to load external entity "./gnome-default-applications.xml" Steps to reproduce: 1. ./configure --prefix=/usr 2. make 3. make install 4. gnome-default-applications-properties Actual results: I/O warning : failed to load external entity "./gnome-default-applications.xml" Expected results: NO WARNING Does this happen every time? Yes Other information: I use pathch below --- control-center-2.17.91/capplets/default-applications/gnome-da-xml.c.default- applet 2007-02-21 23:48:43.000000000 +0900 +++ control-center-2.17.91/capplets/default-applications/gnome-da-xml.c 2007-02- 21 23:49:00.000000000 +0900 @@ -220,7 +220,6 @@ gchar *filename; filename = g_build_filename (DATADIR, - "gnome-default-applications", "gnome-default-applications.xml", NULL);
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of 407591 ***
Indeed bug #407597 :)
*** This bug has been marked as a duplicate of 407597 ***
Yeah, whoops. I'll remove the reporter from the CC list for 407591. AfC