Re: [X2go-dev] PyHoca and the web

2011-03-03 Thread contact
Hi, sorry for the wait, I'm moving my mail server (at home…) On Tue, 01 Mar 2011 15:03:38 +0100, Mike Gabriel wrote: >> Write a PyHoca-Gui which generates a full HTML rendering of the session. > > What exactly do you mean by the above phrase? > > Currently I do not see how you imagine bringing

Re: [X2go-dev] PyHoca and the web

2011-03-02 Thread Heinz-M. Graesing
Hello John, hello list, Am 02.03.2011 17:57, schrieb John A. Sullivan III: > On Wed, 2011-03-02 at 15:51 +, --[ UxBoD ]-- wrote: > > I'd imagine adding > the overhead of HTTP would significantly degrade performance (just a > hunch). However, I thought Trolltech had released a Qt stsyle toolk

Re: [X2go-dev] PyHoca and the web

2011-03-02 Thread brian mullan
John I tried Spice on Ubuntu and it does work pretty well and it is under heavy development but the rub for me was that it required a separate vm for each user's remote desktop. So I didn't see any way to use it on a server that is itself virtualized in a cloud as I don't think there is anything

Re: [X2go-dev] PyHoca and the web

2011-03-02 Thread John A. Sullivan III
On Wed, 2011-03-02 at 15:51 +, --[ UxBoD ]-- wrote: > I believe the problem at hand is that there is only a Firefox plugin > available. If a display could be delivered via HTML5 then it becomes truly > portable. I could walk into a cyber-cafe (and yes am aware of security > concerns) and co

Re: [X2go-dev] PyHoca and the web

2011-03-02 Thread John A. Sullivan III
On Wed, 2011-03-02 at 16:36 +0100, Jo-Erlend Schinstad wrote: > On 2 March 2011 12:45, brian mullan wrote: > [snip] (Remote Desktop can be anything, from a video streaming service > to screenshots) > > > URL: http://www.codeproject.com/KB/IP/ThinVnc2.aspx > > > > With Wayland in the future in sev

Re: [X2go-dev] PyHoca and the web

2011-03-02 Thread brian mullan
Jo-Erlend Kristian Høgsberg (krh), a software engineer who works on the Linux graphics stack, started Wayland as a Red Hat project in 2008, while also working for Red Hat on X. Anyway, I wasn't thinking of a browser as the 'only' client but it could become more useful in the future with tablets

Re: [X2go-dev] PyHoca and the web

2011-03-02 Thread --[ UxBoD ]--
- Original Message - > On 2 March 2011 12:45, brian mullan wrote: > [snip] (Remote Desktop can be anything, from a video streaming > service > to screenshots) > > > URL: http://www.codeproject.com/KB/IP/ThinVnc2.aspx > > > > With Wayland in the future in several distro's (Red Hat and Ubu

Re: [X2go-dev] PyHoca and the web

2011-03-02 Thread Jo-Erlend Schinstad
On 2 March 2011 12:45, brian mullan wrote: [snip] (Remote Desktop can be anything, from a video streaming service to screenshots) > URL: http://www.codeproject.com/KB/IP/ThinVnc2.aspx > > With Wayland in the future in several distro's (Red Hat and Ubuntu & > derivatives) are technologies like thi

Re: [X2go-dev] PyHoca and the web

2011-03-02 Thread brian mullan
Well I just posted the previous and up popped a site with the source and binaries for a Remote Desktop that is built on AJAX, JSON and HTML5. It is also listed as GPL3. URL: http://www.codeproject.com/KB/IP/ThinVnc2.aspx With Wayland in the future in several distro's (Red Hat and Ubuntu & deriva

Re: [X2go-dev] PyHoca and the web

2011-03-02 Thread brian mullan
This thread reminded me of I've been wondering about since I read of HTML 5's new video/multimedia capabilities... so I did a search and this article describes ThinVNC use of HTML 5's capability to provide remote desktop via a browser. http://www.supportsmith.com/ThinVNC/HTML5-VNC.aspx I'm going

Re: [X2go-dev] PyHoca and the web

2011-03-01 Thread Heinz-M. Graesing
Hello gml, > Am 01.03.2011 13:43, schrieb cont...@gmli.fr: > Hi, > > Write a PyHoca-Gui which generates a full HTML rendering of the session. > Then the user just has to connect to it. The client and the server could > be on the same machine, and the user will connect to the web frontend > with h

Re: [X2go-dev] PyHoca and the web

2011-03-01 Thread Mike Gabriel
Hi gml, On Di 01 Mär 2011 13:43:18 CET wrote: Write a PyHoca-Gui which generates a full HTML rendering of the session. What exactly do you mean by the above phrase? Currently Python X2go provides an X2goClient API that is very similar to the normal x2goclient (i.e. depends on XServer, nxp

[X2go-dev] PyHoca and the web

2011-03-01 Thread contact
Hi, As you may know, nomachine released the 4th version of NX with web (HTML) support. I was wondering if PyHoca could help to do it… The approach of nomachine is a bit bloated, so I think the best to do could be this : Write a PyHoca-Gui which generates a full HTML rendering of the sessio