Bug 18347

Summary: неверный schema-файл
Product: Sisyphus Reporter: barabashka <barabashka>
Component: gnome-keyringAssignee: Yuri N. Sedunov <aris>
Status: ASSIGNED --- QA Contact: qa-sisyphus
Severity: normal    
Priority: P2 CC: aris
Version: unstable   
Hardware: all   
OS: Linux   

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")) {