Re: [Tigervnc-devel] GPLv3 (and new release)

2013-02-18 Thread Adam Tkac
also RealVNC and their crew. But as I wrote above, I'm not 100% sure about this. Regards, Adam -- Adam Tkac, Red Hat, Inc. -- The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, is your

Re: [Tigervnc-devel] unable to run vncconfig for Fedora 64 bit machine

2012-09-27 Thread Adam Tkac
ined inside vncExt.h > > #define VNCEXTNAME "VNC-EXTENSION" > > which is failing the vncconfig to run. How did you start the Xvnc server? Shouldn't you use something like "vncconfig -display :1&qu

Re: [Tigervnc-devel] rh692048 patch

2012-09-06 Thread Adam Tkac
users can just start "vncserver" and connect to it via vinagre, which is impossible with current upstream. In my opinion the best will be to automatically add VeNCrypt only when user explicitly selects some VeNCrypt subtype (TLS*/X509*). If no VeNCrypt subtype is selected, then default s

Re: [Tigervnc-devel] rh692048 patch

2012-09-06 Thread Adam Tkac
iew=markup If I remember correctly, any gtk-vnc based client (like vinagre) wasn't able to connect to Xvnc when security types were VeNCrypt,VncAuth,None (i.e. when no TLS was configured). Due to this I created the patch. +1 for inclusion in upstream Regards, Adam -- Adam Tkac, Red Ha

Re: [Tigervnc-devel] Build 1.2.0 Xvnc error on CentOS 6.2

