Hello,

I've a problem with OpenSuSE 10.2

I've installed the skype_static-2.0.0.68 version (rpm doesn't start), and I get the following error and abort:

:~> skype &
Fontconfig error: Cannot load default config file


After a few seconds of nothing, backs to the command line. Using strace get the following messages:

access("/etc/fonts/fonts.conf", R_OK) = -1 EPERM (Operation not permitted)
write(2, "Fontconfig error: ", 18Fontconfig error: ) = 18
write(2, "Cannot load default config file", 31Cannot load default config file) = 3
1
write(2, "\n", 1
) = 1
time(NULL) = 1213134218
stat64("/usr/share/fonts", {st_mode=S_IFDIR|0755, st_size=320, ...}) = 0
open("/var/cache/fontconfig/3830d5c3ddfd5cd38a049b759396e72e-x86.cache-2", O_RDONL
Y) = -1 EPERM (Operation not permitted)
open("/usr/share/fonts", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = -1 EPERM (
Operation not permitted)

but these files are world readable:

-rw-r--r-- 1 root root 5268 nov 25 2006 /etc/fonts/fonts.conf

-rw-r--r-- 1 root root 408 jun 10 23:42 3830d5c3ddfd5cd38a049b759396e72e-x86.cache-2

drwxr-xr-x 12 root root 320 may 15 2007 fonts

Any idea?

Thanks in advance,


Paco.