Hi list
Don't know if this is a bug or a problem of my 0.9.0 svn-install: when saving a 16-bit TIFF there is no thumbnail for this picture. Only 8bit TIFF's get a thumbnail in the albums. questions: a) how do I save a 16bit picture (e.g. TIFF) as an 8bit-picture? b) how do I save a picture with embeded profile without that profile (e.g. a srgb-JPEG for web use, that doesn't need embeded profile and should be as small as possible) c) how do I save a picture without any additional headers (exif, iptc etc.) in digikam (I can use -strip in imagemagick, but can I do somethig like this in digikam too?) d) how can I add additional parameters for making JPEGS (e.g. like "interlace") in digikam? Are these things to enter in the wishlist? Daniel -- Daniel Bauer photographer Basel Switzerland professional photography: http://www.daniel-bauer.com special interest site: http://www.bauer-nudes.com _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Le Jeudi 25 Mai 2006 03:59 PM, Daniel Bauer a écrit :
> Hi list > > Don't know if this is a bug or a problem of my 0.9.0 svn-install: > > when saving a 16-bit TIFF there is no thumbnail for this picture. > Only 8bit TIFF's get a thumbnail in the albums. I'm currently working in tiff loader in digiKam core to support better exif/makernote/iptc during saving from editor (TIFF/EP compliant). I cannot reproduce this thumb problem with current implementation. digikam kioslave witch perform thumbnails rendering support 16 bits images (that konqueror don't support very well). Are you sure that you kioslave used by digiKam is really from 0.9.0 not 0.8.x (when you mix both versions on a system for example) > > questions: > > a) how do I save a 16bit picture (e.g. TIFF) as an 8bit-picture? In editor, Toogle Color depth using 'Fix/Color/depth' menu. > b) how do I save a picture with embeded profile without that profile (e.g. > a srgb-JPEG for web use, that doesn't need embeded profile and should be as > small as possible) An advanced saving dialog with options is planed for the future. There is a file in B.K.O. > c) how do I save a picture without any additional headers (exif, iptc etc.) > in digikam (I can use -strip in imagemagick, but can I do somethig like > this in digikam too?) not yet. like previous question. > d) how can I add additional parameters for making JPEGS (e.g. like > "interlace") in digikam? Exif editor is planed for the future. There is a file in B.K.O > > Are these things to enter in the wishlist? Look B.K.O entries, and add your comments if necessary. Gilles _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Le Jeudi 25 Mai 2006 08:12 PM, Caulier Gilles a écrit :
> > Don't know if this is a bug or a problem of my 0.9.0 svn-install: > > > > when saving a 16-bit TIFF there is no thumbnail for this picture. > > Only 8bit TIFF's get a thumbnail in the albums. > > I'm currently working in tiff loader in digiKam core to support better > exif/makernote/iptc during saving from editor (TIFF/EP compliant). > > I cannot reproduce this thumb problem with current implementation. digikam > kioslave witch perform thumbnails rendering support 16 bits images (that > konqueror don't support very well). > > Are you sure that you kioslave used by digiKam is really from 0.9.0 not > 0.8.x (when you mix both versions on a system for example) I have found a problem about ordering to load image data and icc profile/ metadata with libtiff, especially with libtiff version > 3.6.1: all metadata need to be load _before_ image data. The current implementation work fine with libtiff 3.6.1, but i suspect a problem with recent libtiff release. The code is fixed in my computer, but i need to perform more advanced test before to commit... Just to confirm this point, witch libtiff release you use ? Your broken tiff image thumb have an icc profile embedded ? ALso, can you check in your ~/.xsession-errors file if you have some messages from digikam thumb kioslave, like this : kio_digikamthumbnail: /home/gilles/Documents/photos/Test Photograhs/JPEG/Vertical/MINOLTA-DYNAX5D.tif : TIFF file identified kio (KIOConnection): ERROR: Header read failed, errno=104 kio (KIOConnection): ERROR: Header has invalid size (-1) kio (KLauncher): ERROR: SlavePool: No communication with slave. Warning: Upper boundary of data for directory Image, entry 0x0132 is out of bounds: Offset = 0x00b4aa3a, size = 20, exceeds buffer size by 1 Bytes; adjusting the size ... or something like that... Paco, you have already reported this problem to me recently. I think to have found the problem. I will trying to commit the fix tomorrow (my main computer is broken here at home - main board crashed...) Gilles _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
El Jueves, 25 de Mayo de 2006 21:38, Caulier Gilles escribió:
> Le Jeudi 25 Mai 2006 08:12 PM, Caulier Gilles a écrit : > > > Don't know if this is a bug or a problem of my 0.9.0 svn-install: > > > > > > when saving a 16-bit TIFF there is no thumbnail for this picture. > > > Only 8bit TIFF's get a thumbnail in the albums. > > > > I'm currently working in tiff loader in digiKam core to support better > > exif/makernote/iptc during saving from editor (TIFF/EP compliant). > > > > I cannot reproduce this thumb problem with current implementation. > > digikam kioslave witch perform thumbnails rendering support 16 bits > > images (that konqueror don't support very well). > > > > Are you sure that you kioslave used by digiKam is really from 0.9.0 not > > 0.8.x (when you mix both versions on a system for example) > > I have found a problem about ordering to load image data and icc profile/ > metadata with libtiff, especially with libtiff version > 3.6.1: all > metadata need to be load _before_ image data. > > The current implementation work fine with libtiff 3.6.1, but i suspect a > problem with recent libtiff release. > > The code is fixed in my computer, but i need to perform more advanced test > before to commit... > > Just to confirm this point, witch libtiff release you use ? Your broken > tiff image thumb have an icc profile embedded ? > > ALso, can you check in your ~/.xsession-errors file if you have some > messages from digikam thumb kioslave, like this : > > kio_digikamthumbnail: /home/gilles/Documents/photos/Test > Photograhs/JPEG/Vertical/MINOLTA-DYNAX5D.tif : TIFF file identified > kio (KIOConnection): ERROR: Header read failed, errno=104 > kio (KIOConnection): ERROR: Header has invalid size (-1) > kio (KLauncher): ERROR: SlavePool: No communication with slave. > Warning: Upper boundary of data for directory Image, entry 0x0132 is out > of bounds: > Offset = 0x00b4aa3a, size = 20, exceeds buffer size by 1 Bytes; adjusting > the size > ... > > or something like that... > > Paco, you have already reported this problem to me recently. I think to > have found the problem. I will trying to commit the fix tomorrow (my main > computer is broken here at home - main board crashed...) > > Gilles I think this isn't like my problem, I solved it changing names with accented characters to non accented ones (with utf8 in kubuntu). This seems to be a different issue. Paco. _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
In reply to this post by Gilles Caulier-2
Am Donnerstag, 25. Mai 2006 21:38 schrieb Caulier Gilles:
> Le Jeudi 25 Mai 2006 08:12 PM, Caulier Gilles a écrit : > > > Don't know if this is a bug or a problem of my 0.9.0 svn-install: > > > > > > when saving a 16-bit TIFF there is no thumbnail for this picture. > > > Only 8bit TIFF's get a thumbnail in the albums. > > > > I'm currently working in tiff loader in digiKam core to support better > > exif/makernote/iptc during saving from editor (TIFF/EP compliant). > > > > I cannot reproduce this thumb problem with current implementation. > > digikam kioslave witch perform thumbnails rendering support 16 bits > > images (that konqueror don't support very well). > > > > Are you sure that you kioslave used by digiKam is really from 0.9.0 not > > 0.8.x (when you mix both versions on a system for example) Me, sure? :-) typing locate gives: a lot of entries in /eigene/rpms-progs/digikam_svn/graphics/digikam/kioslave/ and subdirectories (thats where I have the svn-sources) /etc/opt/kde3/share/config/kioslaverc /opt/kde3/bin/kioslave /opt/kde3/share/apps/kconf_update/kioslave.upd /opt/kde3/share/apps/khelpcenter/plugins/kioslaves.desktop a lot in /opt/kde3/share/doc/HTML/ and subdirectories plus a lot in: /usr/src/debug/kdesdk-3.4.2/ /usr/src/debug/kdesdk-3.4.2/kioslave/svn (I wonder about the number, because I use KDE 3.5.2) finally this: /var/adm/SuSEconfig/md5/etc/opt/kde3/share/config/kioslaverc sorry, if this is not the info you need, please tell me how to find it... > > I have found a problem about ordering to load image data and icc profile/ > metadata with libtiff, especially with libtiff version > 3.6.1: all > metadata need to be load _before_ image data. > > The current implementation work fine with libtiff 3.6.1, but i suspect a > problem with recent libtiff release. > > The code is fixed in my computer, but i need to perform more advanced test > before to commit... > > Just to confirm this point, witch libtiff release you use ? I have installed the Suse rpm's libtiff & libtiff-devel 3.7.3-2 and locate says: /usr/lib/libtiff.a /usr/lib/libtiff.la /usr/lib/libtiff.so /usr/lib/libtiff.so.3 /usr/lib/libtiff.so.3.7.3 /usr/lib/libtiffxx.a /usr/lib/libtiffxx.la /usr/lib/libtiffxx.so /usr/lib/libtiffxx.so.3 /usr/lib/libtiffxx.so.3.7.3 > Your broken > tiff image thumb have an icc profile embedded ? One yes, one no - both show no thumbnail in album (just white space) > > ALso, can you check in your ~/.xsession-errors file if you have some > messages from digikam thumb kioslave, like this : > > kio_digikamthumbnail: /home/gilles/Documents/photos/Test > Photograhs/JPEG/Vertical/MINOLTA-DYNAX5D.tif : TIFF file identified > kio (KIOConnection): ERROR: Header read failed, errno=104 > kio (KIOConnection): ERROR: Header has invalid size (-1) > kio (KLauncher): ERROR: SlavePool: No communication with slave. > Warning: Upper boundary of data for directory Image, entry 0x0132 is out > of bounds: > Offset = 0x00b4aa3a, size = 20, exceeds buffer size by 1 Bytes; adjusting > the size > ... > > or something like that... "kio (KIOConnection): ERROR: Header read failed, errno=104" etc. is somewhere in the ~/.xsession-errors file, but I don't know from when these entries are. I renamed to ~/.xsession-errors file and started a new session for the test user, then started digikam. The file looks like this: (*** = comments I added here) *** starting session for user "test" *** /etc/X11/xim: Checking wether an input method should be started. INPUT_METHOD is not set or empty (no user selected input method). Trying to start a default input method for the locale de_DE.UTF-8 ... There is no default input method for the current locale. xset: bad font path element (#259), possible causes are: Directory does not exist or has wrong permissions Directory missing fonts.dir Incorrect font server address or syntax startkde: Starting up... kbuildsycoca running... kdecore (KLibLoader): WARNING: KLibrary: /opt/kde3/lib/kde3/kcm_kdnssd.so: undefined symbol: init_kdnssd JACK compiled with POSIX SHM support akode: Guessed format: xiph KNotify::playTimeout KNotify::playTimeout KNotify::playTimeout KNotify::playTimeout KNotify::playTimeout KNotify::playTimeout KNotify::playTimeout KNotify::playTimeout libkonq: WARNING: Could not load wallpaper /opt/kde3/share/apps/konqueror/tiles/ *** opening digikam: *** digikam: ScanLib: Finding non-existing Albums: 4 ms digikam: ScanLib: Finding items not in the database or disk: 262 ms digikam: ScanLib: Updating items without date: 0 ms digikam: Cannot parse EXIF metadata using Exiv2 KIPI (loading): KIPI::PluginLoader: plugin KameraKlient is in the ignore list for host application KIPI (loading): Plugin_JPEGLossless plugin loaded KIPI (loading): KIPI::PluginLoader: Loaded plugin JPEGLossless KIPI (loading): Plugin_CDArchiving plugin loaded KIPI (loading): KIPI::PluginLoader: Loaded plugin CDArchiving KIPI (loading): KIPI::PluginLoader: Loaded plugin ImagesGallery KIPI (loading): Plugin_SendImages plugin loaded KIPI (loading): KIPI::PluginLoader: Loaded plugin SendImages KIPI (loading): Plugin_FlickrExport plugin loaded KIPI (loading): KIPI::PluginLoader: Loaded plugin FlickrExport KIPI (loading): Loaded Plugin_Calendar KIPI (loading): KIPI::PluginLoader: Loaded plugin Calendar KIPI (loading): Plugin_Mpegencoder plugin loaded KIPI (loading): KIPI::PluginLoader: Loaded plugin MPEGEncoder KIPI (loading): Plugin_AcquireImages plugin loaded KIPI (loading): KIPI::PluginLoader: Loaded plugin AcquireImages KIPI (loading): Plugin_GalleryExport plugin loaded KIPI (loading): KIPI::PluginLoader: Loaded plugin GalleryExport KIPI (loading): Plugin_TimeAdjust plugin loaded KIPI (loading): KIPI::PluginLoader: Loaded plugin TimeAdjust KIPI (loading): Plugin_FindImages plugin loaded KIPI (loading): KIPI::PluginLoader: Loaded plugin FindImages KIPI (loading): Plugin_PrintWizard plugin loaded KIPI (loading): KIPI::PluginLoader: Loaded plugin PrintWizard KIPI (loading): Plugin_WallPaper plugin loaded KIPI (loading): KIPI::PluginLoader: Loaded plugin WallPaper KIPI (loading): Plugin_SlideShow plugin loaded KIPI (loading): KIPI::PluginLoader: Loaded plugin SlideShow KIPI (loading): Plugin_BatchProcessImages plugin loaded KIPI (loading): KIPI::PluginLoader: Loaded plugin BatchProcessImages KIPI (loading): Loaded RawConverter KIPI (loading): KIPI::PluginLoader: Loaded plugin RawConverter digikam: ImagePlugin_Core plugin loaded digikam: ImagePluginLoader: Loaded plugin ImagePlugin_Core digikam: ImagePlugin_RainDrop plugin loaded digikam: ImagePluginLoader: Loaded plugin ImagePlugin_RainDrop digikam: ImagePlugin_InPainting plugin loaded digikam: ImagePluginLoader: Loaded plugin ImagePlugin_InPainting digikam: ImagePlugin_Infrared plugin loaded digikam: ImagePluginLoader: Loaded plugin ImagePlugin_Infrared digikam: ImagePlugin_Texture plugin loaded digikam: ImagePluginLoader: Loaded plugin ImagePlugin_Texture digikam: ImagePlugin_Border plugin loaded digikam: ImagePluginLoader: Loaded plugin ImagePlugin_Border digikam: ImagePlugin_OilPaint plugin loaded digikam: ImagePluginLoader: Loaded plugin ImagePlugin_OilPaint digikam: ImagePlugin_InsertText plugin loaded digikam: ImagePluginLoader: Loaded plugin ImagePlugin_InsertText digikam: ImagePlugin_Emboss plugin loaded digikam: ImagePluginLoader: Loaded plugin ImagePlugin_Emboss digikam: ImagePlugin_Unsharp plugin loaded digikam: ImagePluginLoader: Loaded plugin ImagePlugin_Unsharp digikam: ImagePlugin_HotPixels plugin loaded digikam: ImagePluginLoader: Loaded plugin ImagePlugin_HotPixels digikam: ImagePlugin_AdjustLevels plugin loaded digikam: ImagePluginLoader: Loaded plugin ImagePlugin_AdjustLevels digikam: ImagePlugin_ShearTool plugin loaded digikam: ImagePluginLoader: Loaded plugin ImagePlugin_ShearTool digikam: ImagePlugin_Solarize plugin loaded digikam: ImagePluginLoader: Loaded plugin ImagePlugin_Solarize digikam: ImagePlugin_DistortionFX plugin loaded digikam: ImagePluginLoader: Loaded plugin ImagePlugin_DistortionFX digikam: ImagePlugin_LensDistortion plugin loaded digikam: ImagePluginLoader: Loaded plugin ImagePlugin_LensDistortion digikam: ImagePlugin_FilmGrain plugin loaded digikam: ImagePluginLoader: Loaded plugin ImagePlugin_FilmGrain digikam: ImagePlugin_BlowUp plugin loaded digikam: ImagePluginLoader: Loaded plugin ImagePlugin_BlowUp digikam: ImagePlugin_Restoration plugin loaded digikam: ImagePluginLoader: Loaded plugin ImagePlugin_Restoration digikam: ImagePlugin_SuperImpose plugin loaded digikam: ImagePluginLoader: Loaded plugin ImagePlugin_SuperImpose digikam: ImagePlugin_Refocus plugin loaded digikam: ImagePluginLoader: Loaded plugin ImagePlugin_Refocus digikam: ImagePlugin_WhiteBalance plugin loaded digikam: ImagePluginLoader: Loaded plugin ImagePlugin_WhiteBalance digikam: ImagePlugin_BlurFX plugin loaded digikam: ImagePluginLoader: Loaded plugin ImagePlugin_BlurFX digikam: ImagePlugin_NoiseReduction plugin loaded digikam: ImagePluginLoader: Loaded plugin ImagePlugin_Despeckle digikam: ImagePlugin_AntiVignetting plugin loaded digikam: ImagePluginLoader: Loaded plugin ImagePlugin_AntiVignetting digikam: ImagePlugin_AdjustCurves plugin loaded digikam: ImagePluginLoader: Loaded plugin ImagePlugin_AdjustCurves digikam: ImagePlugin_FreeRotation plugin loaded digikam: ImagePluginLoader: Loaded plugin ImagePlugin_FreeRotation digikam: ImagePlugin_Perspective plugin loaded digikam: ImagePluginLoader: Loaded plugin ImagePlugin_Perspective digikam: ImagePlugin_ChannelMixer plugin loaded digikam: ImagePluginLoader: Loaded plugin ImagePlugin_ChannelMixer digikam: ImagePlugin_Charcoal plugin loaded digikam: ImagePluginLoader: Loaded plugin ImagePlugin_Charcoal KFileMetainfo (plugins): rawimage plugin X Error: BadWindow (invalid Window parameter) 3 Major opcode: 20 Minor opcode: 0 Resource id: 0x2e00209 X Error: BadWindow (invalid Window parameter) 3 Major opcode: 20 Minor opcode: 0 Resource id: 0x3600012 X Error: BadWindow (invalid Window parameter) 3 Major opcode: 20 Minor opcode: 0 Resource id: 0x3600012 X Error: BadWindow (invalid Window parameter) 3 Major opcode: 19 Minor opcode: 0 Resource id: 0x3600012 X Error: BadWindow (invalid Window parameter) 3 Major opcode: 20 Minor opcode: 0 Resource id: 0x3600012 X Error: BadWindow (invalid Window parameter) 3 Major opcode: 20 Minor opcode: 0 Resource id: 0x2e004b3 digikam: Cannot parse EXIF metadata using Exiv2 digikam: /home/test/digikampictures/Album3/6052_012.jpg : JPEG file identified digikam: intent: 0 digikam: input profile: default no alpha X Error: BadWindow (invalid Window parameter) 3 Major opcode: 20 Minor opcode: 0 Resource id: 0x2e00727 X Error: BadWindow (invalid Window parameter) 3 Major opcode: 20 Minor opcode: 0 Resource id: 0x2e0081b X Error: BadWindow (invalid Window parameter) 3 Major opcode: 20 Minor opcode: 0 Resource id: 0x2e0081b X Error: BadWindow (invalid Window parameter) 3 Major opcode: 20 Minor opcode: 0 Resource id: 0x2e0081b X Error: BadWindow (invalid Window parameter) 3 Major opcode: 19 Minor opcode: 0 Resource id: 0x2e0081b X Error: BadWindow (invalid Window parameter) 3 Major opcode: 20 Minor opcode: 0 Resource id: 0x2e0081b X Error: BadWindow (invalid Window parameter) 3 Major opcode: 20 Minor opcode: 0 Resource id: 0x2e00877 digikam: Cannot parse EXIF metadata using Exiv2 digikam: /home/test/digikampictures/Album1/6057_009.cr2 : RAW file identified Warning: Directory Canon has an unhandled next pointer. Warning: Size 5352 of Exif.Canon.0x4002 exceeds 4096 bytes limit. Not decoded. digikam: Running dcraw command (dcraw,-c,-4,-w,-a,-f,-n,-b,0.25,-q,0,/home/test/digikampictures/Album1/6057_009.cr2) digikam: Dcraw StdErr: 0: No such file or directory digikam: Parsed PPM header: width 2346 height 3520 rgbmax 15868 Warning: Directory Canon has an unhandled next pointer. Warning: Size 5352 of Exif.Canon.0x4002 exceeds 4096 bytes limit. Not decoded. digikam: intent: 0 digikam: Cannot parse EXIF metadata using Exiv2 digikam: /home/test/digikampictures/Album1/6057_009-test.tiff : TIFF file identified Warning: Upper boundary of data for directory Image, entry 0x0131 is out of bounds: Offset = 0x02f477b0, size = 18, exceeds buffer size by 1 Bytes; adjusting the size digikam: intent: 0 X Error: BadWindow (invalid Window parameter) 3 Major opcode: 20 Minor opcode: 0 Resource id: 0x2e00af0 X Error: BadWindow (invalid Window parameter) 3 Major opcode: 19 Minor opcode: 0 Resource id: 0x2e00007 *** end *** If you need more/other info, please tell me how I can find it. (I have updated the 0.9.0 svn yesterday morning) regards Daniel -- Daniel Bauer photographer Basel Switzerland professional photography: http://www.daniel-bauer.com special interest site: http://www.bauer-nudes.com _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Le Vendredi 26 Mai 2006 10:16 AM, Daniel Bauer a écrit :
> Am Donnerstag, 25. Mai 2006 21:38 schrieb Caulier Gilles: > > Le Jeudi 25 Mai 2006 08:12 PM, Caulier Gilles a écrit : > > > > Don't know if this is a bug or a problem of my 0.9.0 svn-install: > > > > > > > > when saving a 16-bit TIFF there is no thumbnail for this picture. > > > > Only 8bit TIFF's get a thumbnail in the albums. > > > > > > I'm currently working in tiff loader in digiKam core to support better > > > exif/makernote/iptc during saving from editor (TIFF/EP compliant). > > > > > > I cannot reproduce this thumb problem with current implementation. > > > digikam kioslave witch perform thumbnails rendering support 16 bits > > > images (that konqueror don't support very well). > > > > > > Are you sure that you kioslave used by digiKam is really from 0.9.0 not > > > 0.8.x (when you mix both versions on a system for example) > > Me, sure? :-) > typing locate gives: > > a lot of entries in > /eigene/rpms-progs/digikam_svn/graphics/digikam/kioslave/ > and subdirectories (thats where I have the svn-sources) > > /etc/opt/kde3/share/config/kioslaverc > /opt/kde3/bin/kioslave > /opt/kde3/share/apps/kconf_update/kioslave.upd > /opt/kde3/share/apps/khelpcenter/plugins/kioslaves.desktop > > a lot in > /opt/kde3/share/doc/HTML/ > and subdirectories > > plus a lot in: > /usr/src/debug/kdesdk-3.4.2/ > /usr/src/debug/kdesdk-3.4.2/kioslave/svn > (I wonder about the number, because I use KDE 3.5.2) > > finally this: > /var/adm/SuSEconfig/md5/etc/opt/kde3/share/config/kioslaverc > > sorry, if this is not the info you need, please tell me how to find it... > > > I have found a problem about ordering to load image data and icc profile/ > > metadata with libtiff, especially with libtiff version > 3.6.1: all > > metadata need to be load _before_ image data. > > > > The current implementation work fine with libtiff 3.6.1, but i suspect a > > problem with recent libtiff release. > > > > The code is fixed in my computer, but i need to perform more advanced > > test before to commit... > > > > Just to confirm this point, witch libtiff release you use ? > > I have installed the Suse rpm's libtiff & libtiff-devel 3.7.3-2 > and locate says: > > /usr/lib/libtiff.a > /usr/lib/libtiff.la > /usr/lib/libtiff.so > /usr/lib/libtiff.so.3 > /usr/lib/libtiff.so.3.7.3 > /usr/lib/libtiffxx.a > /usr/lib/libtiffxx.la > /usr/lib/libtiffxx.so > /usr/lib/libtiffxx.so.3 > /usr/lib/libtiffxx.so.3.7.3 > > > Your broken > > tiff image thumb have an icc profile embedded ? > > One yes, one no - both show no thumbnail in album (just white space) > > > ALso, can you check in your ~/.xsession-errors file if you have some > > messages from digikam thumb kioslave, like this : > > > > kio_digikamthumbnail: /home/gilles/Documents/photos/Test > > Photograhs/JPEG/Vertical/MINOLTA-DYNAX5D.tif : TIFF file identified > > kio (KIOConnection): ERROR: Header read failed, errno=104 > > kio (KIOConnection): ERROR: Header has invalid size (-1) > > kio (KLauncher): ERROR: SlavePool: No communication with slave. > > Warning: Upper boundary of data for directory Image, entry 0x0132 is out > > of bounds: > > Offset = 0x00b4aa3a, size = 20, exceeds buffer size by 1 Bytes; adjusting > > the size > > ... > > > > or something like that... > > "kio (KIOConnection): ERROR: Header read failed, errno=104" etc. is > somewhere in the ~/.xsession-errors file, but I don't know from when these > entries are. I renamed to ~/.xsession-errors file and started a new session > for the test user, then started digikam. > > The file looks like this: (*** = comments I added here) > > *** starting session for user "test" *** > > /etc/X11/xim: Checking wether an input method should be started. > INPUT_METHOD is not set or empty (no user selected input method). > Trying to start a default input method for the locale de_DE.UTF-8 ... > There is no default input method for the current locale. > xset: bad font path element (#259), possible causes are: > Directory does not exist or has wrong permissions > Directory missing fonts.dir > Incorrect font server address or syntax > startkde: Starting up... > kbuildsycoca running... > kdecore (KLibLoader): WARNING: KLibrary: /opt/kde3/lib/kde3/kcm_kdnssd.so: > undefined symbol: init_kdnssd > JACK compiled with POSIX SHM support > akode: Guessed format: xiph > KNotify::playTimeout > KNotify::playTimeout > KNotify::playTimeout > KNotify::playTimeout > KNotify::playTimeout > KNotify::playTimeout > KNotify::playTimeout > KNotify::playTimeout > libkonq: WARNING: Could not load > wallpaper /opt/kde3/share/apps/konqueror/tiles/ > > *** opening digikam: *** > > digikam: ScanLib: Finding non-existing Albums: 4 ms > digikam: ScanLib: Finding items not in the database or disk: 262 ms > digikam: ScanLib: Updating items without date: 0 ms > digikam: Cannot parse EXIF metadata using Exiv2 > KIPI (loading): KIPI::PluginLoader: plugin KameraKlient is in the ignore > list for host application > KIPI (loading): Plugin_JPEGLossless plugin loaded > KIPI (loading): KIPI::PluginLoader: Loaded plugin JPEGLossless > KIPI (loading): Plugin_CDArchiving plugin loaded > KIPI (loading): KIPI::PluginLoader: Loaded plugin CDArchiving > KIPI (loading): KIPI::PluginLoader: Loaded plugin ImagesGallery > KIPI (loading): Plugin_SendImages plugin loaded > KIPI (loading): KIPI::PluginLoader: Loaded plugin SendImages > KIPI (loading): Plugin_FlickrExport plugin loaded > KIPI (loading): KIPI::PluginLoader: Loaded plugin FlickrExport > KIPI (loading): Loaded Plugin_Calendar > KIPI (loading): KIPI::PluginLoader: Loaded plugin Calendar > KIPI (loading): Plugin_Mpegencoder plugin loaded > KIPI (loading): KIPI::PluginLoader: Loaded plugin MPEGEncoder > KIPI (loading): Plugin_AcquireImages plugin loaded > KIPI (loading): KIPI::PluginLoader: Loaded plugin AcquireImages > KIPI (loading): Plugin_GalleryExport plugin loaded > KIPI (loading): KIPI::PluginLoader: Loaded plugin GalleryExport > KIPI (loading): Plugin_TimeAdjust plugin loaded > KIPI (loading): KIPI::PluginLoader: Loaded plugin TimeAdjust > KIPI (loading): Plugin_FindImages plugin loaded > KIPI (loading): KIPI::PluginLoader: Loaded plugin FindImages > KIPI (loading): Plugin_PrintWizard plugin loaded > KIPI (loading): KIPI::PluginLoader: Loaded plugin PrintWizard > KIPI (loading): Plugin_WallPaper plugin loaded > KIPI (loading): KIPI::PluginLoader: Loaded plugin WallPaper > KIPI (loading): Plugin_SlideShow plugin loaded > KIPI (loading): KIPI::PluginLoader: Loaded plugin SlideShow > KIPI (loading): Plugin_BatchProcessImages plugin loaded > KIPI (loading): KIPI::PluginLoader: Loaded plugin BatchProcessImages > KIPI (loading): Loaded RawConverter > KIPI (loading): KIPI::PluginLoader: Loaded plugin RawConverter > digikam: ImagePlugin_Core plugin loaded > digikam: ImagePluginLoader: Loaded plugin ImagePlugin_Core > digikam: ImagePlugin_RainDrop plugin loaded > digikam: ImagePluginLoader: Loaded plugin ImagePlugin_RainDrop > digikam: ImagePlugin_InPainting plugin loaded > digikam: ImagePluginLoader: Loaded plugin ImagePlugin_InPainting > digikam: ImagePlugin_Infrared plugin loaded > digikam: ImagePluginLoader: Loaded plugin ImagePlugin_Infrared > digikam: ImagePlugin_Texture plugin loaded > digikam: ImagePluginLoader: Loaded plugin ImagePlugin_Texture > digikam: ImagePlugin_Border plugin loaded > digikam: ImagePluginLoader: Loaded plugin ImagePlugin_Border > digikam: ImagePlugin_OilPaint plugin loaded > digikam: ImagePluginLoader: Loaded plugin ImagePlugin_OilPaint > digikam: ImagePlugin_InsertText plugin loaded > digikam: ImagePluginLoader: Loaded plugin ImagePlugin_InsertText > digikam: ImagePlugin_Emboss plugin loaded > digikam: ImagePluginLoader: Loaded plugin ImagePlugin_Emboss > digikam: ImagePlugin_Unsharp plugin loaded > digikam: ImagePluginLoader: Loaded plugin ImagePlugin_Unsharp > digikam: ImagePlugin_HotPixels plugin loaded > digikam: ImagePluginLoader: Loaded plugin ImagePlugin_HotPixels > digikam: ImagePlugin_AdjustLevels plugin loaded > digikam: ImagePluginLoader: Loaded plugin ImagePlugin_AdjustLevels > digikam: ImagePlugin_ShearTool plugin loaded > digikam: ImagePluginLoader: Loaded plugin ImagePlugin_ShearTool > digikam: ImagePlugin_Solarize plugin loaded > digikam: ImagePluginLoader: Loaded plugin ImagePlugin_Solarize > digikam: ImagePlugin_DistortionFX plugin loaded > digikam: ImagePluginLoader: Loaded plugin ImagePlugin_DistortionFX > digikam: ImagePlugin_LensDistortion plugin loaded > digikam: ImagePluginLoader: Loaded plugin ImagePlugin_LensDistortion > digikam: ImagePlugin_FilmGrain plugin loaded > digikam: ImagePluginLoader: Loaded plugin ImagePlugin_FilmGrain > digikam: ImagePlugin_BlowUp plugin loaded > digikam: ImagePluginLoader: Loaded plugin ImagePlugin_BlowUp > digikam: ImagePlugin_Restoration plugin loaded > digikam: ImagePluginLoader: Loaded plugin ImagePlugin_Restoration > digikam: ImagePlugin_SuperImpose plugin loaded > digikam: ImagePluginLoader: Loaded plugin ImagePlugin_SuperImpose > digikam: ImagePlugin_Refocus plugin loaded > digikam: ImagePluginLoader: Loaded plugin ImagePlugin_Refocus > digikam: ImagePlugin_WhiteBalance plugin loaded > digikam: ImagePluginLoader: Loaded plugin ImagePlugin_WhiteBalance > digikam: ImagePlugin_BlurFX plugin loaded > digikam: ImagePluginLoader: Loaded plugin ImagePlugin_BlurFX > digikam: ImagePlugin_NoiseReduction plugin loaded > digikam: ImagePluginLoader: Loaded plugin ImagePlugin_Despeckle > digikam: ImagePlugin_AntiVignetting plugin loaded > digikam: ImagePluginLoader: Loaded plugin ImagePlugin_AntiVignetting > digikam: ImagePlugin_AdjustCurves plugin loaded > digikam: ImagePluginLoader: Loaded plugin ImagePlugin_AdjustCurves > digikam: ImagePlugin_FreeRotation plugin loaded > digikam: ImagePluginLoader: Loaded plugin ImagePlugin_FreeRotation > digikam: ImagePlugin_Perspective plugin loaded > digikam: ImagePluginLoader: Loaded plugin ImagePlugin_Perspective > digikam: ImagePlugin_ChannelMixer plugin loaded > digikam: ImagePluginLoader: Loaded plugin ImagePlugin_ChannelMixer > digikam: ImagePlugin_Charcoal plugin loaded > digikam: ImagePluginLoader: Loaded plugin ImagePlugin_Charcoal > KFileMetainfo (plugins): rawimage plugin > X Error: BadWindow (invalid Window parameter) 3 > Major opcode: 20 > Minor opcode: 0 > Resource id: 0x2e00209 > X Error: BadWindow (invalid Window parameter) 3 > Major opcode: 20 > Minor opcode: 0 > Resource id: 0x3600012 > X Error: BadWindow (invalid Window parameter) 3 > Major opcode: 20 > Minor opcode: 0 > Resource id: 0x3600012 > X Error: BadWindow (invalid Window parameter) 3 > Major opcode: 19 > Minor opcode: 0 > Resource id: 0x3600012 > X Error: BadWindow (invalid Window parameter) 3 > Major opcode: 20 > Minor opcode: 0 > Resource id: 0x3600012 > X Error: BadWindow (invalid Window parameter) 3 > Major opcode: 20 > Minor opcode: 0 > Resource id: 0x2e004b3 This X messages are strange. The X session user and the user that use digiKam are the same ? Do you use 'su my_user' to start digiKam in a console ? > digikam: Cannot parse EXIF metadata using Exiv2 > digikam: /home/test/digikampictures/Album3/6052_012.jpg : JPEG file > identified digikam: intent: 0 > digikam: input profile: default no alpha > X Error: BadWindow (invalid Window parameter) 3 > Major opcode: 20 > Minor opcode: 0 > Resource id: 0x2e00727 > X Error: BadWindow (invalid Window parameter) 3 > Major opcode: 20 > Minor opcode: 0 > Resource id: 0x2e0081b > X Error: BadWindow (invalid Window parameter) 3 > Major opcode: 20 > Minor opcode: 0 > Resource id: 0x2e0081b > X Error: BadWindow (invalid Window parameter) 3 > Major opcode: 20 > Minor opcode: 0 > Resource id: 0x2e0081b > X Error: BadWindow (invalid Window parameter) 3 > Major opcode: 19 > Minor opcode: 0 > Resource id: 0x2e0081b > X Error: BadWindow (invalid Window parameter) 3 > Major opcode: 20 > Minor opcode: 0 > Resource id: 0x2e0081b > X Error: BadWindow (invalid Window parameter) 3 > Major opcode: 20 > Minor opcode: 0 > Resource id: 0x2e00877 > digikam: Cannot parse EXIF metadata using Exiv2 > digikam: /home/test/digikampictures/Album1/6057_009.cr2 : RAW file > identified Warning: Directory Canon has an unhandled next pointer. > Warning: Size 5352 of Exif.Canon.0x4002 exceeds 4096 bytes limit. Not > decoded. digikam: Running dcraw command > (dcraw,-c,-4,-w,-a,-f,-n,-b,0.25,-q,0,/home/test/digikampictures/Album1/605 >7_009.cr2) digikam: Dcraw StdErr: 0: No such file or directory > digikam: Parsed PPM header: width 2346 height 3520 rgbmax 15868 > Warning: Directory Canon has an unhandled next pointer. > Warning: Size 5352 of Exif.Canon.0x4002 exceeds 4096 bytes limit. Not > decoded. digikam: intent: 0 > digikam: Cannot parse EXIF metadata using Exiv2 > digikam: /home/test/digikampictures/Album1/6057_009-test.tiff : TIFF file > identified > Warning: Upper boundary of data for directory Image, entry 0x0131 is out > of bounds: > Offset = 0x02f477b0, size = 18, exceeds buffer size by 1 Bytes; adjusting > the size > digikam: intent: 0 > X Error: BadWindow (invalid Window parameter) 3 > Major opcode: 20 > Minor opcode: 0 > Resource id: 0x2e00af0 > X Error: BadWindow (invalid Window parameter) 3 > Major opcode: 19 > Minor opcode: 0 > Resource id: 0x2e00007 > > *** end *** > > If you need more/other info, please tell me how I can find it. > > (I have updated the 0.9.0 svn yesterday morning) > I have commited the code today at 0h30 paris date. Please update and try again. You can clean up your ~.thumbnails folder too... Gilles _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
On Fri, May 26, 2006 11:34, Caulier Gilles wrote:
> Le Vendredi 26 Mai 2006 10:16 AM, Daniel Bauer a écrit : >> X Error: BadWindow (invalid Window parameter) 3 >> Major opcode: 20 >> Minor opcode: 0 >> Resource id: 0x2e004b3 >> > > This X messages are strange. The X session user and the user that use > digiKam are the same ? Do you use 'su my_user' to start digiKam in a > console ? digiKam (and other apps) have spewed those messages for ages for me. Never paid it much attention, as the number of apps generating it made me think it was a warning, not an error. _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
In reply to this post by Gilles Caulier-2
Am Freitag, 26. Mai 2006 12:34 schrieb Caulier Gilles:
> ... > > X Error: BadWindow (invalid Window parameter) 3 > > Major opcode: 20 > > Minor opcode: 0 > > Resource id: 0x2e004b3 > > This X messages are strange. I'm going to search where they come from in google - will need some time ;-) > The X session user and the user that use > digiKam are the same ? Do you use 'su my_user' to start digiKam in a > console ? I always start a new session from KDE menu, so I can switch witch crtl-alt-F8/F7. >... > > I have commited the code today at 0h30 paris date. Please update and try > again. You can clean up your ~.thumbnails folder too... > > Gilles I updated svn and deleted all the thumbnails in ~/.thumbnails, but it didn't change anything... I'll do a new svn up etc. after finding the reason for the X-messages (I have them as user "daniel" too...) Daniel -- Daniel Bauer photographer Basel Switzerland professional photography: http://www.daniel-bauer.com special interest site: http://www.bauer-nudes.com _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Le Vendredi 26 Mai 2006 02:26 PM, Daniel Bauer a écrit :
> Am Freitag, 26. Mai 2006 12:34 schrieb Caulier Gilles: > > ... > > > > > X Error: BadWindow (invalid Window parameter) 3 > > > Major opcode: 20 > > > Minor opcode: 0 > > > Resource id: 0x2e004b3 > > > > This X messages are strange. > > I'm going to search where they come from in google - will need some time > ;-) > > > The X session user and the user that use > > digiKam are the same ? Do you use 'su my_user' to start digiKam in a > > console ? > > I always start a new session from KDE menu, so I can switch witch > crtl-alt-F8/F7. > > >... > > > > I have commited the code today at 0h30 paris date. Please update and try > > again. You can clean up your ~.thumbnails folder too... > > > > Gilles > > I updated svn and deleted all the thumbnails in ~/.thumbnails, but it > didn't change anything... > > I'll do a new svn up etc. after finding the reason for the X-messages (I > have them as user "daniel" too...) > Your file are in RGB color space ? If not, digiKam tiff loader do not support yet others color space. Whats 'identify -verbose foo.tiff' give like informations ? Gilles > Daniel _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Am Freitag, 26. Mai 2006 15:40 schrieb Caulier Gilles:
> Le Vendredi 26 Mai 2006 02:26 PM, Daniel Bauer a écrit : > > Am Freitag, 26. Mai 2006 12:34 schrieb Caulier Gilles: > > > ... > > > > > > > X Error: BadWindow (invalid Window parameter) 3 > > > > Major opcode: 20 > > > > Minor opcode: 0 > > > > Resource id: 0x2e004b3 > > > > > > This X messages are strange. > > > > I'm going to search where they come from in google - will need some time > > ;-) > > many people have them... I'm gonna ask at the suse-e list later. > > > The X session user and the user that use > > > digiKam are the same ? Do you use 'su my_user' to start digiKam in a > > > console ? > > > > I always start a new session from KDE menu, so I can switch witch > > crtl-alt-F8/F7. > > > > >... > > > > > > I have commited the code today at 0h30 paris date. Please update and > > > try again. You can clean up your ~.thumbnails folder too... > > > > > > Gilles > > > > I updated svn and deleted all the thumbnails in ~/.thumbnails, but it > > didn't change anything... > > > > I'll do a new svn up etc. after finding the reason for the X-messages (I > > have them as user "daniel" too...) > > Your file are in RGB color space ? If not, digiKam tiff loader do not > support yet others color space. Whats 'identify -verbose foo.tiff' give > like informations ? > > Gilles > (opening cr2 in editor, save as tiff) this is the result of identify: identify -verbose 6057_009neutest2klein.tiff 6057_009neutest2klein.tiff TIFF 399x600 DirectClass 1.4mb Image: 6057_009neutest2klein.tiff Format: TIFF (Tagged Image File Format) Geometry: 399x600 Class: DirectClass Type: TrueColor Endianess: MSB Colorspace: RGB Channel depth: Red: 16-bits Green: 16-bits Blue: 16-bits Channel statistics: Red: Min: 255 (0.00389105) Max: 54791 (0.836057) Mean: 20676.3 (0.3155) Standard deviation: 12418.3 (0.189491) Green: Min: 284 (0.00433356) Max: 49524 (0.755688) Mean: 15192.8 (0.231828) Standard deviation: 12896.9 (0.196794) Blue: Min: 280 (0.00427253) Max: 55248 (0.84303) Mean: 14991.3 (0.228753) Standard deviation: 15698.4 (0.239543) Colors: 239398 Rendering-intent: Undefined Resolution: 72x72 Units: Undefined Filesize: 1.4mb Interlace: None Background Color: white Border Color: #DFDFDFDFDFDF Matte Color: grey74 Dispose: Undefined Iterations: 0 Compression: None Orientation: TopLeft Signature: 783554d4d35da844caeaae941b8cc011a0961ed4be499187f325db0a6243b976 Software: digiKam-0.9.0-svn Tainted: False Version: ImageMagick 6.2.3 02/24/06 Q16 http://www.imagemagick.org * * * Could eventually somebody else try with 16bit tiffs in 0.9.0 and give feedback here, if his thumbnails are ok? * * * Because, if nobody else has this problems, I guess it's a problem of my install... and then it's not worth wasting your time on this. Maybe the reason is that I have installed two versions and the svn version is in /opt/digikam-svn? I always update exiv2, digikam and digikamimageplugins typing the following: cd /eigene/rpms-progs/exiv2/trunk svn up sudo make uninstall make config ./configure make sudo make install cd /eigene/rpms-progs/digikam_svn/graphics svn up digikam svn up digikamimageplugins sudo make distclean make -f Makefile.cvs LDFLAGS=-L/usr/local/lib CXXFLAGS=-I/usr/local/include/exiv2 ./configure --prefix=/opt/digikam-svn --enable-debug=full make sudo make install to start as user test I use the script I once found in this ML: DIGIKAMDIR=/opt/digikam-svn KDEDIRS=/usr export LD_LIBRARY_PATH=$DIGIKAMDIR/lib:$LD_LIBRARY_PATH export KDEDIRS=$DIGIKAMDIR:$KDEDIRS export PATH=$DIGIKAMDIR/bin:$PATH $DIGIKAMDIR/bin/digikam I also tried to change KDEDIRS from /usr to /opt/kde3 but no change... regards Daniel -- Daniel Bauer photographer Basel Switzerland professional photography: http://www.daniel-bauer.com special interest site: http://www.bauer-nudes.com _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Le Vendredi 26 Mai 2006 06:32 PM, Daniel Bauer a écrit :
> Am Freitag, 26. Mai 2006 15:40 schrieb Caulier Gilles: > > Le Vendredi 26 Mai 2006 02:26 PM, Daniel Bauer a écrit : > > > Am Freitag, 26. Mai 2006 12:34 schrieb Caulier Gilles: > > > > ... > > > > > > > > > X Error: BadWindow (invalid Window parameter) 3 > > > > > Major opcode: 20 > > > > > Minor opcode: 0 > > > > > Resource id: 0x2e004b3 > > > > > > > > This X messages are strange. > > > > > > I'm going to search where they come from in google - will need some > > > time ;-) > > Haven't found something interesting about this X messages. However, it > seems many people have them... I'm gonna ask at the suse-e list later. > > > > > The X session user and the user that use > > > > digiKam are the same ? Do you use 'su my_user' to start digiKam in a > > > > console ? > > > > > > I always start a new session from KDE menu, so I can switch witch > > > crtl-alt-F8/F7. > > > > > > >... > > > > > > > > I have commited the code today at 0h30 paris date. Please update and > > > > try again. You can clean up your ~.thumbnails folder too... > > > > > > > > Gilles > > > > > > I updated svn and deleted all the thumbnails in ~/.thumbnails, but it > > > didn't change anything... > > > > > > I'll do a new svn up etc. after finding the reason for the X-messages > > > (I have them as user "daniel" too...) > > > > Your file are in RGB color space ? If not, digiKam tiff loader do not > > support yet others color space. Whats 'identify -verbose foo.tiff' give > > like informations ? > > > > Gilles > > I think it's RGB. Those are tiffs I made from cr2's in digikam 0.9.0 svn > (opening cr2 in editor, save as tiff) > > this is the result of identify: > > identify -verbose 6057_009neutest2klein.tiff > 6057_009neutest2klein.tiff TIFF 399x600 DirectClass 1.4mb > Image: 6057_009neutest2klein.tiff > Format: TIFF (Tagged Image File Format) > Geometry: 399x600 > Class: DirectClass > Type: TrueColor > Endianess: MSB > Colorspace: RGB > Channel depth: > Red: 16-bits > Green: 16-bits > Blue: 16-bits > Channel statistics: > Red: > Min: 255 (0.00389105) > Max: 54791 (0.836057) > Mean: 20676.3 (0.3155) > Standard deviation: 12418.3 (0.189491) > Green: > Min: 284 (0.00433356) > Max: 49524 (0.755688) > Mean: 15192.8 (0.231828) > Standard deviation: 12896.9 (0.196794) > Blue: > Min: 280 (0.00427253) > Max: 55248 (0.84303) > Mean: 14991.3 (0.228753) > Standard deviation: 15698.4 (0.239543) > Colors: 239398 > Rendering-intent: Undefined > Resolution: 72x72 > Units: Undefined > Filesize: 1.4mb > Interlace: None > Background Color: white > Border Color: #DFDFDFDFDFDF > Matte Color: grey74 > Dispose: Undefined > Iterations: 0 > Compression: None > Orientation: TopLeft > Signature: > 783554d4d35da844caeaae941b8cc011a0961ed4be499187f325db0a6243b976 Software: > digiKam-0.9.0-svn > Tainted: False > Version: ImageMagick 6.2.3 02/24/06 Q16 http://www.imagemagick.org > > * * * > Could eventually somebody else try with 16bit tiffs in 0.9.0 and give > feedback here, if his thumbnails are ok? > * * * > > Because, if nobody else has this problems, I guess it's a problem of my > install... and then it's not worth wasting your time on this. > > Maybe the reason is that I have installed two versions and the svn version > is in /opt/digikam-svn? > > I always update exiv2, digikam and digikamimageplugins typing the > following: > > cd /eigene/rpms-progs/exiv2/trunk > svn up > sudo make uninstall > make config > ./configure > make > sudo make install > > cd /eigene/rpms-progs/digikam_svn/graphics > svn up digikam > svn up digikamimageplugins > sudo make distclean > make -f Makefile.cvs > LDFLAGS=-L/usr/local/lib CXXFLAGS=-I/usr/local/include/exiv2 ./configure > --prefix=/opt/digikam-svn --enable-debug=full > make > sudo make install > > to start as user test I use the script I once found in this ML: > > DIGIKAMDIR=/opt/digikam-svn > KDEDIRS=/usr > export LD_LIBRARY_PATH=$DIGIKAMDIR/lib:$LD_LIBRARY_PATH > export KDEDIRS=$DIGIKAMDIR:$KDEDIRS > export PATH=$DIGIKAMDIR/bin:$PATH > $DIGIKAMDIR/bin/digikam > > I also tried to change KDEDIRS from /usr to /opt/kde3 but no change... > > regards > > Daniel Ok. put me the tiff file somewhere to download, and let's me some time to download it. RTC connection at home (:=))) Gilles _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Am Freitag, 26. Mai 2006 19:34 schrieb Caulier Gilles:
> Ok. put me the tiff file somewhere to download, and let's me some time to > download it. RTC connection at home (:=))) > > Gilles http://www.daniel-bauer.com/test/6057_009uncorrected.tiff http://www.daniel-bauer.com/test/6057_009profile.tiff (1.4 MB each) Daniel -- Daniel Bauer photographer Basel Switzerland professional photography: http://www.daniel-bauer.com special interest site: http://www.bauer-nudes.com _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
> > Ok. put me the tiff file somewhere to download, and let's me some time to
> > download it. RTC connection at home (:=))) > > > > Gilles > > http://www.daniel-bauer.com/test/6057_009uncorrected.tiff > http://www.daniel-bauer.com/test/6057_009profile.tiff > > (1.4 MB each) I have no problems with these images. The relevant library is kio_digikamthumbnail.so, and it is not linked at startup, but loaded dynamically by KDE libs. Perhaps the one from your KDEDIR is used, or you have some old lib lying around somewhere? You could test that by renaming the file. Marcel > > Daniel _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Am Samstag, 27. Mai 2006 15:30 schrieb Marcel Wiesweg:
> > > Ok. put me the tiff file somewhere to download, and let's me some time > > > to download it. RTC connection at home (:=))) > > > > > > Gilles > > > > http://www.daniel-bauer.com/test/6057_009uncorrected.tiff > > http://www.daniel-bauer.com/test/6057_009profile.tiff > > > > (1.4 MB each) > > I have no problems with these images. > > The relevant library is kio_digikamthumbnail.so, and it is not linked at > startup, but loaded dynamically by KDE libs. Perhaps the one from your > KDEDIR is used, or you have some old lib lying around somewhere? You could > test that by renaming the file. > > Marcel > I have 3 kio_digikamthumbnail.so's: the 0.9.0 svn-source: /eigene/rpms-progs/digikam_svn/graphics/digikam/kioslave/.libs/kio_digikamthumbnail.so the one that gets installed with 0.9.0 svn install: /opt/digikam-svn/lib/kde3/kio_digikamthumbnail.so and the one thats installed by digikam 0.8.1 from Suse 10.0 rpm: /opt/kde3/lib/kde3/kio_digikamthumbnail.so (in Suse the KDE stuff seems to be in /opt/kde3/ ) renameing the one in /opt/digikam-svn/lib/kde3/ changes nothing. renaming the one in /opt/kde3/lib/kde3/ gives an error in digikam startup. Copying the one from /opt/digikam-svn/lib/kde3/ to /opt/kde3/lib/kde3/ makes thumbnails work in 0.9.0 svn... Unfortunately then new thumbnails in 0.8.1 don't work anymore, so I have to rename back... What changes must I take to configure/compile 0.9.0 svn so that the correct so's are used with it (without disturbing my 0.8.1 install)? Can you help me with this, too? The way how I compile and start svn is written in my mail to this ML from yesertday 18:32... regards Daniel -- Daniel Bauer photographer Basel Switzerland professional photography: http://www.daniel-bauer.com special interest site: http://www.bauer-nudes.com _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
In reply to this post by Marcel Wiesweg
Le Samedi 27 Mai 2006 03:30 PM, Marcel Wiesweg a écrit :
> > > Ok. put me the tiff file somewhere to download, and let's me some time > > > to download it. RTC connection at home (:=))) > > > > > > Gilles > > > > http://www.daniel-bauer.com/test/6057_009uncorrected.tiff > > http://www.daniel-bauer.com/test/6057_009profile.tiff > > > > (1.4 MB each) > > I have no problems with these images. me too. All work fine... Gilles _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Free forum by Nabble | Edit this page |