GNOME Bugzilla – Bug 637579
Introspect files still installed in /usr/share/gnome-keyring/
Last modified: 2011-02-28 17:08:45 UTC
The xml introspection files from daemon/data/ are still installed in /usr/share/gnome-keyring/, while I guess they should be installed in /usr/share/gnome-keyring-3/ now.
The daemon part of gnome-keyring doesn't link to GTK+. So far we haven't made it parallel installable. Do we need to?
Well, I'm confused: we already ship /usr/share/gnome-keyring-3 and we version the binary with a 3 too. My main issue is that we're using both directories :-) So I'm fine using /usr/share/gnome-keyring if /usr/share/gnome-keyring-3 doesn't get created.
Hmmm, I guess part of the problem is that we're building several distinct components in the same module: gcr, gck, and gnome-keyring + pkcs11 modules. Some of those have GTK+3 versions, others don't. But I'll check into this further.
I've removed the introspect files and included them as C strings. They were (I believe) the only non-GUI things using that directory. So I believe this problem will go away after: commit 3547f09db3da07d300a114d1d59809d8d960a0a5 Author: Stef Walter <stefw@collabora.co.uk> Date: Mon Feb 28 18:06:38 2011 +0100 [dbus] Include introspect files as C strings. Don't distribute files, partially because it's more fragile and partially because they were causing this complaint: https://bugzilla.gnome.org/show_bug.cgi?id=637579