Každá rada dobrá :-(
Našel jsem obecné doporučení zkusit strace, ale bohužel mi to nic neříká (ve výpisu jsem mazal část cesty k souboru).
~$ strace -e trace=file ooffice "/media/..../SA3360CZ.odt"
execve("/usr/bin/ooffice", ["ooffice", "/media/...."...], [/* 36 vars */]) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/tls/i686/cmov/libc.so.6", O_RDONLY) = 3
stat64("/home/petr", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
stat64(".", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
open("/usr/bin/ooffice", O_RDONLY) = 3
Xlib: extension "RANDR" missing on display ":0.0".
--- SIGCHLD (Child exited) @ 0 (0) ---
Řekne to někomu něco prosím?