[plasmashell] [Bug 442901] GTK4 apps have double scaling on hidpi

2023-02-16 Thread Steve Vialle
https://bugs.kde.org/show_bug.cgi?id=442901 Steve Vialle changed: What|Removed |Added CC||stev...@orcon.net.nz Resolution|FIXED

[plasmashell] [Bug 442901] GTK4 apps have double scaling on hidpi

2023-02-16 Thread Ilya Fedin
https://bugs.kde.org/show_bug.cgi?id=442901 Ilya Fedin changed: What|Removed |Added CC||fedin-ilja2...@ya.ru --- Comment #33 from Ilya Fed

[plasmashell] [Bug 442901] GTK4 apps have double scaling on hidpi

2023-02-16 Thread Jin Liu
https://bugs.kde.org/show_bug.cgi?id=442901 Jin Liu changed: What|Removed |Added CC||ad.liu@gmail.com --- Comment #34 from Jin Liu --

[plasmashell] [Bug 442901] GTK4 apps have double scaling on hidpi

2023-02-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=442901 --- Comment #35 from Nate Graham --- (In reply to Jin Liu from comment #34) > Now all Electron apps (e.g. vscode, Vivaldi) become unscaled (tiny text and > controls). > > My setup: 240dpi screen. 250% global scale. Wayland. Electron apps in > Xwayland.

[plasmashell] [Bug 442901] GTK4 apps have double scaling on hidpi

2023-02-16 Thread Ilya Fedin
https://bugs.kde.org/show_bug.cgi?id=442901 --- Comment #36 from Ilya Fedin --- Nate, it's not a right fix, the right way is to tell the right DPI via Gdk/UnscaledDPI -- You are receiving this mail because: You are watching all bug changes.

[plasmashell] [Bug 442901] GTK4 apps have double scaling on hidpi

2023-02-17 Thread Emilio Cobos Álvarez
https://bugs.kde.org/show_bug.cgi?id=442901 Emilio Cobos Álvarez (:emilio) changed: What|Removed |Added See Also||https://bugs.kde.org/show_b

[plasmashell] [Bug 442901] GTK4 apps have double scaling on hidpi

2023-02-17 Thread Emilio Cobos Álvarez
https://bugs.kde.org/show_bug.cgi?id=442901 Emilio Cobos Álvarez (:emilio) changed: What|Removed |Added CC||emi...@crisal.io -- You are r

[plasmashell] [Bug 442901] GTK4 apps have double scaling on hidpi

2023-02-17 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=442901 --- Comment #37 from Nate Graham --- I have no doubt that there's a better fix for Bug 465733, but for now we wanted to simply revert the bad commit to unbreak things as quickly as possible. Alternatives are being investigated. I'll look into them soon.

[plasmashell] [Bug 442901] GTK4 apps have double scaling on hidpi

2023-02-17 Thread Luca Bacci
https://bugs.kde.org/show_bug.cgi?id=442901 --- Comment #38 from Luca Bacci --- Hi! Sorry for the regressions! I'm opening a Merge Request with the necessary fixes. @Steve Vialle: thanks for the report! Actually I didn't know that DPI less than 96 were supported, sorry! :) I'm going to remove th

[plasmashell] [Bug 442901] GTK4 apps have double scaling on hidpi

2023-02-17 Thread Ilya Fedin
https://bugs.kde.org/show_bug.cgi?id=442901 --- Comment #39 from Ilya Fedin --- Yes, I have -- You are receiving this mail because: You are watching all bug changes.

[plasmashell] [Bug 442901] GTK4 apps have double scaling on hidpi

2023-02-17 Thread Dashon
https://bugs.kde.org/show_bug.cgi?id=442901 Dashon changed: What|Removed |Added CC||sparky123558w...@gmail.com -- You are receiving this

[plasmashell] [Bug 442901] GTK4 apps have double scaling on hidpi

2023-02-17 Thread Trent M
https://bugs.kde.org/show_bug.cgi?id=442901 Trent M changed: What|Removed |Added CC||twilightinz...@gmail.com --- Comment #40 from Trent M

[plasmashell] [Bug 442901] GTK4 apps have double scaling on hidpi

2023-02-18 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=442901 --- Comment #41 from Bug Janitor Service --- A possibly relevant merge request was started @ https://invent.kde.org/plasma/kde-gtk-config/-/merge_requests/56 -- You are receiving this mail because: You are watching all bug changes.

[plasmashell] [Bug 442901] GTK4 apps have double scaling on hidpi

2023-02-18 Thread Edward Oubrayrie
https://bugs.kde.org/show_bug.cgi?id=442901 Edward Oubrayrie changed: What|Removed |Added CC||edoubray...@gmail.com -- You are receiving

