Bug 421504

Summary: [Openconnect] Blurry icons with HiDPi and scaling 1.5
Product: [Plasma] plasmashell Reporter: postix <postix>
Component: Networking in generalAssignee: Jan Grulich <jgrulich>
Status: CONFIRMED ---    
Severity: normal CC: nate, postix
Priority: NOR Keywords: junior-jobs
Version First Reported In: 5.18.5   
Target Milestone: 1.0   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: Screenshot.

Description postix 2020-05-14 09:43:00 UTC
Created attachment 128446 [details]
Screenshot.

SUMMARY

Please see the screenshot.


SOFTWARE/OS VERSIONS
Operating System: Manjaro Linux 
KDE Plasma Version: 5.18.5
KDE Frameworks Version: 5.70.0
Qt Version: 5.14.2
Comment 1 Nate Graham 2020-11-19 23:41:50 UTC
Probably needs the following to be set somewhere:

QCoreApplication::setAttribute(Qt::AA_UseHighDpiPixmaps, true);
QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling, true);

There's no QApplication instance created though. Not sure where it should go.
Comment 2 Ben Cooksley 2024-12-23 18:26:02 UTC
Bulk transfer as requested in T17796