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 410417 - gnome-da-xml.c cannot find file gnome-default-applications.xml
gnome-da-xml.c cannot find file gnome-default-applications.xml
Status: RESOLVED DUPLICATE of bug 407597
Product: gnome-control-center
Classification: Core
Component: [obsolete] Preferred applications
2.17.x
Other All
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-02-21 15:19 UTC by Nishio Futoshi
Modified: 2007-02-22 22:01 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description Nishio Futoshi 2007-02-21 15:19:50 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);
Comment 1 Jens Granseuer 2007-02-21 15:28:26 UTC
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 ***
Comment 2 Luca Cavalli 2007-02-21 15:36:45 UTC
Indeed bug #407597 :)
Comment 3 Luca Cavalli 2007-02-21 15:37:28 UTC

*** This bug has been marked as a duplicate of 407597 ***
Comment 4 Andrew Cowie 2007-02-22 22:01:11 UTC
Yeah, whoops.

I'll remove the reporter from the CC list for 407591.

AfC