Specifying a desktopName in a config file (turbovncserver.conf) has no
effect.

Simple fix:

*** vncserver.in        2013-05-14 09:58:51.641671306 -0400
--- vncserver.in.b      2013-05-21 08:49:36.406539475 -0400
***************
*** 374,380 ****
  if ($opt{'-name'}) {
      $desktopName = $opt{'-name'};
  } else {
!     $desktopName = "TurboVNC: $host:$displayNumber ($ENV{USER})";
  }

  # Make an X server cookie - use /dev/urandom on systems that have it,
--- 374,380 ----
  if ($opt{'-name'}) {
      $desktopName = $opt{'-name'};
  } else {
!     $desktopName = "TurboVNC: $host:$displayNumber ($ENV{USER})"
unless($desktopName);
  }

  # Make an X server cookie - use /dev/urandom on systems that have it,


-- 
Kevin Van Workum, PhD
Sabalcore Computing Inc.
"Where Data Becomes Discovery"
http://www.sabalcore.com
877-492-8027 ext. 11

-- 

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
_______________________________________________
VirtualGL-Users mailing list
VirtualGL-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtualgl-users

Reply via email to