2012-08-22 Thread Adam Tkac
parameter and verify if you pass correct "-I" path for rfb/* headers? You should see something like "-I/common". Regards, Adam -- Adam Tkac, Red Hat, Inc. -- Live Security Virtual Conference Excl

Re: [Tigervnc-devel] [PATCH] revert r4220 to fix bug #3415308

2012-07-19 Thread Adam Tkac
is also used (if > available). Everything is now committed to trunk. Hello Pierre, sorry for late response, I was away. I found that code in fb/* uses pCompositeClip but I didn't do any more digging than that so you don't have to change code to use pCompositeClip. Btw your patch fi

Re: [Tigervnc-devel] [PATCH] revert r4220 to fix bug #3415308

2012-07-12 Thread Adam Tkac
fix both screen artefacts and XDrawArc crashes. It reverts r4220 and fixes vncHooksFillSpans hook which used wrong clip pointer. Can you please test if it works in your case? Regards, Adam -- Adam Tkac, Red Hat, Inc. diff -up tigervnc-1.1.0/unix/xserver/hw/vnc/vncHooks.cc.rh734424

Re: [Tigervnc-devel] My future involvement in the TigerVNC Project

2012-03-13 Thread Adam Tkac
ed in development recently but I admit the main goals of TigerVNC and TurboVNC are different (at least from Xvnc perspective, which I mainly worked on). May I ask you if you have any scripts which you used for building release/pre-release versions of TigerVNC? I would be glad if you share them

Re: [Tigervnc-devel] Can we *please* revisit the reply policy on this list?

2011-12-02 Thread Adam Tkac
to someone > searching for a solution to the same issue. > > Can we please re-visit this? I don't remember if we discussed this but you have my vote, all replies should go to ML by default. Regards, Adam -- Adam Tkac, Red Hat, Inc.

Re: [Tigervnc-devel] tight decoded broken in trunk

2011-11-10 Thread Adam Tkac
On 11/10/2011 11:30 AM, matthieu.lochegn...@altissemiconductor.com wrote: > DRC wrote on 09/11/2011 20:28:56: > >> Very mysterious. Hoping someone else can shed some light on it. As far >> as I can tell, our code never sends that pseudo-encoding. It only >> decodes it in the viewer (same as gra

Re: [Tigervnc-devel] Drop old viewers?

2011-09-30 Thread Adam Tkac
On 09/30/2011 02:32 PM, Pierre Ossman wrote: > There's a bunch of bugs in the tracker for the old viewers. Should we > pay attention to those or should we start pointing people towards the > new viewer? If the latter, then I guess we should also consider > removing the old ones from trunk. > Hello

Re: [Tigervnc-devel] [PATCH] Linking error on newer Linux distros

2011-09-15 Thread Adam Tkac
On 09/14/2011 07:10 PM, DRC wrote: > On 9/14/11 9:45 AM, Adam Tkac wrote: >> Hello all, >> >> I tried to compile new viewer (from trunk) and use bundled fltk but I >> got following error: >> >> /usr/bin/ld: ../common/fltk/src/libfltk_static.a(Fl_Preferences.c

[Tigervnc-devel] [PATCH] Linking error on newer Linux distros

2011-09-14 Thread Adam Tkac
Hello all, I tried to compile new viewer (from trunk) and use bundled fltk but I got following error: /usr/bin/ld: ../common/fltk/src/libfltk_static.a(Fl_Preferences.cxx.o): undefined reference to symbol 'dlopen@@GLIBC_2.2.5' /usr/bin/ld: note: 'dlopen@@GLIBC_2.2.5' is defined in DSO /lib64/libdl

Re: [Tigervnc-devel] Run-time copyright acknowledgments

2011-06-27 Thread Adam Tkac
On 06/25/2011 10:56 PM, DRC wrote: > I don't know about other countries, but in the U.S., a copyright is only > meaningful if assigned to a legal entity, which can be an individual, a > corporation, or an "assumed name" (a person or corporation "doing > business as" an entity.) "TigerVNC Team" has

Re: [Tigervnc-devel] Including FLTK in our source tree

2011-06-27 Thread Adam Tkac
On 06/24/2011 06:24 AM, DRC wrote: > More fuel for this fire. When doing a Visual C++ build, we have to jump > through some hoops to prevent TigerVNC from depending on the Visual C++ > run-time DLL. FLTK doesn't jump through the same hoops. Thus, in order > to build a Visual C++ version of FLTK

Re: [Tigervnc-devel] PAM support in CMake build system?

2011-06-21 Thread Adam Tkac
On 06/21/2011 11:18 AM, DRC wrote: > The CMake build system doesn't seem to have any way of detecting the PAM > library and setting HAVE_PAM, or am I missing something? Right you are, there is currently no PAM detection in the CMake buildsys. Regards, Adam ---

Re: [Tigervnc-devel] build-xorg -static

2011-06-13 Thread Adam Tkac
On 06/10/2011 09:05 PM, DRC wrote: > I propose eliminating the -static option from the build-xorg script and > making that behavior the default. I'm struggling to think of a reason > why anyone would want to use build-xorg to do a dynamic build, since it > causes Xvnc to depend on the specific ver

Re: [Tigervnc-devel] TigerVNC build on RHEL 6

2011-06-03 Thread Adam Tkac
On 06/02/2011 06:17 PM, DRC wrote: > I was in the process of trying to add instructions to BUILDING.txt for > building TigerVNC on "modern" Linux distros, including RHEL 6. In the > process of doing so, I analyzed the SPEC file from the tigervnc-server > SRPM on that platform, and it appears to de

Re: [Tigervnc-devel] TigerVNC needs a wiki and documentation..

2011-06-02 Thread Adam Tkac
On 06/02/2011 11:39 AM, Adam Tkac wrote: > On 05/31/2011 12:15 PM, Antoine Martin wrote: >> Hi, >> >> This is an issue I raised a while back and I keep coming across people >> who do not see TigerVNC as a viable alternative because of the lack of >> documentation

Re: [Tigervnc-devel] TigerVNC needs a wiki and documentation..

2011-06-02 Thread Adam Tkac
On 05/31/2011 12:15 PM, Antoine Martin wrote: > Hi, > > This is an issue I raised a while back and I keep coming across people > who do not see TigerVNC as a viable alternative because of the lack of > documentation. Just recently in this thread on xorg: > http://lists.freedesktop.org/archives/xorg

Re: [Tigervnc-devel] $DISPLAY is not set or cannot connect to the X server

2011-05-30 Thread Adam Tkac
It seems there is some issue with setting .Xauthority correctly. Can you please try to put "echo $XAUTHORITY" into .vnc/xstartup and verify that value of this variable (output is in the .vnc/*.log file) is same as Xvnc's -auth parameter? Regards, Adam On 05/27/2011 03:16 PM, Metin Akdere wrote:

Re: [Tigervnc-devel] [Tigervnc-commits] SF.net SVN: tigervnc:[4455] trunk/CMakeLists.txt

2011-05-27 Thread Adam Tkac
On 05/27/2011 04:09 PM, Pierre Ossman wrote: > On Fri, 27 May 2011 08:53:59 -0500 > DRC wrote: > >> So you're OK with the default being "if GnuTLS doesn't exist, then break >> the build", but you're not OK with the default being "if GnuTLS doesn't >> exist, then print a warning and build without i

Re: [Tigervnc-devel] $DISPLAY is not set or cannot connect to the X server

2011-05-27 Thread Adam Tkac
Hello Metin, this seems weird for me, I suspect some issue in the xinitrc machinery. When you start for example "vncserver :1" and receive errors written below, can you please post output of "ps ax |grep Xvnc" output here? Can you please try to fire away execution of the xinitrc script and simpl

Re: [Tigervnc-devel] Please test new FLTK client

2011-05-25 Thread Adam Tkac
Hello, I quickly tested new client and it seems fine for me, basic functionality works. And it's GUI finally doesn't look like archaeologic excavation! Good work. Regards, Adam On 05/23/2011 01:31 PM, Pierre Ossman wrote: > The new FLTK based client is coming along nicely and now has a rather >

Re: [Tigervnc-devel] patch rejects in 1.1 trunk?

2011-05-20 Thread Adam Tkac
t; At revision 4433. > Then built as before with: > ./build-xorg -version 7.4 build > > Antoine > >> Cheers >> Antoine >> >> On 05/20/2011 06:10 PM, Adam Tkac wrote: >>> Hello, >>> >>> which version of xserver*patch and xorg ser

Re: [Tigervnc-devel] patch rejects in 1.1 trunk?

2011-05-20 Thread Adam Tkac
Hello, which version of xserver*patch and xorg server do you use? Regards, Adam On 05/20/2011 12:59 PM, Antoine Martin wrote: > Hi, > > Just trying to build from the 1.1 branch and there seems to be a problem > with the updated patches in ./unix/xserver*.patch: > > (...) > patching file configur

Re: [Tigervnc-devel] Feedback for 1.0.90-20110429

2011-05-11 Thread Adam Tkac
Hello, about the 64bit gettext issue. AFAIK this is due following line in configure.ac: AM_GNU_GETTEXT_VERSION([0.14.1]) It is needed to build TigerVNC on RHEL-4 and was added long time ago, before TigerVNC was founded. If we bump this number, TigerVNC won't be compilable on RHEL-4. For now I w

Re: [Tigervnc-devel] Feedback for 1.0.90-20110429

2011-05-11 Thread Adam Tkac
On 05/10/2011 11:34 AM, Franz Sirl wrote: > Hi, > > with 1.0.90-20110429 the bug 3290864 > http://sourceforge.net/tracker/?func=detail&aid=3290864&group_id=254363&atid=1126848 > I reported is fully fixed for me. > No keyrepeat problem anymore, the Windows-EXE doesn't crash the > standard SLES11SP1

Re: [Tigervnc-devel] potential vulnerability in TLS secType?

2011-05-10 Thread Adam Tkac
gt; On Thu, May 5, 2011 at 5:45 AM, Adam Tkac wrote: > >> Hello Brian, >> >> thanks for notification about this issue, you are right that password >> might been sent over network without proper validation of the X.509 certs. >> >> Can you please test if

Re: [Tigervnc-devel] potential vulnerability in TLS secType?

2011-05-05 Thread Adam Tkac
Hello Brian, thanks for notification about this issue, you are right that password might been sent over network without proper validation of the X.509 certs. Can you please test if attached patch solves this issue? It is Martin's patch with little modification (result is rdr::U32 instead of int).

Re: [Tigervnc-devel] [PATCH] Help avoid improper use of LogWriter output methods

2011-05-03 Thread Adam Tkac
ren't wrong usages of LogWriter method, please correct me if I'm wrong. Regards, Adam On 04/29/2011 02:16 PM, Adam Tkac wrote: > Sorry for late response, this mail got lost in my queue. > > You are right that current LogWriter implementation will have problems > with your example

Re: [Tigervnc-devel] window title string confused by some characters

2011-05-02 Thread Adam Tkac
Hello, first about the encoding issue. AFAIK this issue is inherited from RFB specification because RFB doesn't specify which encoding should be used to send desktop name. Some implementations use UTF-8, others use ISO Latin 1. Parameter handling seems to be broken on Windows: https://sourceforg

Re: [Tigervnc-devel] building with host headers

2011-05-02 Thread Adam Tkac
On 04/29/2011 11:52 PM, DRC wrote: > I had to make a small modification, which was to pass SHA1_LIB=-lcrypto > on the X server configure command line to keep it from trying to link in > all of OpenSSL when doing a static build. Apart from that, it seems to > work fine. I'm spinning a new build ri

Re: [Tigervnc-devel] [PATCH] Help avoid improper use of LogWriter output methods

2011-04-29 Thread Adam Tkac
Sorry for late response, this mail got lost in my queue. You are right that current LogWriter implementation will have problems with your example. However your patch causes following compilation warnings: In file included from CConnection.cxx:28:0: ../../common/rfb/LogWriter.h: In member function

Re: [Tigervnc-devel] building with host headers

2011-04-29 Thread Adam Tkac
ssible to compile xserver 1.6.5 on legacy systems, please? I have no such system handy right now. Regards, Adam On 04/29/2011 12:03 PM, DRC wrote: > On 4/29/11 3:04 AM, Adam Tkac wrote: >> Additionally Xvnc built with xorg-build script can contain many bugs >> (yeah, also security bug

Re: [Tigervnc-devel] building with host headers

2011-04-29 Thread Adam Tkac
Hello Martin, as DRC stated build-xorg script should be used only on legacy platforms. It will be big overhead for us to support "one-script-for-all" build. As a quick hint how to determine what is "legacy" and what isn't, you can check unix/xserver*.patch files. When your distro contains xorg s

Re: [Tigervnc-devel] Committing to trunk and stable branches

2011-04-29 Thread Adam Tkac
housands of > dollars of free labor, so if I'm going to have to do the work for free, > I only want to do it once. > > > On 4/28/11 3:13 AM, Adam Tkac wrote: >> That's right you prefer not to commit changes without testing. >> >> On the other side, when c

Re: [Tigervnc-devel] Committing to trunk and stable branches

2011-04-28 Thread Adam Tkac
e of flux. > > > On 4/27/11 6:34 AM, Adam Tkac wrote: >> Hello all, >> >> I found that some changes in 1_1 branch weren't committed into trunk so >> I went through 1_1 log and merged all uncommitted changes to trunk. Now >> both trunk and 1_1 are sanitized

Re: [Tigervnc-devel] libvnc.so undefined symbols

2011-04-27 Thread Adam Tkac
Hello Metin, I quickly checked list of the undefined symbols in libvnc.so and it seems fine. Those symbols (mostly functions) are exported from Xorg binary and are resolved when Xorg loads libvnc.so module. Other X modules (on Red Hat systems located in /usr/lib(64)/xorg/modules) also contain bun

[Tigervnc-devel] Committing to trunk and stable branches

2011-04-27 Thread Adam Tkac
Hello all, I found that some changes in 1_1 branch weren't committed into trunk so I went through 1_1 log and merged all uncommitted changes to trunk. Now both trunk and 1_1 are sanitized. Next time please commit all changes to trunk before you commit them to stable branch and then simply "svn me

Re: [Tigervnc-devel] New pre-beta build

2011-03-18 Thread Adam Tkac
fine for me. In my opinion we can mark your binaries as official 1.1 beta. Regards, Adam -- Adam Tkac, Red Hat, Inc. -- Colocation vs. Managed Hosting A question and answer guide to determining the best fit for your

Re: [Tigervnc-devel] Refresh issue with GnuTLS and status of beta

2011-03-15 Thread Adam Tkac
if your issue is same as https://bugzilla.redhat.com/show_bug.cgi?id=652590? Thank you in advance. Regards, Adam -- Adam Tkac, Red Hat, Inc. -- Colocation vs. Managed Hosting A question and answer guide to determining the

Re: [Tigervnc-devel] New pre-beta build uploaded

2011-03-11 Thread Adam Tkac
up causing us problems if for no > > other reason than window managers crash and we don't want everything else > > in our session to be taken down with them > > > > Robert > > > > > > On 03/11/2011 06:57 AM, Adam Tkac wrote: > >> >

Re: [Tigervnc-devel] New pre-beta build uploaded

2011-03-11 Thread Adam Tkac
ing > A question and answer guide to determining the best fit > for your organization - today and in the future. > http://p.sf.net/sfu/internap-sfd2d > ___ > Tigervnc-devel mailing list > Tigervnc-devel@l

Re: [Tigervnc-devel] Server should fail if incorrect security type passed on command line

2011-03-11 Thread Adam Tkac
n support forums. > > IMHO, Xvnc should fail if an invalid security type is given as an argument. Such behavior sounds fine for me. Are you going to prepare the patch? Or should I create it myself? A -- Adam Tkac, Red Hat, Inc. --

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

2011-03-09 Thread Adam Tkac
ollect2: ld returned 1 exit status > > make[3]: *** [Xvnc] Error 1 > > make[3]: Leaving directory > > `/usr/src/tigervnc-1.0.90-r4340/xorg/xserver/hw/vnc' > > > > Hopefully someone can

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

2011-03-09 Thread Adam Tkac
ns(-DPACKAGE_VERSION="${VERSION}") > > +add_definitions(-DLOCALEDIR="${CMAKE_INSTALL_PREFIX}/share/locale") > > I think these should really go in config.h.cmake.in +1 -- Adam Tkac, Red Hat, Inc. -

[Tigervnc-devel] Improvements for Windows installer

2011-03-08 Thread Adam Tkac
? Installer built with the patch is located on http://atkac.fedorapeople.org/tigervnc/TigerVNC-1.0.90.exe Regards, Adam -- Adam Tkac, Red Hat, Inc. Index: branches/1_1/win/tigervnc.iss.in === --- branches/1_1/win/tigervnc.iss.in

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

2011-03-08 Thread Adam Tkac
et most of the changes in now so > that we have a lot of time to find any problems. :) Proverb "You can't make an omelet without breaking eggs" is annoying but is also right. Regards, Adam -- Adam Tkac, Red Hat, Inc. --

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

2011-03-08 Thread Adam Tkac
eforge.net/lists/listinfo/tigervnc-devel > > > -- > What You Don't Know About Data Connectivity CAN Hurt You > This paper provides an overview of

Re: [Tigervnc-devel] Ready for 1.1 beta

2011-03-03 Thread Adam Tkac
Just for information, how did you build Xvnc? Via unix/build-xorg script? Or directly in unix/xserver/ via autoreconf && configure && make? Regards, Adam -- Adam Tkac, Red Hat, Inc. -- Free Software Downl

Re: [Tigervnc-devel] [PATCH] specify inetd display range

2011-03-03 Thread Adam Tkac
mp;atid=1126848 to track this issue because I don't have time for it right now. Regards, Adam -- Adam Tkac, Red Hat, Inc. -- Free Software Download: Index, Search & Analyze Logs and other IT data in Real-Time wi

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

2011-03-03 Thread Adam Tkac
r -rfbauth is > already given. Right you are, I forgot this case ;) > Thinking about -Password: is there any sane environment where this is > still used? If I remember correctly someone uses this option for one-time passwords in his TigerVNC server deployment. Regards, Adam -- Adam T

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

2011-03-03 Thread Adam Tkac
e, create .vnc/passwd 3. otherwise don't create .vnc/passwd Note in 1. and 2. cases you need to pass -rfbauth parameter, otherwise Xvnc won't find password file. With this checks vncserver will create .vnc/passwd only when needed. Regards,

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

2011-03-03 Thread Adam Tkac
- > > Free Software Download: Index, Search & Analyze Logs and other IT data in > > Real-Time with Splunk. Collect, index and harness all the fast movin

Re: [Tigervnc-devel] Ready for 1.1 beta

2011-03-03 Thread Adam Tkac
rintf.c \ > $(XORG_SRCS) > +libos_la_LIBADD = $(DLOPEN_LIBS) > > if SECURE_RPC > libos_la_SOURCES += $(SECURERPC_SRCS) > -- > Free Software Download: Index, Search & Analyze Logs an

Re: [Tigervnc-devel] Ready for 1.1 beta

2011-02-21 Thread Adam Tkac
tls or are they statically linked? 3. Are Win binaries built as "Release" or as "Debug"? Regards, Adam -- Adam Tkac, Red Hat, Inc. -- The ultimate all-in-one performance toolkit: Intel(R) Paralle

Re: [Tigervnc-devel] [Tigervnc-commits] SF.net SVN: tigervnc:[4300] trunk/common/rfb/CConnection.cxx

2011-02-21 Thread Adam Tkac
s.sourceforge.net/lists/listinfo/tigervnc-commits > > ------ > The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: > Pinpoint memory and threading errors before they happen. > Find and fix more t

Re: [Tigervnc-devel] While we're updating i18n files ...

2011-02-21 Thread Adam Tkac
On Thu, Feb 10, 2011 at 06:35:28PM -0600, DRC wrote: > We should probably add something like "Copyright (C)2010-2011 TigerVNC > Team" to po/tigervnc.pot. Right you are, I added copyright also to all .po files. Regards, Adam -- Adam Tk

Re: [Tigervnc-devel] Severe performance problem and possible Zlib issue with r4280

2011-02-21 Thread Adam Tkac
the things I had to do for TurboVNC > was to change up the Tight encoder/decoder so that they can operate on > the raw virtual framebuffer rather than having to translate it into RGB. > I need to do the same for TigerVNC. Just FYI, I opened tickets for those improvements in the bug tracker so

Re: [Tigervnc-devel] Severe performance problem and possible Zlib issue with r4280

2011-02-18 Thread Adam Tkac
our patch a little and commited it as r4295. With the patch GNUTLS debug routines are registered only when we need their output. Regards, Adam -- Adam Tkac, Red Hat, Inc. -- The ultimate all-in-one performance toolkit: Inte

Re: [Tigervnc-devel] DRI path in Xvnc

2011-02-18 Thread Adam Tkac
On Wed, Feb 16, 2011 at 09:14:22PM -0600, DRC wrote: > On 2/16/11 10:03 AM, Adam Tkac wrote: > >> (1) When Xvnc is built with build-xorg, add > >> --with-dri-driver-path=../lib/dri to the Xorg configure options > > > > That makes sence but you need t

Re: [Tigervnc-devel] Changing default security types

2011-02-18 Thread Adam Tkac
or backward compatibility I would recommend that server specifies preference order. If client doesn't like particular types (for example TLS*/X509*) then it can disable them. Solution is also to add another vncviewer pa

