You are not logged in.
Hi everyone, I just installed calibre using pacman (since it is the same version provided as binary within the Calibre's website) I'm able to use it with my Tolino, but I got some warnings which I'd like to fix, but I found nothing specific for Calibre.
I use the Gnome/Wayland set, and these are the messages:
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
libpng warning: iCCP: known incorrect sRGB profileIf someone already dealt with it, I would like to understand what is happening and how to properly fix it.
HH
Last edited by noreset (2019-01-19 20:00:51)
Offline
There is nothing to fix. Qt is simply informing you that it's not using the wayland platform plugin
Offline
The second message is just useless information from libpng telling you its sense of aesthetics is affronted by the metadata in one of the PNG images from calibre's resources.
Managing AUR repos The Right Way -- aurpublish (now a standalone tool)
Offline
There is nothing to fix. Qt is simply informing you that it's not using the wayland platform plugin
Use QT_QPA_PLATFORM=waylandThis message gave me the impression I had to set some Kernel parameter, by the way, thanks for your answer.
The second message is just useless information from libpng telling you its sense of aesthetics is affronted by the metadata in one of the PNG images from calibre's resources.
Get it! Not a big deal, thanks for pointing that out.
Offline
Those are environment variables you could of course try to set that and check if everything still behaves as you'd expect, however there's likely a reason Qt is being conservative here.
Offline