Julian

Results 230 comments of Julian

You are right, Font#[]= and Image::from_text are not compatible right now. The technical/philosophical background is that Gosu::Font is a bitmap font with no support for kerning, and Image::from_text will apply...

Hmm okay, I'll see if this is a duplicate of elementary/browser#76. Edit: I have org.freedesktop.Platform.GL:default v23.1.4 from the 22.08 branch and I can't find anything newer using `flatpak search`, so...

I installed Firefox from Flathub because Web didn't work, and apparently that pulled in the GL.nvidia flatpak because I have it now and Web also started working. Well, almost. Opening...

I have transferred this to the installer project because the Platform.GL.nvidia flatpak should be installed automatically along with the Nvidia drivers (which actually happens in distinst, see also https://github.com/elementary/os/issues/686). Otherwise,...

Ah, I found another issue for AppCenter, which makes sense as it is the other way to install the drivers: https://github.com/elementary/settings-daemon/issues/139

Ah yes, I just found it too: https://github.com/elementary/os/pull/480 One comment on the AppCenter issue says: "I think flatpak installs it automatically on the first update after the driver is installed."...

`flatpak uninstall org.freedesktop.Platform.GL.nvidia-535-86-05` -> Web only shows empty tabs, just as in a fresh install. `flatpak update -y` then reinstalls the GL.nvidia runtime and Web works again. I'm not sure...

Ah, I just remembered that I skipped the Nvidia driver step during OS installation because of https://github.com/elementary/os/issues/686, and manually installed the driver later. I'll retry as soon as the distinst...

https://github.com/elementary/os/issues/686 has been fixed, but unfortunately Web is still broken when I re-install the system. `flatpak update` does not fix the issue out of the box (=before sideloading), as you...

How about adding this to the installation somehow? Works for me, although I haven't yet checked what it does on non-Nvidia machines. ```sh flatpak install org.freedesktop.Platform.GL.`flatpak --gl-drivers | head -n...