Re: [Tigervnc-devel] Changing default security types

2011-02-17 Thread Adam Tkac
__ > Tigervnc-devel mailing list > Tigervnc-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/tigervnc-devel -- Adam Tkac, Red Hat, Inc. -- T

Re: [Tigervnc-devel] DRI path in Xvnc

2011-02-16 Thread Adam Tkac
Parallel Studio XE: > Pinpoint memory and threading errors before they happen. > Find and fix more than 250 security defects in the development cycle. > Locate bottlenecks in serial and parallel code that limit performance. > http://p.sf.net/sfu/intel-dev

Re: [Tigervnc-devel] Severe performance problem and possible Zlib issue with r4280

2011-02-16 Thread Adam Tkac
threading errors before they happen. > Find and fix more than 250 security defects in the development cycle. > Locate bottlenecks in serial and parallel code that limit performance. > http://p.sf.net/sfu/intel-dev2devfeb > ___ > Tigervnc-devel m

Re: [Tigervnc-devel] Patch to integrate libssh

2011-02-14 Thread Adam Tkac
>>What do you think? > >If we can fix the existing solution, that would be my preference. > > > >-- > >The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: > >Pinpoint me

Re: [Tigervnc-devel] Integration work completed

2011-02-14 Thread Adam Tkac
nly This way we can release 1.1 version soon and during 1.2 development we can completely remove autotools based buildsys. Your comments are welcomed. Regards, Adam -- Adam Tkac, Red Hat, Inc. -- The ultimate all-in-one p

