[Digikam-devel] [Bug 282907] No items are displayed when I enable 'Include Album Sub-Tree' in a folder containing one image and many folders

Marcel Wiesweg marcel.wiesweg at gmx.de
Mon Nov 7 14:52:05 GMT 2011


https://bugs.kde.org/show_bug.cgi?id=282907





--- Comment #10 from Marcel Wiesweg <marcel wiesweg gmx de>  2011-11-07 14:52:05 ---
If you dont get any output, you either did not apply the patch (can be checked
easily with "git diff" to list local changes), or you did not recompile (after
applying the patch to an already compiled digikam, running "make" will only
recompile the imagealbummodel.cpp file), or, which is most probable, you are
running some system-wide installed digikam instead of the locally changed. For
the latter, I recommend to run it directly from the binary directory: Assuming
that ${DIGIKAM_BUILD} is the toplevel build directory of your
digikam-software-compilation, (one line)

LD_LIBRARY_PATH=${DIGIKAM_BUILD}/lib:${LD_LIBRARY_PATH} 
${DIGIKAM_BUILD}/core/digikam/digikam

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Digikam-devel mailing list