Bug 89588

Summary: No Picture in Fullscreen
Product: [Applications] digikam Reporter: Thomas Braun <thomas.braun>
Component: Usability-FullScreenAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: caulier.gilles
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In: 7.5.0

Description Thomas Braun 2004-09-15 19:47:23 UTC
Version:           0.7.0 (using KDE KDE 3.3.0)
Installed from:    SuSE RPMs
OS:                Linux

When switching to fullscreen mode in digikam 0.7.0 the picture is not visible, just the background is there (normaly a black one, when changing backgroundcolours in digikam setup this colour is displayed)
Error message when starting from console: 

[bool Digikam::ImlibInterface::load(const QString&)] Failed to load image: error number: 4
Comment 1 Renchi Raju 2004-09-15 20:12:22 UTC
[bool Digikam::ImlibInterface::load(const QString&)] Failed to load image: error number: 4 

error number 4 means there is no imlib2 loader for that file. what format file is that (jpeg/tiff/png)? do you have imlib2 loaders installed? are you able to show the picture in non-fullscreen mode?
Comment 2 Thomas Braun 2004-09-16 08:53:35 UTC
Am Mittwoch, 15. September 2004 20:12 schrieb Renchi Raju:

> error number 4 means there is no imlib2 loader for that file. what
> format file is that (jpeg/tiff/png)? do you have imlib2 loaders
> installed? are you able to show the picture in non-fullscreen mode?

Hi!

It is a jpeg and imlib2 is installed (Packman) It just has been 
installed recently (12 September 2004) by apt4rpm, it think. Since I 
don't use digikam that frequently, I can not tell if the error occured 
before that update of imlib2. In non-fullscreen mode I can see the 
thumbnails. 

In other pictureprograms (kwickshow, kview) I can see those pictures. 
It's just broken in digikam.

Thomas
Comment 3 Renchi Raju 2004-09-17 18:16:32 UTC
you most likely are missing the imlib2 loaders package. the base imlib2 library does not come with imageloaders. you will need to install it
Comment 4 Thomas Braun 2004-09-22 12:51:05 UTC
O.K.! Having installed imlib2-loaders everthing works now again.
Comment 5 Tom Albers 2004-09-22 14:09:17 UTC
Great!