Re: [Tigervnc-devel] Outdated i18n files?

2011-02-09 Thread Adam Tkac
it will cause new versions of these files to be generated (I > assume from po/tigervnc.pot), and the new versions differ from the > versions that are checked into SVN. Right you are, I regenerated translation files and commited them. Regards, Adam --

Re: [Tigervnc-devel] [PATCH] Help avoid improper use of LogWriter output methods

2011-02-07 Thread Adam Tkac
d? In my opinion it's absolutely valid to use only string as an argument. Can you please point me where is current LogWriter's method misused? Thank you in advance. Regards, Adam -- Adam Tkac, Red Hat, Inc. -- T

[Tigervnc-devel] The 1_1 branch and 1.1 beta release

2011-02-07 Thread Adam Tkac
ou have any patches which should be included in the 1.1 beta please send them to tigervnc-devel list. If we don't hit any major issue, I will create the 1_1 branch during Wednesday or Thursday this week, the 1.1 beta will be released early next week. Comments are welcomed. Regards, Adam --

Re: [Tigervnc-devel] 1.1 release? wiki? debs?

2011-02-07 Thread Adam Tkac
tp://winswitch.org/dists/ > These debs don't provide the vnc.so module, but apart from that they > seem to work fine. If there is a reason why you would prefer not to > point there, please do let me know what that is and maybe I can fix it? I changed th

