Hi Mike. I performed a simple system trace on iceape as follows:
strace -e open iceape 2>&1|grep 'etc/' open("/etc/ld.so.cache", O_RDONLY) = 3 open("/etc/iceape/iceaperc", O_RDONLY) = 3 open("/etc/ld.so.cache", O_RDONLY) = 3 open("/etc/nsswitch.conf", O_RDONLY) = 3 open("/etc/ld.so.cache", O_RDONLY) = 3 open("/etc/ld.so.cache", O_RDONLY) = 3 open("/etc/passwd", O_RDONLY|O_CLOEXEC) = 3 There does not reveal an attempt to open the /etc/iceape/pref/base.js file. There is an attempt to open the /etc/iceape/iceaperc file. Should I just move the configuration entries into the /etc/iceape/iceaperc file? -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org