Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 May 2012 14:08:24 -0800 (AKDT)
From:      Mel Flynn <rflynn@acsalaska.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        kde-freebsd@kde.org, g.veniamin@googlemail.com
Subject:   ports/168319: graphics/qiviewer: Not displaying image jpeg
Message-ID:  <201205242208.q4OM8Oow075581@datakitty.lan.rachie.is-a-geek.net>
Resent-Message-ID: <201205242210.q4OMA22r034155@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         168319
>Category:       ports
>Synopsis:       graphics/qiviewer: Not displaying image jpeg
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 24 22:10:02 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Mel Flynn
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
>Environment:
System: FreeBSD datakitty.lan.rachie.is-a-geek.net 8.2-STABLE FreeBSD 8.2-STABLE #6 r230977: Sun Feb 5 06:20:11 AKST 2012 mel@datakitty.lan.rachie.is-a-geek.net:/data/obj/data/RELENG_8/src/sys/GENERIC amd64


>Description:
When graphics/qiviewer is installed without having a full KDE desktop,
in my case a trimmed down x11-wm/xfce4 (no PRINT, no MIXER, no GDM) then
qiviewer will not display JPEG images.
It will successfully show PNG images, which leads me to believe that the
root cause is that the program relies on QtGUI providing the image support.

Since the FreeBSD QtGUI only links with png, no other image formats are
available to it. Jpeg is available at compile and runtime.

I haven't tested if the application works in full KDE environment (ENOTIME).

>How-To-Repeat:

pre-req: delete all qt4-* ports or have a clean install and then install
         for example xfce or fvwm.
make -C /usr/ports/graphics/qiviewer install

Try to open a folder containing jpg images. Size will be displayed but the
actual image screen is blank.
Using convert from ImageMagick to change the image to png, will show the
image in qiviewer correctly.

>Fix:

Possible fix that should be examined if linking QtGui with jpeg makes this
work.
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205242208.q4OM8Oow075581>