Package: xosview
Version: 1.8.2-10

When I customized the file /etc/X11/app-defaults/XOsview, the program
still used the defaults. So I used strace to look which configuration
file it uses and this is the part of output:

...
open("/usr/X11R6/lib/X11/app-defaults/XOsview", O_RDONLY) = -1 ENOENT
(No such file or directory)
open("/usr/openwin/lib/X11/app-defaults/XOsview", O_RDONLY) = -1 ENOENT
(No such file or directory)
open("/usr/local/X11R6/lib/X11/app-defaults/XOsview", O_RDONLY) = -1
ENOENT (No such file or directory)
...

It looks that XOsview still uses old XFree86-style paths for its
configuration. I fixed it by making symlink in /usr/local/X11R6/lib/X11/
to apt-defaults in /etc/X11 and the program works fine now.

I use Debian GNU/Linux 4.0r1 on AMD64.








-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to