(At first I had to solve my hardware problem.)
After it first I've
- set
splitdebug = enable in
/etc/entropy/client.conf (and deleted '#' in that line) and
- again installed the file
/etc/entropy/packages/packages.splitdebug that contains all package names I want debug-info for.
Then I
- reinstalled the packages listed in
/etc/entropy/packages/packages.splitdebug by invoking
equo i <pack1> <pack2>... ----> debug-info files installed at /usr/lib(64)/debug/usr/bin and /usr/lib(64)/debug/usr/lib64 ...
O.K.- installed other packages
NOT listed in
/etc/entropy/packages/packages.splitdebug----> no debug-info files installed for those packages ...
O.K.- waited for the next crash to happen...

.....................Today rekonq crashed but
----> still no debug-info is found by the KDE crash handler (drkonqi) although it's installed ...
Failed!It seems, as if drkonqi searches for debug files only in directory
/usr/bin :


I certainly checked that
-
kdeinit4 is in
/usr/bin-
kdeinit4.debug is in
/usr/lib/debug/usr/binI didn't change KDE environment variables yet.
I looked
here and found a hint at the end of
this but it didn't help.
Any ideas that could help?