[plasmashell] [Bug 442901] GTK4 apps have double scaling on hidpi

2023-02-21 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=442901 Nate Graham changed: What|Removed |Added Version Fixed In|5.27|5.27.1 Status|REOPENED

[plasmashell] [Bug 442901] GTK4 apps have double scaling on hidpi

2023-02-21 Thread Steve Vialle
https://bugs.kde.org/show_bug.cgi?id=442901 Steve Vialle changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[plasmashell] [Bug 442901] GTK4 apps have double scaling on hidpi

2023-02-21 Thread Steve Vialle
https://bugs.kde.org/show_bug.cgi?id=442901 --- Comment #44 from Steve Vialle --- Additional quick tests: Setting Xft.dpi to 82 in /etc/X11/Xresources -> plasma/QT/GTK all 96DPI. Setting "DPI" "82x82" in /etc/X11/xorg.conf.d/foo.conf -> plasma runs at 96DPI. Setting "Force fonts DPI to 82 in font

[plasmashell] [Bug 442901] GTK4 apps have double scaling on hidpi

2023-02-22 Thread Luca Bacci
https://bugs.kde.org/show_bug.cgi?id=442901 --- Comment #45 from Luca Bacci --- Hi @SteveVialle! We fixed the issue of unscaled XWayland apps for KDE 5.27.1, but unfortunately I had to cut out the part which properly reads Xft.DPI due to the imminence of the 5.27.1 release. I'm sorry about that,

[plasmashell] [Bug 442901] GTK4 apps have double scaling on hidpi

2023-02-22 Thread Steve Vialle
https://bugs.kde.org/show_bug.cgi?id=442901 --- Comment #46 from Steve Vialle --- (In reply to Luca Bacci from comment #45) > We fixed the issue of unscaled XWayland apps for KDE > 5.27.1, but unfortunately I had to cut out the part which properly reads > Xft.DPI due to the imminence of the 5.27.

[plasmashell] [Bug 442901] GTK4 apps have double scaling on hidpi

2023-02-22 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=442901 Nate Graham changed: What|Removed |Added Resolution|--- |FIXED Status|REOPENED

[plasmashell] [Bug 442901] GTK4 apps have double scaling on hidpi

2023-02-24 Thread RM
https://bugs.kde.org/show_bug.cgi?id=442901 RM changed: What|Removed |Added CC||r...@richardmay.net -- You are receiving this mail becaus

[plasmashell] [Bug 442901] GTK4 apps have double scaling on hidpi

2023-02-27 Thread Hasshu
https://bugs.kde.org/show_bug.cgi?id=442901 Hasshu changed: What|Removed |Added CC||isvand.i.blo...@outlook.com --- Comment #48 from Hassh

[plasmashell] [Bug 442901] GTK4 apps have double scaling on hidpi

2022-01-22 Thread Eugene
https://bugs.kde.org/show_bug.cgi?id=442901 Eugene changed: What|Removed |Added CC||bertyf...@gmail.com --- Comment #7 from Eugene --- It

[plasmashell] [Bug 442901] GTK4 apps have double scaling on hidpi

2022-01-24 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=442901 Nate Graham changed: What|Removed |Added Priority|NOR |HI CC|

[plasmashell] [Bug 442901] GTK4 apps have double scaling on hidpi

2022-01-27 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=442901 --- Comment #8 from el...@seznam.cz --- (In reply to Eugene from comment #7) > My workaround is to halve the font size in the settings.ini. Works all right also for me. Thanks for the tip. -- You are receiving this mail because: You are watching all b

[plasmashell] [Bug 442901] GTK4 apps have double scaling on hidpi

2022-06-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=442901 sausagefacto...@gmail.com changed: What|Removed |Added CC||sausagefacto...@gmail.com --- Commen

[plasmashell] [Bug 442901] GTK4 apps have double scaling on hidpi

2022-06-13 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=442901 --- Comment #15 from Nate Graham --- I've since heard that they use xsettings for that, and our usage of environment variables is brittle. We should maybe consider using xsettings too. -- You are receiving this mail because: You are watching all bug c

[plasmashell] [Bug 442901] GTK4 apps have double scaling on hidpi

2022-06-28 Thread Michael K.
https://bugs.kde.org/show_bug.cgi?id=442901 Michael K. changed: What|Removed |Added CC||kolober...@gmail.com -- You are receiving this ma

[plasmashell] [Bug 442901] GTK4 apps have double scaling on hidpi

