[X2go-dev] Souce of Windows client available?

2010-09-07 Thread Arjen Roodselaar
Hi list,

We considering migrating from our current Linux terminal servers solution to 
X2GO. During tests however, we discovered copy/paste from a Windows client to 
Linux server is not available. Since this is a show stopper for us we're 
considering developing this ourself and contributing this functionality to the 
project. Is the source of the latest Windows client available somewhere so we 
can have a look at it?

Thanks in advance,
Arjen Roodselaar
Lindix bv
___
X2go-dev mailing list
X2go-dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev


Re: [X2go-dev] Souce of Windows client available?

2010-09-07 Thread John A. Sullivan III
On Tue, 2010-09-07 at 09:48 +0200, Arjen Roodselaar wrote:
> Hi list,
> 
> We considering migrating from our current Linux terminal servers solution to 
> X2GO. During tests however, we discovered copy/paste from a Windows client to 
> Linux server is not available. Since this is a show stopper for us we're 
> considering developing this ourself and contributing this functionality to 
> the project. Is the source of the latest Windows client available somewhere 
> so we can have a look at it?

I'm not entirely sure but I believe a zip of the source is available
here:
http://developer.berlios.de/project/showfiles.php?group_id=8454

I had started looking into the change you are looking for and it seems
trivial.  The Xming parameters are hard coded and do not include
--clipboard nor do they honor --fullscreen.  I had started to work on a
patch but I do not have a good Windows development environment and the
source failed to compile for me before making any changes - something
about a GUI event being called in a thread (I believe Qt GUI events can
only be called from the main thread and subordinate threads need to
trigger an event in the main thread to alter the GUI).  I have not had
the time to track it down.

I believe I heard that the fullscreen problem is fixed in the next X2Go
release.  I do not know if the clipboard issue is.  I would be very
interested in a fix for both issues.  Good luck - John

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


Re: [X2go-dev] Souce of Windows client available?

2010-09-07 Thread Arjen Roodselaar
Hi John,

Thank you for looking into this and your reply.

-Original message-
From: John A. Sullivan III 
Sent: Tue 09/07/10 14:07:04
To: x2go-dev@lists.berlios.de; 
Subject: Re: [X2go-dev] Souce of Windows client available?

> On Tue, 2010-09-07 at 09:48 +0200, Arjen Roodselaar wrote:
> > Hi list,
> > 
> > We considering migrating from our current Linux terminal servers 
solution to 
> X2GO. During tests however, we discovered copy/paste from a Windows client 
to 
> Linux server is not available. Since this is a show stopper for us we're 
> considering developing this ourself and contributing this functionality to 
the 
> project. Is the source of the latest Windows client available somewhere so 
we 
> can have a look at it?
> 
> I'm not entirely sure but I believe a zip of the source is available
> here:
> http://developer.berlios.de/project/showfiles.php?group_id=8454

I might be overlooking something, but unfortunately I can't find any sources on 
the page you suggested. Is it possible they're only visible for certain users?

> 
> I had started looking into the change you are looking for and it seems
> trivial.  The Xming parameters are hard coded and do not include
> --clipboard nor do they honor --fullscreen.  I had started to work on a
> patch but I do not have a good Windows development environment and the
> source failed to compile for me before making any changes - something
> about a GUI event being called in a thread (I believe Qt GUI events can
> only be called from the main thread and subordinate threads need to
> trigger an event in the main thread to alter the GUI).  I have not had
> the time to track it down.
> 
> I believe I heard that the fullscreen problem is fixed in the next X2Go
> release.  I do not know if the clipboard issue is.  I would be very
> interested in a fix for both issues.  Good luck - John
> 
> ___
> X2go-dev mailing list
> X2go-dev@lists.berlios.de
> https://lists.berlios.de/mailman/listinfo/x2go-dev
> 
> !DSPAM:4c862ae8288078165083049!
> 
>
___
X2go-dev mailing list
X2go-dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev


Re: [X2go-dev] Souce of Windows client available?

2010-09-07 Thread John A. Sullivan III
On Tue, 2010-09-07 at 16:13 +0200, Arjen Roodselaar wrote:
> Hi John,
> 
> Thank you for looking into this and your reply.
> 
> -Original message-
> From: John A. Sullivan III 
> Sent: Tue 09/07/10 14:07:04
> To: x2go-dev@lists.berlios.de; 
> Subject: Re: [X2go-dev] Souce of Windows client available?

> > I'm not entirely sure but I believe a zip of the source is available
> > here:
> > http://developer.berlios.de/project/showfiles.php?group_id=8454
> 
> I might be overlooking something, but unfortunately I can't find any sources 
> on the page you suggested. Is it possible they're only visible for certain 
> users?

You're right! It's not there.  I also signed in with my Berlios account
and that did not reveal it.  I also looked in
http://x2go.obviously-nice.de/windows/ but only saw the setup.exe.  I
don't recall where I downloaded the Windows source.

