ungoogled-software / ungoogled-chromium-flatpak

Files used by the ungoogled-chromium flatpak
3 stars 0 forks source link

Please enable Wayland #1

Closed uncomfyhalomacro closed 2 months ago

uncomfyhalomacro commented 3 months ago

Hello! Love that its now a verified flathub app. I just have a single request, can this build enable Wayland through ozone platform? Before it was verified, it can check the environment automatically which is quite nice.

I understand if it isn't high priority!

sambonbonne commented 3 months ago

I would like this too: I use Gnome with fractional scaling and before the change, I could setup the Ozone platform to Wayland and it fixed the blurry text I have on Chromium. But since the change, the Ozone platform is set to Wayland but I have the blurry text back.

rany2 commented 3 months ago

Are you sure this issue still exists? Wayland works fine for me but it's not enabled by default.

sambonbonne commented 3 months ago

@rany2 on my side I am sure it's back since the new Flatpak package transition, I didn'tt have the issue before (I just had to manually setup the Ozone platform to Wayland to not have any blurry text, now even with the enforced setting I have the blurry text).

rany2 commented 3 months ago

@sambonbonne The thing is, it works fine for me. This is my chromium-flags.conf:

# cat ~/.var/app/io.github.ungoogled_software.ungoogled_chromium/config/chromium-flags.conf 
--gtk-version=4
--ozone-platform-hint=wayland
features+=UseOzonePlatform
features+=TouchpadOverscrollHistoryNavigation
sambonbonne commented 2 months ago

@rany2 using the same chromium-flags.conf as you fixes the problem but I didn't have this file before and it was working perfectly, so it may be a regression.

rany2 commented 2 months ago

@sambonbonne it's a known issue and bug in Chromium, setting it from chrome://flags doesn't work

sambonbonne commented 2 months ago

@rany2 it was working before the package transition, so I don't understand why it doesn't work anymore.

rany2 commented 2 months ago

@sambonbonne it's a coincidence that the bad Chromium update and transition happened at the same time, the manifest is identical :)

uncomfyhalomacro commented 2 months ago

Hello. Thanks for the clarification. Yes. It's kinda weird that it fixed itself lmao. Thanks again for this wonderful project!