Amazing work - been fun watching this develop. Is there any plan to modify the GTK theme to make it little more Haiku-ish?
Thatās great! Do you plan to update this package on your repo? Currently the previous version is there.
Also, I see this error preventing Web from running (from terminal): (Web:4033): GLib-GIO-ERROR **: 10:51:52.818: No GSettings schemas are installed on the system
Kill Thread
You can try to go to /boot/system/boot/post-install folder and run compile-schemas.sh ā¦
Thank you. That solved the problem. Now it runs. Very nice to see a wider range of complex websites working in Haiku.
In terminal it keep looking for a permissions.ini related path.
Some flickering here and there. Also, only one tab at a time to avoid crashing the app. Iāve also noticed that a crash in Gnome Web crashed Gimp too.
Iāve noticed that when Web, Gimp, Inkscape and Claws are running their windows appear under Webās tab in the Deskbar
Is it more stable than the 4.2.x version?
The browser version does not matter. Only the version of webkit-gtk matters.
Ah yes i am aware of that, i actually meant both
BTW, some of you might find it interesting that Iāve been working on more-or-less the same thing, except it runs on X instead of Haiku. I guess eventually Xlibe should become good enough to run it, but it would at least need XCB support for that to happen: 12to11 download | SourceForge.net
Why Sourceforge and SVN?
Arenāt you trying to recreate what is already known as xwayland?
XWayland is reverse direction: run X11 application on Wayland.
Yep, i wasnāt paying attention to what i was reading, thanks for correcting.
most wayland servers can already run in X11 : )
In rootless multi-window mode?
not that I know off
The one I wrote does (which was basically the whole point of it: they have Xwayland, so itās only fair that the X world has something similar.)
Patch https://review.haiku-os.org/c/haiku/+/5802 is required for proper Wayland operation. It enable ramfs
and use it to implement POSIX SHM API that provide memory files used as Wayland bitmap buffers.
@X512 The keyboard layout is set to US by default in wayland, and all i could find on the net are solutions specific to compositors/DEās and we donāt use any of those in haiku, so how can we change the keyboard layout in wayland?