Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt WebKit
  4. Webkit QFont::setPixelSize: QT 5.5 on Arch linux
Forum Updated to NodeBB v4.3 + New Features

Webkit QFont::setPixelSize: QT 5.5 on Arch linux

Scheduled Pinned Locked Moved Unsolved Qt WebKit
1 Posts 1 Posters 797 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • liewjlsL Offline
    liewjlsL Offline
    liewjls
    wrote on last edited by
    #1

    Hi,

    I'm running my QT application on Arch linux using QT 5.5. When it is running on my desktop ubuntu linux, it works OK but right after i have cross-compile and run it on my Rasp Pi, it has triggered some warning or error message,

    libpng warning: iCCP: known incorrect sRGB profile
    libpng warning: iCCP: known incorrect sRGB profile
    libpng warning: iCCP: known incorrect sRGB profile
    libpng warning: iCCP: known incorrect sRGB profile
    QFont::setPixelSize: Pixel size <= 0 (-1)
    QFont::setPixelSize: Pixel size <= 0 (-1)
    QFont::setPixelSize: Pixel size <= 0 (-1)
    QFont::setPixelSize: Pixel size <= 0 (-1)
    QFont::setPixelSize: Pixel size <= 0 (-1)
    QFont::setPixelSize: Pixel size <= 0 (-1)
    QFont::setPixelSize: Pixel size <= 0 (-1)
    QFont::setPixelSize: Pixel size <= 0 (-1)
    QFont::setPixelSize: Pixel size <= 0 (-1)
    QFont::setPixelSize: Pixel size <= 0 (-1)
    QFont::setPixelSize: Pixel size <= 0 (-1)
    QFont::setPixelSize: Pixel size <= 0 (-1)
    QFont::setPixelSize: Pixel size <= 0 (-1)
    QFont::setPixelSize: Pixel size <= 0 (-1)
    

    However, if i recompile with QT 4.8, the "QFont::setPixelSize: Pixel size " doesn't shows on the screen. I had done some googling and searching, I noticed QT 4.8 has the directory of " /opt/Qt/4.8.6-arm/lib/fonts/ " but in my "/opt/Qt/5.5.1-arm-pi3/lib" doesn't have "fonts" directory.

    Is there anyone can help me one these warning or errror message please? I would really appreciate if someone can help me as I'm new on QT and arch linux.

    I'm bit stuck here, any help please?

    I noticed there memory is slowing increasing when I have load the url then I got these error message. Is that something i have missed out?

    Many thanks.

    Regards,
    jenny

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved