Yeah, no problem.  I will take a look at it and update it as necessary.

Adam Tkac wrote:
> On Wed, Mar 25, 2009 at 05:03:33PM -0500, DRC wrote:
>   
>> Index: unix/vncserver
>> ===================================================================
>> --- unix/vncserver   (revision 3720)
>> +++ unix/vncserver   (working copy)
>> @@ -1,5 +1,7 @@
>>  #!/usr/bin/env perl
>>  #
>> +#  Copyright (C) 2005-2006 Sun Microsystems, Inc.  All Rights Reserved.
>> +#  Copyright (C) 2002-2003 Constantin Kaplinsky.  All Rights Reserved.
>>  #  Copyright (C) 2002-2005 RealVNC Ltd.
>>  #  Copyright (C) 1999 AT&T Laboratories Cambridge.  All Rights Reserved.
>>  #
>> @@ -27,6 +29,16 @@
>>  # First make sure we're operating in a sane environment.
>>  #
>>  
>> +$exedir = "";
>> +$slashndx = rindex($0, "/");
>> +if($slashndx>=0) {
>> +    $exedir = substr($0, 0, $slashndx+1);
>> +}
>> +
>> +$vncClasses = "";
>> +
>> +$xauth = "xauth";
>> +
>>  &SanityCheck();
>>  
>>  #
>> @@ -34,14 +46,33 @@
>>  #
>>  
>>  $geometry = "1024x768";
>> -$depth = 16;
>> +$depth = 24;
>>     
>
> ^^ Only one comment. Could you update vncserver manual page as well,
> please?
>
> Adam
>
>   


------------------------------------------------------------------------------
_______________________________________________
Tigervnc-devel mailing list
Tigervnc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-devel

Reply via email to