Bug 18347 - неверный schema-файл
Summary: неверный schema-файл
Status: ASSIGNED
Alias: None
Product: Sisyphus
Classification: Development
Component: gnome-keyring (show other bugs)
Version: unstable
Hardware: all Linux
: P2 normal
Assignee: Yuri N. Sedunov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-25 15:57 MSK by barabashka
Modified: 2008-12-25 16:16 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description barabashka 2008-12-25 15:57:17 MSK
В schema-файле gnome-keyring отсутсвует ключ keyring, хотя проверка этого компонента происходит

rpm -qf /etc/gconf/schemas/gnome-keyring.schemas
gnome-keyring-2.24.1-alt2

grep keyring /etc/gconf/schemas/gnome-keyring.schemas|egrep -v "(short|long)"|grep -w key
                        <key>/schemas/apps/gnome-keyring/daemon-components/ssh</key>
                        <key>/schemas/apps/gnome-keyring/daemon-components/pkcs11</key>


grep check_run_component gnome-keyring/daemon/gkr-daemon.c
check_run_component (const char* component)
        if (check_run_component ("keyring")) {
        if (check_run_component ("ssh")) {
        if (check_run_component ("pkcs11")) {