How to Embed Another GTK Window in Gnome Javascript?

Hello everyone,

I’m working on adding websites as a wallpaper using the Gnome extension called Hanabi (GitHub - jeffshee/gnome-ext-hanabi: Live Wallpaper for GNOME) and I’m currently stuck on a problem related to embedding another GTK window in Gnome Javascript.

I have explored several options like using the GStreamer element called gstcefsrc, starting Firefox externally and displaying it via GTK plug and socket, but I haven’t had any luck so far.

I was able to achieve this using Webkit, but its performance, battery usage, and incompatibility with many websites make it unsuitable for my project. Render for websites [Proof of Concept,Working] by josephm1 · Pull Request #33 · jeffshee/gnome-ext-hanabi · GitHub

I would appreciate any suggestions, tips, or pointers on how to embed another GTK window in Gnome Javascript. I believe this is possible, but I’m not sure how to proceed.

Thank you in advance for your help.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.