Re: [Tigervnc-devel] [PATCH] Fixes TLS hostname not matching issue

2011-02-01 Thread Adam Tkac
to have any side effect. Commited as r4249, thanks for the patch. Regards, Adam -- Adam Tkac, Red Hat, Inc. -- Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a world-class log management so

Re: [Tigervnc-devel] TigerVNC can't be built with older GnuTLS any longer

2011-01-27 Thread Adam Tkac
drc/worksrc/tigervnc/common/rfb/CSecurityTLS.cxx:316: error: > 'info' was not declared in this scope > /home/drc/worksrc/tigervnc/common/rfb/CSecurityTLS.cxx:382: error: > 'info' was not declared in this scope > /home/drc/worksrc/tigervnc/common/rfb/UserP

Re: [Tigervnc-devel] Compiling under Windows using CMake

2011-01-25 Thread Adam Tkac
stem. > > Side note: > Are the zoom buttons in the windows viewer working for anybody? > My 24 bit depth KDE 4 desktop looks like modern art, if any kind of > zoom is in use. Yes, it is known issue, reported in the bug tracker. Regards, Adam -- Adam Tkac, Red Hat, Inc.

Re: [Tigervnc-devel] New portable vncviewer

2011-01-19 Thread Adam Tkac
t; heavy and the few dialogs it needs would look decent enough. > > > I'd like to start this project fairly soon, so please comment as soon > as possible. The plan would be to create a new top-level vncviewer

