02-27-2021, 10:40 AM
(02-27-2021, 08:03 AM)kqlnut Wrote: scale-to-fit works with the app ID which is not neccessarily the command name of the app. It's possible that for Chromium the app ID might be org.chromium.Chromium or something like that. Try the steps described here and see if that works. Those steps are for Arch Phosh, but I believe scale-to-fit works the same way on all Phosh distributions.
Doing the following returns no info:
Code:
WAYLAND_DEBUG=client
flatpak run org.chromium.Chromium |& grep app_id
Also tried it with WAYLAND_DEBUG=1 with the same result. I see in the link there's a global setting to scale all apps but I don't know if that will have some kind of undesirable side effects.