Bug 377620

Summary: Konversation does not support MacOS retina screen
Product: [Applications] konversation Reporter: Darcy Shen <sadhen>
Component: generalAssignee: Konversation Developers <konversation-devel>
Status: RESOLVED WAITINGFORINFO    
Severity: major CC: kossebau
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Homebrew (macOS)   
OS: macOS   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Darcy Shen 2017-03-14 15:31:04 UTC
I installed konversation via homebrew.

brew install kf5-konversation --HEAD

but it does not support retina screen.

https://github.com/haraldF/homebrew-kf5
Comment 1 Darcy Shen 2017-03-14 15:41:53 UTC
I tried to patch konversation with

```
QApplication::setAttribute(Qt::AA_UseHighDpiPixmaps)
```

but it does not take effect
Comment 2 Christoph Feck 2017-03-18 16:47:17 UTC
What is the actual issue? Does it start? Do you see anything? Is just the scaling wrong? Please add screen shots to describe the issue.
Comment 3 Darcy Shen 2017-03-18 18:29:08 UTC
1. The scaling is wrong. 
2. Cannot open links using default browser

I have encountered this two problem.

For the first problem, I have figured out the way to fix it. I would upload my patch to https://phabricator.kde.org later.
Comment 4 Christoph Feck 2017-03-31 19:22:24 UTC
Could you add a link here to the phabricator request once you created it?
Comment 5 Friedrich W. H. Kossebau 2020-09-30 16:52:14 UTC
Closing as the requested info was not provided.

If the reported bugs are still an issue, please reopen. And please also add a separate bug report for the issue of "Cannot open links using default browser", as this is a different problem which will need to be tracked on its own.