Hi Timur,

On 05/01/2011 11:14 PM, Timur Kristóf wrote:
> As it turns out, the raster graphics system is totally borked on it, and
> some stuff simply doesn't work on it well. This issue may be related to
> the already known bugs.

Your hint was extremely precious! Indeed, adding this just at the
beginning of main() does the trick:

    if (qstrcmp(qVersion(), "4.7.2") == 0) {
        QApplication::setGraphicsSystem("native");
        syslog(LOG_DEBUG, "Using native graphicssystem");
    }

Guess it's time for a new release. :-)

Ciao,
  Alberto

-- 
http://blog.mardy.it <- geek in un lingua international!
_______________________________________________
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers

Reply via email to