2022-08-23 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=442901 sn112823122...@yahoo.com changed: What|Removed |Added CC||sn112823122...@yahoo.com --- Comment

[plasmashell] [Bug 442901] GTK4 apps have double scaling on hidpi

2022-08-24 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=442901 Nate Graham changed: What|Removed |Added Resolution|--- |UPSTREAM Status|CONFIRMED

[plasmashell] [Bug 442901] GTK4 apps have double scaling on hidpi

2022-08-31 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=442901 hkz85825...@gmail.com changed: What|Removed |Added Resolution|UPSTREAM|--- Status|RESOLVED

[plasmashell] [Bug 442901] GTK4 apps have double scaling on hidpi

2022-09-01 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=442901 --- Comment #19 from Nate Graham --- Thanks for the detailed findings. Would you be willing to work on this issue? It seems like you have the technical skills and the motivation! -- You are receiving this mail because: You are watching all bug changes

[plasmashell] [Bug 442901] GTK4 apps have double scaling on hidpi

2022-09-02 Thread FiveYellowMice
https://bugs.kde.org/show_bug.cgi?id=442901 --- Comment #20 from FiveYellowMice --- Yes! I'll give it try. -- You are receiving this mail because: You are watching all bug changes.

[plasmashell] [Bug 442901] GTK4 apps have double scaling on hidpi

2022-02-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=442901 Nate Graham changed: What|Removed |Added Assignee|k...@davidedmundson.co.uk|plasma-b...@kde.org Component|general

[plasmashell] [Bug 442901] GTK4 apps have double scaling on hidpi

2022-05-25 Thread Dennis Aldea
https://bugs.kde.org/show_bug.cgi?id=442901 Dennis Aldea changed: What|Removed |Added CC||dennis.al...@gmail.com --- Comment #9 from Denni

[plasmashell] [Bug 442901] GTK4 apps have double scaling on hidpi

2022-05-25 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=442901 --- Comment #10 from Nate Graham --- If that environment variable does something different for GTK4 apps compared to GTK3 apps, that's pretty unfortunate. I don't know if it's possible for us to conditionalize it in Plasma code based on the GTK toolkit

[plasmashell] [Bug 442901] GTK4 apps have double scaling on hidpi

2022-05-26 Thread Felis
https://bugs.kde.org/show_bug.cgi?id=442901 --- Comment #11 from Felis --- (In reply to Dennis Aldea from comment #9) > Changes made to `~/.config/gtk-4.0/settings.ini` do not take effect; the > file is rewritten at startup. > I have been explictly setting `GDK_SCALE=1` whenever I run a GTK4 > ap

[plasmashell] [Bug 442901] GTK4 apps have double scaling on hidpi

2022-06-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=442901 hkz85825...@gmail.com changed: What|Removed |Added CC||hkz85825...@gmail.com -- You are receiv

[plasmashell] [Bug 442901] GTK4 apps have double scaling on hidpi

2022-06-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=442901 --- Comment #12 from hkz85825...@gmail.com --- It's peculiar why GTK4 doesn't use GDK_DPI_SCALE anymore while not providing an apparent alternative. Do they want to impose `Xft.dpi: 96` on any displays, and rely on GDK_SCALE alone to scale the app? If th

[plasmashell] [Bug 442901] GTK4 apps have double scaling on hidpi

2022-06-06 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=442901 --- Comment #13 from Nate Graham --- Yes, it's quite possible this this is an oversight on the part of the GTK developers and that they'll need to fix it or offer us anothe renvironment variable we can use. Feel free to investigate further and file a bu

[plasmashell] [Bug 442901] GTK4 apps have double scaling on hidpi

2021-10-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=442901 --- Comment #4 from el...@seznam.cz --- No sure if this is related, but I tried EasyEffects (GTK4) on display with scale 100 % and text seems somehow blurry. See screenshot. -- You are receiving this mail because: You are watching all bug changes.

[plasmashell] [Bug 442901] GTK4 apps have double scaling on hidpi

2021-10-18 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=442901 --- Comment #5 from el...@seznam.cz --- Created attachment 142573 --> https://bugs.kde.org/attachment.cgi?id=142573&action=edit blurry gtk4 app -- You are receiving this mail because: You are watching all bug changes.

[plasmashell] [Bug 442901] GTK4 apps have double scaling on hidpi

2022-10-13 Thread dontdieych
https://bugs.kde.org/show_bug.cgi?id=442901 dontdieych changed: What|Removed |Added CC||dontdie...@gmail.com --- Comment #21 from dontdiey

[plasmashell] [Bug 442901] GTK4 apps have double scaling on hidpi

