yesterday i did a total update; i mean
emerge --update world
and tomorrow i found keyboard in default layout (us... i use italian keyboard)
ok no problem, i thought, i just need to run properties.
then i discovered gnome-keyboard-properties is just... not starting
i left pc working alone for 10-12 hours while emerging 245 update so really, don't know exactly what he updated
BUT
i know for sure gnome was updated (and so many libraries i suppose
if i try running gnome-keyboard-properties by terminal this is the output:
Code: Select all
$ gnome-keyboard-properties
gnome-keyboard-properties: error while loading shared libraries: libgnomekbdui.so.3: cannot open shared object file: No such file or directoryCode: Select all
# cd /usr/lib
# ln -s libgnomekbdui.so.4.0.1 libgnomekbdui.so.3
# ln -s libgnomekbd.so.4.0.1 libgnomekbd.so.3
# ls -l /usr/lib/libgnomekbd*
-rw-r--r-- 1 root root 1761 10 ago 08.49 /usr/lib/libgnomekbd.la
lrwxrwxrwx 1 root root 20 10 ago 08.50 /usr/lib/libgnomekbd.so -> libgnomekbd.so.4.1.0
lrwxrwxrwx 1 root root 20 10 ago 08.50 /usr/lib/libgnomekbd.so.3 -> libgnomekbd.so.4.1.0
lrwxrwxrwx 1 root root 20 10 ago 08.50 /usr/lib/libgnomekbd.so.4 -> libgnomekbd.so.4.1.0
-rwxr-xr-x 1 root root 30148 10 ago 08.50 /usr/lib/libgnomekbd.so.4.1.0
-rw-r--r-- 1 root root 1847 10 ago 08.49 /usr/lib/libgnomekbdui.la
lrwxrwxrwx 1 root root 22 10 ago 08.50 /usr/lib/libgnomekbdui.so -> libgnomekbdui.so.4.1.0
lrwxrwxrwx 1 root root 22 10 ago 08.50 /usr/lib/libgnomekbdui.so.3 -> libgnomekbdui.so.4.1.0
lrwxrwxrwx 1 root root 22 10 ago 08.50 /usr/lib/libgnomekbdui.so.4 -> libgnomekbdui.so.4.1.0
-rwxr-xr-x 1 root root 80284 10 ago 08.50 /usr/lib/libgnomekbdui.so.4.1.0gnome does'nt load customization, still does'nt load keyboard italian layout and freeze and crash after about 15 secs
if i unlink the new created link, gnome work fine (just gnome-properties-keyboard not working at all)
i solved the wrong layout with
Code: Select all
$ setxkbmap iti can put it insinde a booting script (1) but really looks like a workaround not a solution -.-
Thanks for your helping
and i'm sorry if i did something wrong but i'm pretty noob at gentoo
(1) where can i put this script? /etc/bash/bashrc? or a rc.local file like in fedora?
sorry but i'm pretty noob at gentoo :\

