Re: [Tigervnc-devel] autorepeat still not working?

2011-03-08 Thread Adam Tkac
On Fri, Mar 04, 2011 at 03:38:13PM +0100, Tim Ooms wrote: Just thought of something: it may be because I am using X.Org X Server 1.6.5 and not the 1.7 like mentioned in the bug fixed report... I'll try to use 1.7, but I'm not sure I will be able to do it. Xvnc based on the X.Org server

Re: [Tigervnc-devel] [Tigervnc-commits] SF.net SVN: tigervnc:[4317] trunk

2011-03-08 Thread Adam Tkac
On Tue, Mar 08, 2011 at 01:06:03PM +0100, Pierre Ossman wrote: On Fri, 04 Mar 2011 17:35:45 -0600 DRC dcomman...@users.sourceforge.net wrote: It is what it is. My position has always been that integrating everything under CMake would be a tricky process requiring potentially hundreds of

[Tigervnc-devel] Improvements for Windows installer

2011-03-08 Thread Adam Tkac
Hello, I just finished little patch for Windows installer. With this patch it is possible to create .exe installer for TigerVNC stuff built with VC++ with GNUTLS support. Both winvnc and vncviewer can take advantage of TLS encryption. What is your opinion about the patch? Is it ok for 1.1?

Re: [Tigervnc-devel] Improvements for Windows installer

2011-03-08 Thread Robert Goley
Thanks Adam for fixing the download permissions. I was able to download it and install it. First question is whether compiling it with debug mode is the reason for the service to leave a console window up. You can't close that console without closing the service. I hope

Re: [Tigervnc-devel] Improvements for Windows installer

2011-03-08 Thread Robert Goley
One additional thing. It seems that TLS connections are disabled by default. Not sure if this is the real default or the result of using a build without TLS prior to this version. My understanding was that TLS would be enabled so that VncAuth was default and TLS was

[Tigervnc-devel] CMake for Unix

2011-03-08 Thread Pierre Ossman
trunk now has something that can build the unix stuff. There's still some cleanup that needs to be done, but please start testing and see what breaks and what's missing. Tests of Windows builds are also needed, mainly using Microsofts tools. -- Pierre OssmanOpenSource-based Thin

Re: [Tigervnc-devel] [Tigervnc-commits] SF.net SVN: tigervnc:[4317] trunk

2011-03-08 Thread DRC
On 3/8/11 6:06 AM, Pierre Ossman wrote: Well, we've tried the dual build system approach in the past and it didn't really work. As far as I'm concerned we have two options on the table; going on ahead with using CMake for everything and dealing with the fallout, or scrapping CMake and going

Re: [Tigervnc-devel] Improvements for Windows installer

2011-03-08 Thread DRC
I don't see any problems with the patch, but how are you creating the Visual Studio .lib files? I'll need to document that process. On 3/8/11 7:58 AM, Adam Tkac wrote: Hello, I just finished little patch for Windows installer. With this patch it is possible to create .exe installer for

[Tigervnc-devel] r4338: undefined reference to `typeinfo for rfb::PixelTransformer'

2011-03-08 Thread Antoine Martin
I've just tried to build trunk (r4338) and this is the error I got: /usr/src/tigervnc-1.0.90-r4338/common/rfb/TransImageGetter.cxx:41: undefined reference to `rfb::PixelTransformer::~PixelTransformer()' /usr/src/tigervnc-1.0.90-r4338/common/rfb/TransImageGetter.cxx:41: undefined reference to

Re: [Tigervnc-devel] Improvements for Windows installer

2011-03-08 Thread DRC
The default behavior, assuming that both client and server were built with TLS support, is that VncAuth will be used by default, but TLSVnc can always be requested by the client, either from the command line or the GUI. If this isn't working, run Xvnc -? on the server and make sure that TLSVnc

Re: [Tigervnc-devel] Improvements for Windows installer

2011-03-08 Thread Robert Goley
I looked at the enabled methods from the options window. Only None was set for encryption. I have had more than one installation of TigerVNC's WinVNC at this point so I can not be sure if it is a leftover setting or the actual default. This should have all three checked

Re: [Tigervnc-devel] [PATCH] vncserver checks ~/.vnc/passwd when not needed and -TermOnLogout option

2011-03-08 Thread DRC
I am evaluating this. Please, in the future, send patches as attachments, as copying/pasting them usually introduces unwanted linefeeds that make the patch fail. DRC On 3/8/11 6:48 AM, Sebastiaan Breedveld wrote: On 03/03/2011 01:18 PM, Adam Tkac wrote: On Thu, Mar 03, 2011 at 01:11:22PM

Re: [Tigervnc-devel] [PATCH] vncserver checks ~/.vnc/passwd when not needed and -TermOnLogout option

2011-03-08 Thread DRC
Committed as 4343, with modifications. Please test. On 3/8/11 6:48 AM, Sebastiaan Breedveld wrote: --- vncserverorg2011-03-07 21:35:04.588985408 +0100 +++ vncserver2011-03-08 13:46:03.0 +0100 @@ -160,17 +160,57 @@ } } -# Make sure the user has a password. +#