Bug 377620 - Konversation does not support MacOS retina screen
Summary: Konversation does not support MacOS retina screen
Status: RESOLVED WAITINGFORINFO
Alias: None
Product: konversation
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Homebrew (macOS) macOS
: NOR major
Target Milestone: ---
Assignee: Konversation Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-14 15:31 UTC by Darcy Shen
Modified: 2020-09-30 16:52 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.