Ah! As I think about it, it is probably all the same source - the beauty
of Qt.  There are sections within the code for handling Windows specific
bits.  Thus, I believe you will want:
http://x2go.obviously-nice.de/deb/pool-lenny/x2goclient/x2goclient_3.01-4.tar.gz
if you want the source for the latest available Windows client - John

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


Re: [X2go-dev] windows installer and Xming

2010-09-07 Thread Léon Keijser
Unfortunately not getting any response from this. Anyone? All i need  
is the X2Go installer, without Xming.



On Fri, 27 Aug 2010 15:30:51 +0200, Léon Keijser  wrote:

Hi,

I wanted to package our own application with the X2Go installer and  
i noticed that you also packaged the Xming installer in the x2go  
installer. I use the X2go /S switch to install without user  
confirmation, but afterwards Xming's installer is called and prompts  
the user for confirmation messages (which i don't want to).


Is it possible for you to release the X2Go installer without the  
Xming packaged? I can include it separately and use its /SILENT  
switch to skip all user confirmation screens.


Thanks in advance!

kind regards,

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



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


Re: [X2go-dev] windows installer and Xming

2010-09-07 Thread Joerg Sawatzki
Hey Léon,

I am not really an expert on this, but I'd suggest you to have a look at
the sources - X2go is completely GPL, so the installer script
(NSIS/InnoSetup/whatever) must be included somewhere - just get it,
modify it so that it fits your needs and you should be done.
In the case you cannot find it somewhere, you could help yourself by
building your own win32 installer - basically you just need to package
the files in the Program Files\X2go Client folder.

Hope that helps - I thought it is better than no response at all :)

Jörg

Am Dienstag, den 07.09.2010, 21:03 +0200 schrieb Léon Keijser:
> Unfortunately not getting any response from this. Anyone? All i need  
> is the X2Go installer, without Xming.
> 
> 
> On Fri, 27 Aug 2010 15:30:51 +0200, Léon Keijser  wrote:
> > Hi,
> >
> > I wanted to package our own application with the X2Go installer and  
> > i noticed that you also packaged the Xming installer in the x2go  
> > installer. I use the X2go /S switch to install without user  
> > confirmation, but afterwards Xming's installer is called and prompts  
> > the user for confirmation messages (which i don't want to).
> >
> > Is it possible for you to release the X2Go installer without the  
> > Xming packaged? I can include it separately and use its /SILENT  
> > switch to skip all user confirmation screens.
> >
> > Thanks in advance!
> >
> > kind regards,
> >
> > Léon
> > ___
> > X2go-dev mailing list
> > X2go-dev@lists.berlios.de
> > https://lists.berlios.de/mailman/listinfo/x2go-dev
> >
> 
> ___
> X2go-dev mailing list
> X2go-dev@lists.berlios.de
> https://lists.berlios.de/mailman/listinfo/x2go-dev


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


[X2go-dev] Plugin Sources?!

2010-09-07 Thread Joerg Sawatzki
Hey,

I know this question was on the list already a couple of months ago but
I cannot find it anymore
So once again:
Where is the source of the browser plugin? And where's the source of the
win32 client? I quickly browsed through the stuff at
http://x2go.obviously-nice.de/deb - but I couldn't find what I am
looking for.


Thanks in advance,

Jörg

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


Re: [X2go-dev] Plugin Sources?!

2010-09-07 Thread John A. Sullivan III
On Tue, 2010-09-07 at 21:23 +0200, Joerg Sawatzki wrote:
> Hey,
> 
> I know this question was on the list already a couple of months ago but
> I cannot find it anymore
> So once again:
> Where is the source of the browser plugin? And where's the source of the
> win32 client? I quickly browsed through the stuff at
> http://x2go.obviously-nice.de/deb - but I couldn't find what I am
> looking for.

I may be wrong but there probably is not a separate Windows client.
There is a Qt client which will compile on X, Mac, and Windows so the
Windows client source is, in effect, in the x2goclient tarball.

I do not know about the plugin - John


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


Re: [X2go-dev] windows installer and Xming

2010-09-07 Thread Léon Keijser
On Tue, 07 Sep 2010 21:17:21 +0200, Joerg Sawatzki  
 wrote:

I am not really an expert on this, but I'd suggest you to have a look at
the sources - X2go is completely GPL, so the installer script
(NSIS/InnoSetup/whatever) must be included somewhere - just get it,
modify it so that it fits your needs and you should be done.
In the case you cannot find it somewhere, you could help yourself by
building your own win32 installer - basically you just need to package
the files in the Program Files\X2go Client folder.

Hope that helps - I thought it is better than no response at all :)



Indeed :)  Thanks for the suggestions, i'll have a look and see what  
i'm able to do.


kind regards,

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