[Qt/KDE Flatpak Runtime] [Bug 407194] Honor system font scaling setting

2019-05-06 Thread Jan Grulich
https://bugs.kde.org/show_bug.cgi?id=407194

--- Comment #6 from Jan Grulich  ---
Just for the record, I have same behavior for non-flatpak Qt/KDE apps.

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

[Qt/KDE Flatpak Runtime] [Bug 407194] Honor system font scaling setting

2019-05-06 Thread Jan Grulich
https://bugs.kde.org/show_bug.cgi?id=407194

Jan Grulich  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |UPSTREAM
 CC||jgrul...@redhat.com

--- Comment #5 from Jan Grulich  ---
It looks it depends on the value you set to font-scaling, if I use 1.4, then it
doesn't work, but if I use 1.5 then it scales. There is some logic apparently
in Qt doing this work based on DPI. We used to do scaling in QGnomePlatform,
but it was removed because of this Qt behavior. It looks it wasn't a good
decision to drop it completely and we will need to just implement it properly.

See:
https://github.com/FedoraQt/QGnomePlatform/commit/687c74e175d1acc84de075f8f13180d78ef8391e

Please open a bug for QGnomePlatform as this has nothing to do with KDE.

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

[Qt/KDE Flatpak Runtime] [Bug 407194] Honor system font scaling setting

2019-05-05 Thread Iiro Laiho
https://bugs.kde.org/show_bug.cgi?id=407194

--- Comment #4 from Iiro Laiho  ---
(In reply to Aleix Pol from comment #3)
> Can you make sure you have org.kde.PlatformTheme.QGnomePlatform installed? 
> 
> It could make sense to have this issue tracked in there
> https://github.com/flathub/org.kde.PlatformTheme.QGnomePlatform

$ flatpak list | grep QGnomePlatform
org.kde.PlatformTheme.QGnomePlatform/x86_64/5.12system,runtime

I installed it manually when investigating this issue, but it didn't have any
visible effect.

(In reply to David Edmundson from comment #2)
> What does tweak tool actually set?

Gnome internally stores it as "org.gnome.desktop.interface text-scaling-factor"
in gsettings. It also influences the Xft.dpi Xresource.

$ gsettings get org.gnome.desktop.interface text-scaling-factor
1.3999
$ xrdb -query | grep dpi
Xft.dpi:134.3994140625

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

[Qt/KDE Flatpak Runtime] [Bug 407194] Honor system font scaling setting

2019-05-03 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=407194

--- Comment #3 from Aleix Pol  ---
Can you make sure you have org.kde.PlatformTheme.QGnomePlatform installed? 

It could make sense to have this issue tracked in there
https://github.com/flathub/org.kde.PlatformTheme.QGnomePlatform

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

[Qt/KDE Flatpak Runtime] [Bug 407194] Honor system font scaling setting

2019-05-03 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=407194

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk

--- Comment #2 from David Edmundson  ---
What does tweak tool actually set?

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

[Qt/KDE Flatpak Runtime] [Bug 407194] Honor system font scaling setting

2019-05-03 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=407194

--- Comment #1 from Aleix Pol  ---
This will need some investigation because for me it works fine on
Plasma+Wayland.

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