https://bugs.kde.org/show_bug.cgi?id=416201

--- Comment #3 from David Edmundson <k...@davidedmundson.co.uk> ---
Interestingly Qt has a fallback path to handle platforms not handling physical
size.

QSizeF QPlatformScreen::physicalSize() const
{
    static const int dpi = 100;
    return QSizeF(geometry().size()) / dpi * qreal(25.4);
} 

Though our Qt wayland QPA doesn't use that as it thinks it has a physical size.

I don't disagree with what you're saying, but I'm not 100% convinced either
that it's right to "lie" to the applications.
I'm going to email wayland-devel and get an official answer and go with that.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to