https://bugs.kde.org/show_bug.cgi?id=425549
Bug ID: 425549
Summary: Kate "User Feedback" reports incorrect screen details
Product: kate
Version: 20.08.0
Platform: Archlinux Packages
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Created attachment 131009
--> https://bugs.kde.org/attachment.cgi?id=131009&action=edit
Kate Report
SUMMARY
It seems that "User Feedback" functionality incorrectly reports screen details
in Kate app.
What Kate reports:
"screens": [
{
"dpi": 80,
"height": 1080,
"width": 1920
},
{
"dpi": 80,
"height": 1080,
"width": 1920
}
],
What is SHOULD report:
"screens": [
{
"dpi": 192,
"height": 2160,
"width": 3840
},
{
"dpi": 192,
"height": 2160,
"width": 3840
}
],
SOFTWARE/OS VERSIONS
Arch Linux
KDE Plasma Version: 5.19.4
KDE Frameworks Version: 5.73.0
Qt Version: 5.15.0
ADDITIONAL INFORMATION
I think this is important to fix, as currently the statistics that KDE
Community receives is distorted and inaccurate.
--
You are receiving this mail because:
You are watching all bug changes.