Can somebody from guru give a hint on how to build the ctb package? I made the configure happy with the needed libraries (liber***) by copying their includes into poky/include folder. But then - have no idea ... Automake, autoconfigure, other things?
The main idea is to get a nice label for .desktop files back. In version 1.0 the label was a combination of Name and Comment field. Now in 2.0 RC2 it is a combination of filename and Name ..
Managed to find the place in the code, so this feature is introduced intentionally .. If I can comment out filemodel.c:1831 and filemodel.c:1853 I would (hopefully) get the old good Name+Comment back.
Code:
if (g_viewmode2 == DIR_VIEW) return ...
Many thanks to all responding ones!