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 637579 - Introspect files still installed in /usr/share/gnome-keyring/
Introspect files still installed in /usr/share/gnome-keyring/
Status: RESOLVED FIXED
Product: gnome-keyring
Classification: Core
Component: general
2.91.x
Other Linux
: Normal normal
: ---
Assigned To: GNOME keyring maintainer(s)
GNOME keyring maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2010-12-19 16:01 UTC by Vincent Untz
Modified: 2011-02-28 17:08 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Vincent Untz 2010-12-19 16:01:28 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.
Comment 1 Stef Walter 2010-12-20 19:42:53 UTC
The daemon part of gnome-keyring doesn't link to GTK+. So far we haven't made it parallel installable. Do we need to?
Comment 2 Vincent Untz 2010-12-24 13:20:40 UTC
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.
Comment 3 Stef Walter 2010-12-29 01:15:08 UTC
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.
Comment 4 Stef Walter 2011-02-28 17:08:45 UTC
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