Flatpak scaling issue on Fedora COSMIC #3070
|
Wondering if anyone has dealt with this issue or has suggestions on what to do about it. Some Flatpak applications have scaling issues and appear zoomed in.
|
Replies: 1 comment 7 replies
|
This looks like a portal / Wayland scaling mismatch, not an issue with the Flatpak itself. Flatpak apps usually rely on xdg-desktop-portal (and the desktop-specific backend) to learn things like scale factor. If the COSMIC portal backend is missing, not selected, or misreporting scale, some apps can come up “zoomed in” like your screenshots.  Things to check:
If you paste your current display scale setting (100/125/150/200), plus output of the 3 commands above, we can narrow down whether this is fractional scaling or the portal backend selection. |


The Settings.Read org.gnome.desktop.interface scaling-factor failures are to be expected. The Settings portal only standardizes a very small set of keys (docs currently only list org.freedesktop.appearance color-scheme), and GNOME’s scaling keys are not guaranteed to exist via the portal. 
Next steps:
Find out what the portal does expose:
gdbus call --session --dest org.freedesktop.portal.Desktop --object-path /org/freedesktop/portal/desktop --method org.freedesktop.portal.Settings.ReadAll ""
I suspect your Flatpak overrides are not being read. /usr/share/flatpak/overrides/global is likely not used. Overrides are typically under $XDG_DATA_HOME/flatpak/overrides (usually ~/.local/shar…