Re: [Tigervnc-devel] patches for scrollbar handling in unix vncviewer

2011-01-17 Thread Adam Tkac
idn't realize if would > cover a space that was previously uncovered) > > There are 2 patches attached. 0001 solves problem "1", 0002 solves problem > "2". > > Do they look fine? Hello, both patches look fine, I've commited them to trunk. Thanks! Reg

Re: [Tigervnc-devel] patches for scrollbar handling in unix vncviewer

2011-01-10 Thread Adam Tkac
27;m quite busy right now. I will review the patch (and others which was posted) during this week. Regards, Adam -- Adam Tkac, Red Hat, Inc. -- Gaining the trust of online customers is vital for the success of any company that

Re: [Tigervnc-devel] XDrawArc from XTS crasches Xvnc

2010-12-08 Thread Adam Tkac
On Wed, Dec 08, 2010 at 03:02:20PM +0100, Peter Åstrand wrote: > On Mon, 6 Dec 2010, Adam Tkac wrote: > > >>I must admit it seems useless to hook pixmaps. I don't remember > >>why I introduced pixmap hook in r2452, maybe due to Composite extension, > >>

Re: [Tigervnc-devel] headless git.

2010-12-06 Thread Adam Tkac
On Mon, Nov 29, 2010 at 11:04:58AM +0100, ti...@piments.com wrote: > On 11/15/10 14:52, Adam Tkac wrote: > >I usually don't test Xvnc on Ubuntu. I'm going to check if it is > >really broken on 10.4 but AFAIK Xvnc works when it is built against > >X.Org 1.7.X. >

