Re: [X2go-dev] firefox plugin --verbose output?

2010-12-14 Thread John A. Sullivan III
On Tue, 2010-12-14 at 14:23 +, Clark Johnson wrote:
 
 Hello:
 
 Our efforts to use the Firefox plugin have not been successful.   Our
 web-site installs the plugin but only displays a blank (white) box.
 
  
 
 Does the plug-in have a switch that enables verbose output?  We need
 some method to determine why it does not connent /load.
 
snip
We've seen that same problem and have not yet found the issue.  We see
two variations - in one case, the plugin is misinterpreted as html and
we see something like !-- x2goplugin//   displayed on the screen.  The
other is just a blank screen as you describe.  I would estimate that 70%
of the time it works fine but fails the rest.  We have seen it work on
very similarly configured computers using the same version of Firefox.
However, it does not vary within a computer, i.e., either it always
works on the computer or it doesn't.  I'd really like to resolve that
problem as it is embarrassing and we simply excuse ourselves saying it
is a beta version :(


___
X2go-dev mailing list
X2go-dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev


Re: [X2go-dev] firefox plugin --verbose output?

2010-12-14 Thread --[ UxBoD ]--
- Original Message -
 On Tue, 2010-12-14 at 14:23 +, Clark Johnson wrote:
 
  Hello:
 
  Our efforts to use the Firefox plugin have not been successful. Our
  web-site installs the plugin but only displays a blank (white) box.
 
 
 
  Does the plug-in have a switch that enables verbose output? We need
  some method to determine why it does not connent /load.
 
 snip
 We've seen that same problem and have not yet found the issue. We see
 two variations - in one case, the plugin is misinterpreted as html and
 we see something like !-- x2goplugin//  displayed on the screen. The
 other is just a blank screen as you describe. I would estimate that
 70%
 of the time it works fine but fails the rest. We have seen it work on
 very similarly configured computers using the same version of Firefox.
 However, it does not vary within a computer, i.e., either it always
 works on the computer or it doesn't. I'd really like to resolve that
 problem as it is embarrassing and we simply excuse ourselves saying it
 is a beta version :(
 
Ensure the HTML is valid otherwise some browsers will barf over it.
-- 
Thanks, Phil
___
X2go-dev mailing list
X2go-dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev


Re: [X2go-dev] firefox plugin --verbose output?

2010-12-14 Thread Heinz-M. Graesing
Hello Clark,


Am 14.12.2010 15:23, schrieb Clark Johnson:
 Our efforts to use the Firefox plugin have not been successful.   Our
 web-site installs the plugin but only displays a blank (white) box.

please make sure that the server.x2go file can be found and that it is
readable to the apache user. This behaviour is often caused by wrong
file permissions.

We still are working on the new version of the plugin. In the new
version the session information will be placed inside the html file.
This way way it will be easier to generate plugin containing dynamic
websites.

Regards,

Heinz
___
X2go-dev mailing list
X2go-dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev


Re: [X2go-dev] firefox plugin --verbose output?

2010-12-14 Thread John A. Sullivan III
On Tue, 2010-12-14 at 20:02 +0100, Heinz-M. Graesing wrote:
 Hello Clark,
 
 
 Am 14.12.2010 15:23, schrieb Clark Johnson:
  Our efforts to use the Firefox plugin have not been successful.   Our
  web-site installs the plugin but only displays a blank (white) box.
 
 please make sure that the server.x2go file can be found and that it is
 readable to the apache user. This behaviour is often caused by wrong
 file permissions.
snip
Alas, that doesn't seem to be the problem for us.  The problem is
completely system specific.  One system connecting to the same webserver
as the same user, desktop, configuration, works and another does
not :( - John

___
X2go-dev mailing list
X2go-dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev


Re: [X2go-dev] firefox plugin --verbose output?

2010-12-14 Thread Gerry Reno
On 12/14/2010 02:02 PM, Heinz-M. Graesing wrote:
 Hello Clark,


 Am 14.12.2010 15:23, schrieb Clark Johnson:
   
 Our efforts to use the Firefox plugin have not been successful.   Our
 web-site installs the plugin but only displays a blank (white) box.
 
 please make sure that the server.x2go file can be found and that it is
 readable to the apache user. This behaviour is often caused by wrong
 file permissions.

 We still are working on the new version of the plugin. In the new
 version the session information will be placed inside the html file.
 This way way it will be easier to generate plugin containing dynamic
 websites.

 Regards,

 Heinz
 ___
 X2go-dev mailing list
 X2go-dev@lists.berlios.de
 https://lists.berlios.de/mailman/listinfo/x2go-dev

   
Heinz,
  Just my 2c here.  If you are referring to the properties file, I like
it just as it is.  And there is no problem generating dynamic properties
files.  It keeps the properties file at the server where it can be
dynamically generated, managed and deleted as necessary.  If you switch
this over to the client side then you have to account for possiblities
of people reloading the page and replaying the current session, etc, and
no way of controlling things from the server.  The only thing that I
found missing in the current setup was the ability to have the key also
placed into a variable as well as tacked onto the end of the properties
file.  This way if you needed to pull it out and use it in some other
script it was a little easier to parse it out.  And if this is not what
you meant then kindly ignore.

Regards,
Gerry

___
X2go-dev mailing list
X2go-dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev


Re: [X2go-dev] Firefox plugin

2010-06-21 Thread John A. Sullivan III
On Mon, 2010-06-21 at 02:06 +0200, Guillaume LUDWIG wrote:
 Le lundi 21 juin 2010 01:17:42, cougarmaster a écrit :
  Hi all,
  
 Where is the firefox plugin? I can't seem to find it. Can someone post
  the site to download the latest version, it seems I am missing a lot of
  fun. :(
 
 It doesn't seem to be released. I found it here : http://plugin.x2go.org
 
 You have to copy the html page and the files (css, js and server.x2go).
 It works fine, with sound etc.
snip
It has worked very well for us, too.  We've tried it on a couple of
dozen systems.  The major problem we have had is that on roughly one
third of them, the plugin installs but then displays
--x2goplugin //-- (the contents of the object tag) instead of the
plugin.  Javascript is enabled on these systems.  Any idea what would
cause that? Thanks - John


___
X2go-dev mailing list
X2go-dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev


Re: [X2go-dev] Firefox plugin

2010-06-21 Thread cougarmaster
WOW TKS! Will try asap after I get some work done.

Tks a million
Eric


___
X2go-dev mailing list
X2go-dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev


[X2go-dev] Firefox plugin

2010-06-20 Thread cougarmaster
Hi all,

   Where is the firefox plugin? I can't seem to find it. Can someone post the
site to download the latest version, it seems I am missing a lot of fun. :(

Tks in advance
Eric

___
X2go-dev mailing list
X2go-dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev


Re: [X2go-dev] Firefox plugin

2010-06-20 Thread Guillaume LUDWIG
Le lundi 21 juin 2010 01:17:42, cougarmaster a écrit :
 Hi all,
 
Where is the firefox plugin? I can't seem to find it. Can someone post
 the site to download the latest version, it seems I am missing a lot of
 fun. :(

It doesn't seem to be released. I found it here : http://plugin.x2go.org

You have to copy the html page and the files (css, js and server.x2go).
It works fine, with sound etc.


gml
___
X2go-dev mailing list
X2go-dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev


[X2go-dev] Firefox Plugin (was Desktop Sharing

2010-05-16 Thread Jo-Erlend Schinstad
I thought this was important enough to open a new thread.

On 16 May 2010 16:27, Heinz-M. Graesing x2go-...@x2go.org wrote:
 Hello Jo-Erlend,

 Am 15.05.2010 14:45, schrieb Jo-Erlend Schinstad:

 Could you elaborate a bit on the Firefox plugin? Will it be something
 like Nomachines NX Web Companion that enables you to download and
 install a userspace NX client and use it directly from the web? Will
 this plugin work on all platforms?


 The x2goplugin is an firefox plugin and uses the xpi (firefox addon)
 installation routine. It makes it possible to embedd x2go session into
 websites itself or to show them outside the browser in an own window.
 Sessions can be resized - even inside the website - for example inside a
 resizeable div/div

And you actually do mean the NX session, not just the login/installer
dialog like NX Web Companion? Wow. :)

 It is executed in userspace. All components will be inside the
 extensions directory. It will be listed as add on and can easily be removed.
 It'll be available for windows 32 and linux 64 and 32 bit. I don't know
 at the moment if the macOS version will be possible - maybe as a reduced
 version (no pulseaudio, no website embedding,...)

It would be nice to have Mac OS too, but it's not very important to
me. But you're saying PulseAudio would work nicely in Windows as well,
so you can use two-way audio for VoIP, etc?

 The configuration can be delivered via the webserver (as an *.x2go file)
 and every feature of x2go is supported (bidirectional audio, sshfs,
 x2goprint,...).

Then I could make it so that the user only sees a password prompt, or
could I even make it so that as long as they're logged into my website
using OpenID, then the session would start automatically?

 We'll provide a *.js file which can ask the user to install the plugin.
 As it is at the moment not possible to host the plugin (only add ons)on
 the mozilla site, we'll make it accessible on our site.

Would it also be possible to host the plugin on our own apache sites
without too much trouble?

 I hope this will help - feel free to ask again.

Thank you, just one more thing. When will it be available, and can you
please make it yesterday? :) This sounds awesome!

Thanks again.

Jo-Erlend Schinstad
___
X2go-dev mailing list
X2go-dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev