Bug 89588 - No Picture in Fullscreen
Summary: No Picture in Fullscreen
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Usability-FullScreen (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-15 19:47 UTC by Thomas Braun
Modified: 2022-01-13 07:40 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 7.5.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!