Summary: | Compile 1.2.0 from tar or 1.3.0 from SVN Decorate / Texture gives me a blank target and will not apply | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Von Wallace <vonwallace> |
Component: | Portability-Compilation | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Debian stable | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 1.3.0 | |
Sentry Crash Report: |
Description
Von Wallace
2010-03-31 18:43:25 UTC
The reason it is not working is the contents of /usr/share/kde4/apps/digikam/data has no textures in it the install part is not placing the textures in that directory.. Not sure what the real fix is... So I just added the below line to the above simple script... cd /usr/share/kde4/apps/digikam/data cp /home/vonskie/dk/graphics/digikam/data/pics/texturepatterns/*.png . This copies the textures where they need to be... Not sure why the installer is not doing this.. This happens on the 1.3.0 SVN and 1.2.0 tar SVN commit 1109975 by cgilles: wrong cmake syntax to include subdir during compilation and install BUGS: 232875 M +2 -1 CMakeLists.txt WebSVN link: http://websvn.kde.org/?view=rev&revision=1109975 |