L.S.
After upgrading my Debian desktop from wheezy to jessie, and trinity to r14.0.0, Kxalc-trinity no longer starts properly.
From the commandline it looks like this:
roel@roel-dt1:~$ kcalc kcalc: error while loading shared libraries: libtdeinit_kcalc.so: cannot open shared object file: No such file or directory
roel@roel-dt1:~$ dpkg -S libtdeinit_kcalc.so kcalc-trinity: /opt/trinity/lib/libtdeinit_kcalc.so
roel@roel-dt1:~$ ls -ahl /opt/trinity/lib/libtdeinit_kcalc.so -rw-r--r-- 1 root root 452K dec 4 07:03 /opt/trinity/lib/libtdeinit_kcalc.so
It looks like Kcalc is searching in the wrong place for its library.
Is this a known problem?