how is this useful at all?
Phoronix: GTK+ HTML Back-End Merged For GTK+ 3.2
In November of last year we talked about an HTML5 back-end to GTK+ that allowed any GTK application to be then run from the web-browser. This work was not merged into GTK+ 3.0, but other work was, such as for supporting multiple GTK+ back-ends. Now though this HTML5 work is in a position to land with GTK+ 3.2...
http://www.phoronix.com/vr.php?view=OTIyNA
how is this useful at all?
It's quite strange, in the place of the video, I have a "Aww snap !" etc. It asks me to get a HTML5 compliant browser.
I thought I was running minefield i.e. a beta of Firefox 4, which is as far as I know HTML5 <video> compliant if that is the problem.
I suppose it is the same broken way of testing user-agent instead of supported features...
This will be cool when they can pull this off: GDK_BACKEND=broadway gdm. Other than that I don't see much use in this, although it's very cool![]()
One of the things that is not immediately obvious, and may not be supported (I am just guessing here) is that it will allow for disconnection and reconnection.
That is if your playing your music through something like totem or whatever then you should be able to start it up, close out the front end, and then come back to it later to change the music.
That is something you cannot do currently with X Windows.
For security you will probably want to stick you applications behind a Apache reverse proxy with SSL encryption and digest password logins.
Application:http://localhost:8081/index.html <---> Apache:https://remote.example.com:443/app_name.html <====SSL Encryption + Digest logins====> Client browser
That sort of thing.
It's also kinda awesome for creating webapps with GTK. I wonder if a gtkglext-WebGL mapping is feasible. And if it's possible to push custom javascript to the clientside.