Re: [Tigervnc-devel] XDrawArc from XTS crasches Xvnc

2010-12-06 Thread Adam Tkac
On Mon, Dec 06, 2010 at 09:54:09AM +0100, Adam Tkac wrote: > On Thu, Dec 02, 2010 at 01:16:30PM +0100, Pierre Ossman wrote: > > On Wed, 1 Dec 2010 13:11:37 +0100 > > Adam Tkac wrote: > > > > > On Wed, Dec 01, 2010 at 10:46:36AM +0100, Peter Åstrand wrote: &g

Re: [Tigervnc-devel] XDrawArc from XTS crasches Xvnc

2010-12-06 Thread Adam Tkac
On Thu, Dec 02, 2010 at 01:16:30PM +0100, Pierre Ossman wrote: > On Wed, 1 Dec 2010 13:11:37 +0100 > Adam Tkac wrote: > > > On Wed, Dec 01, 2010 at 10:46:36AM +0100, Peter Åstrand wrote: > > > > > > >We are casting pDrawable, but with the XDrawArc case, the d

Re: [Tigervnc-devel] XDrawArc from XTS crasches Xvnc

2010-12-01 Thread Adam Tkac
(R) Software Partner Program. Five $500 cash prizes are up for grabs. > http://p.sf.net/sfu/intelisp-dev2dev > ___ > Tigervnc-devel mailing list > Tigervnc-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo

Re: [Tigervnc-devel] vncviewer Linux -> MacOSX locks when X11 focus changes

2010-11-20 Thread Adam Tkac
quot;alt+tab" into vncviewer window then it doesn't detect it and don't send any event to the server. You need to use mouse and move or click inside vncviewer window to get focus. Regards, Adam -- Adam Tkac, Red Hat, Inc. ---

[Tigervnc-devel] Death of the "Tight" security type

2010-11-18 Thread Adam Tkac
s your opinion about it? I vote for Tight security type removal. Regards, Adam -- Adam Tkac, Red Hat, Inc. -- Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, EC

Re: [Tigervnc-devel] [PATCH] Dialogs for certificates (Unix client only)

2010-11-18 Thread Adam Tkac
own"); > > + > > + len = snprintf(NULL, 0, "This certificate has been signed by an > > unknown authority:\n\n%s\n\nDo you want to save it and continue?\n ", > > info.data); > &g

Re: [Tigervnc-devel] headless git.

2010-11-15 Thread Adam Tkac
On Sun, Nov 14, 2010 at 11:00:18AM +0100, ti...@piments.com wrote: > On 11/11/10 12:41, Adam Tkac wrote: > >On Tue, Nov 09, 2010 at 04:50:12PM +0100, ti...@piments.com wrote: > >>On 11/09/10 16:22, Adam Tkac wrote: > >>>On Tue, Nov 09, 2010 at 01:40:28PM

Re: [Tigervnc-devel] building with glx