2021-09-24 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=442901 Nate Graham changed: What|Removed |Added Status|REPORTED|CONFIRMED Ever confirmed|0

[plasmashell] [Bug 442901] GTK4 apps have double scaling on hidpi

2021-09-25 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=442901 --- Comment #2 from David Edmundson --- >>GDK_SCALE >From what? -- You are receiving this mail because: You are watching all bug changes.

[plasmashell] [Bug 442901] GTK4 apps have double scaling on hidpi

2021-09-25 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=442901 --- Comment #3 from Nate Graham --- echo $GDK_SCALE 2 This gets set in startplasma-*.cpp. -- You are receiving this mail because: You are watching all bug changes.

[plasmashell] [Bug 442901] GTK4 apps have double scaling on hidpi

2021-12-27 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=442901 --- Comment #6 from el...@seznam.cz --- Hi. Any progress on the issue? There are more and more applications being ported to GTK4 (Text Pieces, Kooha, Authenticator, ...), so this issue is becoming more annoying. -- You are receiving this mail because:

[plasmashell] [Bug 442901] GTK4 apps have double scaling on hidpi

2023-01-19 Thread Bruno Pagani
https://bugs.kde.org/show_bug.cgi?id=442901 --- Comment #27 from Bruno Pagani --- I see that 5.27 beta is out, but the two MRs are still open… Is there any hope for this to be fixed in 5.27 ? Since it’s supposed to be the last version for a while before 6.0 is released, it would be good not to mi

[plasmashell] [Bug 442901] GTK4 apps have double scaling on hidpi

2023-01-20 Thread Pawel
https://bugs.kde.org/show_bug.cgi?id=442901 Pawel changed: What|Removed |Added CC||bednarczyk.pa...@outlook.co |

[plasmashell] [Bug 442901] GTK4 apps have double scaling on hidpi

2023-01-26 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=442901 Fushan Wen changed: What|Removed |Added Version Fixed In||5.27 Status|CONFIRMED

[plasmashell] [Bug 442901] GTK4 apps have double scaling on hidpi

2023-01-26 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=442901 Fushan Wen changed: What|Removed |Added Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/

[plasmashell] [Bug 442901] GTK4 apps have double scaling on hidpi

2023-01-26 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=442901 Fushan Wen changed: What|Removed |Added Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/

[plasmashell] [Bug 442901] GTK4 apps have double scaling on hidpi

2023-01-26 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=442901 --- Comment #31 from Fushan Wen --- Git commit 7197eb34bf12d1e07ec1a3015924ba8ec32e2f1e by Fushan Wen, on behalf of Luca Bacci. Committed on 26/01/2023 at 15:19. Pushed by fusionfuture into branch 'master'. X11: Do not set the GDK_SCALE / GDK_DPI_SCALE

[plasmashell] [Bug 442901] GTK4 apps have double scaling on hidpi

2022-11-02 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=442901 Nate Graham changed: What|Removed |Added Status|REOPENED|NEEDSINFO Resolution|---

[plasmashell] [Bug 442901] GTK4 apps have double scaling on hidpi

2022-11-05 Thread Bruno Pagani
https://bugs.kde.org/show_bug.cgi?id=442901 Bruno Pagani changed: What|Removed |Added CC||bruno.n.pag...@gmail.com -- You are receiving t

[plasmashell] [Bug 442901] GTK4 apps have double scaling on hidpi

2022-11-05 Thread Bruno Pagani
https://bugs.kde.org/show_bug.cgi?id=442901 Bruno Pagani changed: What|Removed |Added Resolution|WAITINGFORINFO |--- Status|NEEDSINFO

[plasmashell] [Bug 442901] GTK4 apps have double scaling on hidpi

2022-11-05 Thread Bruno Pagani
https://bugs.kde.org/show_bug.cgi?id=442901 --- Comment #24 from Bruno Pagani --- (Though I believe 98340 is a typo for 98304) -- You are receiving this mail because: You are watching all bug changes.

[plasmashell] [Bug 442901] GTK4 apps have double scaling on hidpi

2022-11-10 Thread Luca Bacci
https://bugs.kde.org/show_bug.cgi?id=442901 Luca Bacci changed: What|Removed |Added CC||luca.ba...@outlook.com --- Comment #25 from Luca B

[plasmashell] [Bug 442901] GTK4 apps have double scaling on hidpi

2022-11-10 Thread Luca Bacci
https://bugs.kde.org/show_bug.cgi?id=442901 --- Comment #26 from Luca Bacci --- Ok, opened: * https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/2319 * https://invent.kde.org/plasma/kde-gtk-config/-/merge_requests/49 -- You are receiving this mail because: You are watching all bug