2010-11-15 Thread Adam Tkac
linking, i.e. Xvnc must be linked directly against libdl.so, not against library which is linked against libdl.so. The second approach worked on older OSs and older xserver source depends on this behavior. Newer xserver releases have this bug fixed. And about GLX - if you need Xvnc with GLX

Re: [Tigervnc-devel] [PATCH 00/10] VeNCrypt java support

2010-11-11 Thread Adam Tkac
t between anonymous/X.509 TLS). > 8. Disable TightVNC security type I will disable TightVNC type in the Java client later. > 9. Remove TightVNC security type from server > 10. Remove Tightvnc Security type from java client

Re: [Tigervnc-devel] headless git.

2010-11-11 Thread Adam Tkac
On Tue, Nov 09, 2010 at 04:50:12PM +0100, ti...@piments.com wrote: > On 11/09/10 16:22, Adam Tkac wrote: > >On Tue, Nov 09, 2010 at 01:40:28PM +0100, ti...@piments.com wrote: > >> > >>Hi, > >> > >>there seems to be a problem with the instructions

Re: [Tigervnc-devel] headless git.

2010-11-09 Thread Adam Tkac
lp what this needs to be now. > > Any hints on an update for the instructions? Hello, does it cause any problem when HEAD is in detached state? You can simply copy ("cp -r") all sources and compile Xvnc, can't you? Regards, Adam -- Adam Tkac, Red Hat, Inc.

Re: [Tigervnc-devel] tigervnc taking out X

2010-11-09 Thread Adam Tkac
o reproduce this issue on Ubuntu 9.04 and you are right that libvnc.so module crashes the X server. However I tried to update to the Ubuntu 9.10 and everything works fine there. I remember there was some bug in the Xorg

Re: [Tigervnc-devel] tigervnc taking out X

2010-11-02 Thread Adam Tkac
module for Xorg working you need to compile it against same version as your distribution Xorg server. May I ask you which version of Xorg are you running, please? Regards, Adam -- Adam Tkac, Red Hat, Inc. -- Nokia and AT&

Re: [Tigervnc-devel] tigervnc taking out X

2010-11-02 Thread Adam Tkac
--- > Nokia and AT&T present the 2010 Calling All Innovators-North America contest > Create new apps & games for the Nokia N8 for consumers in U.S. and Canada > $10 million total in prizes - $4M cash, 500 devices, nearl

Re: [Tigervnc-devel] [PATCH] Use correct settings for 24 bit color depth

2010-11-02 Thread Adam Tkac
On Tue, Nov 02, 2010 at 08:22:28AM +0100, Martin Koegler wrote: > Signed-off-by: Martin Koegler > --- > unix/xserver/hw/vnc/xvnc.cc |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) Applied, thanks for the patch. Regards, Adam -- Adam Tkac,

Re: [Tigervnc-devel] Download link on the TigerVNC page busted (fwd)

2010-11-02 Thread Adam Tkac
> http://p.sf.net/sfu/nokia-dev2dev > ___ > Tigervnc-devel mailing list > Tigervnc-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/tigervnc-devel -- Adam Tkac, Red Hat, Inc. -

Re: [Tigervnc-devel] CMake build system checked in

2010-11-02 Thread Adam Tkac
e and it is only a guess at this point. Wanted to let you know > it was happening though. I am using MSVC 2005 Express. I've just built the latest trunk (r4180) via MSVS 2008 Express without any error so it looks like some issue with MSVC 200

Re: [Tigervnc-devel] CMake build system checked in

2010-11-02 Thread Adam Tkac
le with VS Express 2008. Perfect work, thank you! Regards, Adam > On Oct 29, 2010, at 8:01 AM, Adam Tkac wrote: > > > On Wed, Oct 27, 2010 at 03:16:58AM -0500, DRC wrote: > >> What should work: > >> > >> -- 32-bit and 64-bit builds using NMake (with Visual

Re: [Tigervnc-devel] CMake build system checked in

2010-10-29 Thread Adam Tkac
can't see it is generated in CMakeLists.txt. Can you please tell me if I'm doing something wrong? > What doesn't work yet: > > -- i18n (help!) Windows code currently doesn't use i18n so in my opinion you don't have to hurry up with this. Regards, Adam -- Adam

Re: [Tigervnc-devel] I want to connect vnc in my own window, how can I do ?

2010-10-20 Thread Adam Tkac
On Wed, Oct 20, 2010 at 05:23:11PM +0800, 张建锋 wrote: > Hi all, > > I want to connect vnc in my own window,how can I do ? Hello, I'm not sure what you mean. Would you like to export only one window via VNC? Which platform do you use? (UNIX or Windows) Regards, Adam -- Adam Tkac

  1   2   3   >