<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.network.vnc.user">
    <title>gmane.network.vnc.user</title>
    <link>http://permalink.gmane.org/gmane.network.vnc.user</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.vnc.user/30389"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.vnc.user/30388"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.vnc.user/30387"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.vnc.user/30386"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.vnc.user/30385"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.vnc.user/30384"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.vnc.user/30383"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.vnc.user/30382"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.vnc.user/30381"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.vnc.user/30380"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.vnc.user/30379"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.vnc.user/30378"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.vnc.user/30377"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.vnc.user/30376"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.vnc.user/30375"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.vnc.user/30374"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.vnc.user/30373"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.vnc.user/30372"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.vnc.user/30371"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.network.vnc.user/30370"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.network.vnc.user/30389">
    <title>Re: GUI tool to show logged in users, copy/paste not working</title>
    <link>http://permalink.gmane.org/gmane.network.vnc.user/30389</link>
    <description>&lt;pre&gt;disclaimer: It's been a long time since I used unix/linux vnc... I might 
be off.

On 6-4-2013 15:41, Dan MacDonald wrote:
This totally depents on the server side setup... If the users all get 
their own X11 session by inet.d, then just scan the process list for 
xvnc-executables and their users. if the users all connect to existing 
X11 sessions, it is up to the way these sessions enable vnc and if/how 
the connections are logged. In the end, you can always scan the 
connected sessions (netstat -a) and do an educated guess for the X11/VNC 
sessions.
Between msWindows and X11 there are some differences the way the 
copy-buffers are used. On msWindows there is a sinlge buffer that can 
handle roughly everything (except for the kitchen sink ;-). On unix / 
X11, there are more of these buffers. By head I think there is the 
selection buffer and about 10 cut/copy buffers. All of these can only 
handle ascii text. In the beginning of VNC, there just was no connection 
between the local and remote buffers, except &lt;/pre&gt;</description>
    <dc:creator>Corne Beerse</dc:creator>
    <dc:date>2013-04-09T07:48:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.vnc.user/30388">
    <title>Re: GUI tool to show logged in users, copy/paste not working</title>
    <link>http://permalink.gmane.org/gmane.network.vnc.user/30388</link>
    <description>&lt;pre&gt;Dan,

I'm not familiar with TeamViewer, but your copy-and-past problem can
probably be solved with vncconfig.  You have to start this process on the
VNC server to enable clipboard transfers.  It's been a while since I've
messed with mine, but I believe you need to start it up in GUI mode (no
options) to configure the behavior.  After that you can use the -nowin
option to run it in the background.

Hope this helps.

Todd


On Sat, Apr 6, 2013 at 9:41 AM, Dan MacDonald &amp;lt;allcoms&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:

_______________________________________________
VNC-List mailing list
VNC-List&amp;lt; at &amp;gt;realvnc.com
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list

&lt;/pre&gt;</description>
    <dc:creator>Todd Strader</dc:creator>
    <dc:date>2013-04-08T14:57:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.vnc.user/30387">
    <title>GUI tool to show logged in users, copy/paste not working</title>
    <link>http://permalink.gmane.org/gmane.network.vnc.user/30387</link>
    <description>&lt;pre&gt;Hi VNC list!

TeamViewer includes a little desktop app that shows all users currently
logged onto a session. Is there no such thing for vncserver when running
under X11? Seeing as we're running KDE currently on our Ubuntu 12.04
running vnc4server a plasmoid that shows logged in VNC users + their IPs
would be ideal. If no such app exists, what is the best way to check for
logged in VNC users on a vnc4server via the terminal?

We are accessing our vnc server using RealVNC viewer, mainly under 64-bit
Windows 7 but copy/paste doesn't seem to work - why not? I thought VNC
supported copy/paste? Are there any settings I should check on the server
or clients to enable this?

Thanks for your help!

Dan
_______________________________________________
VNC-List mailing list
VNC-List&amp;lt; at &amp;gt;realvnc.com
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list

&lt;/pre&gt;</description>
    <dc:creator>Dan MacDonald</dc:creator>
    <dc:date>2013-04-06T13:41:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.vnc.user/30386">
    <title>RealVNC and screenreaders</title>
    <link>http://permalink.gmane.org/gmane.network.vnc.user/30386</link>
    <description>&lt;pre&gt;Hello,

 

Can anyone tell me if RealVNC can be used with a screenreader like JAWS, WindowEyes, or NVDA?

 

I need to be able to access a variety of windows and linux based hosts remotely, and in the past I had heard that VNC was not a workable solution with any of these screenreaders.

 

Has anything changed to make any of these work together?
_______________________________________________
VNC-List mailing list
VNC-List&amp;lt; at &amp;gt;realvnc.com
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list

&lt;/pre&gt;</description>
    <dc:creator>Don Raikes</dc:creator>
    <dc:date>2013-04-03T00:20:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.vnc.user/30385">
    <title>RE: VNC viewer fullscreen does not cover Windows taskbar</title>
    <link>http://permalink.gmane.org/gmane.network.vnc.user/30385</link>
    <description>&lt;pre&gt;
Hi, Todd.

If you are running Windows XP and you right click on the Windows taskbar and select Properties,  then a "Taskbar and Start Menu Properties" window should pop up.  On the Taskbar tab of the window, you should see a "Keep the taskbar on top of other windows" option.  If you uncheck that and click OK, then the VNC Viewer (and other application windows) should begin to cover the Windows taskbar.

I hope that helps?

- Steve

       
_______________________________________________
VNC-List mailing list
VNC-List&amp;lt; at &amp;gt;realvnc.com
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list

&lt;/pre&gt;</description>
    <dc:creator>Steve P</dc:creator>
    <dc:date>2013-03-23T18:12:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.vnc.user/30384">
    <title>Re: VNC viewer fullscreen does not cover Windows taskbar</title>
    <link>http://permalink.gmane.org/gmane.network.vnc.user/30384</link>
    <description>&lt;pre&gt;Thanks for the responses.  Unfortunately the behavior has changed back.
 I've tried a number of things, but I have no idea what happened or how to
get reproduce this.

Todd



On Thu, Mar 21, 2013 at 5:34 PM, Philip Herlihy &amp;lt;philip&amp;lt; at &amp;gt;walthamsoft.com&amp;gt;wrote:

_______________________________________________
VNC-List mailing list
VNC-List&amp;lt; at &amp;gt;realvnc.com
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list

&lt;/pre&gt;</description>
    <dc:creator>Todd Strader</dc:creator>
    <dc:date>2013-03-22T12:09:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.vnc.user/30383">
    <title>RE: VNC viewer fullscreen does not cover Windows taskbar</title>
    <link>http://permalink.gmane.org/gmane.network.vnc.user/30383</link>
    <description>&lt;pre&gt;-----Original Message-----
From: vnc-list-bounces&amp;lt; at &amp;gt;realvnc.com [mailto:vnc-list-bounces&amp;lt; at &amp;gt;realvnc.com]
On Behalf Of Todd Strader
Sent: Wednesday, March 20, 2013 2:53 PM
To: vnc-list&amp;lt; at &amp;gt;realvnc.com
Subject: VNC viewer fullscreen does not cover Windows taskbar

&amp;lt;snip&amp;gt;
Today I switched to a different Windows machine and when I run the
fullscreen viewer (same version), the Windows taskbar refuses to go
away.
&amp;lt;snip&amp;gt;

Thanks,
Todd






Todd:

Perhaps the problem is actually Windows taskbar behavior.  Most 
people just leave it alone, but its behavior can be configured.  
Maybe it has been set to always be on top, or maybe it's locked and 
that somehow affects it.

Thx, Phil
 
--------------------------------------------------------

Goss ... Innovation for Business

NOTICE: This e-mail and any attachment(s) may contain confidential and proprietary information of Goss International Corporation and/or its subsidiaries and may be legally privileged. This e-mail is intended solely for the addressee. If you a&lt;/pre&gt;</description>
    <dc:creator>Long, Phillip GOSS</dc:creator>
    <dc:date>2013-03-21T20:30:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.vnc.user/30382">
    <title>VNC viewer fullscreen does not cover Windows taskbar</title>
    <link>http://permalink.gmane.org/gmane.network.vnc.user/30382</link>
    <description>&lt;pre&gt;I've seen some varying comments on the list with regards to my issue, but
none of them seem to directly apply.  I had been using version 4.6.1 of the
enterprise viewer on a Windows machine.  When I would start up a fullscreen
viewer, it would cover everything including the Windows taskbar.  This is
the behavior that I prefer.

Today I switched to a different Windows machine and when I run the
fullscreen viewer (same version), the Windows taskbar refuses to go away.
 I tried upgrading Real VNC to version 5.0.5, but that did not change the
behavior.

First off, do other people experience the "fullscreen covers everything
right away" behavior?  And if so, did you have to do anything to get it
that way?  Secondly, I've seen some mention of clicking on the taskbar and
then back in the viewer to get rid of the taskbar.  I've tried this, but
the taskbar remains.  Is anyone aware of any other workarounds to get rid
of the taskbar?

Thanks,
Todd
_______________________________________________
VNC-List mailing list
VN&lt;/pre&gt;</description>
    <dc:creator>Todd Strader</dc:creator>
    <dc:date>2013-03-20T18:53:06</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.vnc.user/30381">
    <title>RE: file copy size is small</title>
    <link>http://permalink.gmane.org/gmane.network.vnc.user/30381</link>
    <description>&lt;pre&gt;-----Original Message-----
From: vnc-list-bounces&amp;lt; at &amp;gt;realvnc.com [mailto:vnc-list-bounces&amp;lt; at &amp;gt;realvnc.com]
On Behalf Of Joe Walker
Sent: Saturday, March 02, 2013 12:59 PM
To: vnc-list&amp;lt; at &amp;gt;realvnc.com
Subject: file copy size is small


 &amp;lt;snip&amp;gt;
pixels for the top 30 rows.  Why is only a fraction of the data 
copied to the clipboard?  The manual doesn't address this.
Thanks!       
_______________________________________________
VNC-List mailing list
VNC-List&amp;lt; at &amp;gt;realvnc.com
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list




Joe:

How good is your connection?  Perhaps U need to wait a bit longer 
for the data to transfer over.  I suspect that the client will give 
priority to screen update data over clipboard data, especially if 
the latter is of any significant size.

Thx, Phil
 
--------------------------------------------------------

Goss ... Innovation for Business

NOTICE: This e-mail and any attachment(s) may contain confidential and proprietary information of Gos&lt;/pre&gt;</description>
    <dc:creator>Long, Phillip GOSS</dc:creator>
    <dc:date>2013-03-04T16:31:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.vnc.user/30380">
    <title>file copy size is small</title>
    <link>http://permalink.gmane.org/gmane.network.vnc.user/30380</link>
    <description>&lt;pre&gt;
So I just bought RealVNC personal edition, and connection is fine.  My problem is that when I copy a file from the host server, and then paste the file in a client directory, the file size is a fraction of the original size.  if I copy 3 minute mp3, I get 4 seconds of playback.  if I copy an 800 kb image, it only renders pixels for the top 30 rows.  Why is only a fraction of the data copied to the clipboard?  The manual doesn't address this.
Thanks!       
_______________________________________________
VNC-List mailing list
VNC-List&amp;lt; at &amp;gt;realvnc.com
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list

&lt;/pre&gt;</description>
    <dc:creator>Joe Walker</dc:creator>
    <dc:date>2013-03-02T17:59:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.vnc.user/30379">
    <title>RE: file copy size is small</title>
    <link>http://permalink.gmane.org/gmane.network.vnc.user/30379</link>
    <description>&lt;pre&gt;So I just bought RealVNC personal edition, and connection is fine.  My problem is that when I copy a file from the host server, and then paste the file in a client directory, the file size is a fraction of the original size.  if I copy 3 minute mp3, I get 4 seconds of playback.  if I copy an 800 kb image, it only renders pixels for the top 30 rows.  Why is only a fraction of the data copied to the clipboard?  The manual doesn't address this.

Thanks!              
_______________________________________________
VNC-List mailing list
VNC-List&amp;lt; at &amp;gt;realvnc.com
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list

&lt;/pre&gt;</description>
    <dc:creator>Joe Walker</dc:creator>
    <dc:date>2013-03-03T02:49:55</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.vnc.user/30378">
    <title>RE: VNC RFB Protocol Question</title>
    <link>http://permalink.gmane.org/gmane.network.vnc.user/30378</link>
    <description>&lt;pre&gt;-----Original Message-----
From: Christopher Woods (CM) [mailto:X&amp;lt; at &amp;gt;x] 
Sent: Tuesday, February 19, 2013 11:11 AM
To: Long, Phillip GOSS
Cc: vnc-list&amp;lt; at &amp;gt;realvnc.com
Subject: Re: VNC RFB Protocol Question


On 19/02/2013 15:09, Long, Phillip GOSS wrote:
Eventually connect OK?

Chris



Chris:

No connection yet, but I've downloaded the 5.0.4 Viewer, and will 
be trying it either later this week or next week.  I'll post what 
happens then.

Thx, Phil Long
 
--------------------------------------------------------

Goss ... Innovation for Business

NOTICE: This e-mail and any attachment(s) may contain confidential and proprietary information of Goss International Corporation and/or its subsidiaries and may be legally privileged. This e-mail is intended solely for the addressee. If you are not the addressee, dissemination, copying or other use of this e-mail or any of its content is strictly prohibited and may be unlawful. If you are not the intended recipient please inform the sender immediately and destroy the&lt;/pre&gt;</description>
    <dc:creator>Long, Phillip GOSS</dc:creator>
    <dc:date>2013-02-19T19:04:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.vnc.user/30377">
    <title>Re: VNC RFB Protocol Question</title>
    <link>http://permalink.gmane.org/gmane.network.vnc.user/30377</link>
    <description>&lt;pre&gt;
On 19/02/2013 15:09, Long, Phillip GOSS wrote:
Eventually connect OK?

Chris

_______________________________________________
VNC-List mailing list
VNC-List&amp;lt; at &amp;gt;realvnc.com
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list

&lt;/pre&gt;</description>
    <dc:creator>Christopher Woods (CM</dc:creator>
    <dc:date>2013-02-19T16:10:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.vnc.user/30376">
    <title>RE: VNC RFB Protocol Question</title>
    <link>http://permalink.gmane.org/gmane.network.vnc.user/30376</link>
    <description>&lt;pre&gt;-----Original Message-----
From: Long, Phillip GOSS 
Sent: Monday, February 18, 2013 12:49 PM
To: 'vnc-list&amp;lt; at &amp;gt;realvnc.com'
Subject: VNC RFB Protocol Question


Hello!

Is version 4.1.3 of the free edition of RealVNC incompatible with 
the Enterprise edition (4.6.1, I believe)?  We have a customer 
running the Enterprise edition on a machine which we would like to 
be able to reach, but we keep getting the "10060" error message.  I 
have never tried to connect to the Enterprise edition before, so I 
didn't expect this.  Has the protocol changed, or is the connection 
just being refused?

Thx, Phil Long



Thanks to all who answered; I appreciate the help!

Thx, Phil Long
 
--------------------------------------------------------

Goss ... Innovation for Business

NOTICE: This e-mail and any attachment(s) may contain confidential and proprietary information of Goss International Corporation and/or its subsidiaries and may be legally privileged. This e-mail is intended solely for the addressee. If you a&lt;/pre&gt;</description>
    <dc:creator>Long, Phillip GOSS</dc:creator>
    <dc:date>2013-02-19T15:09:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.vnc.user/30375">
    <title>Re: VNC RFB Protocol Question</title>
    <link>http://permalink.gmane.org/gmane.network.vnc.user/30375</link>
    <description>&lt;pre&gt;
On 18/02/2013 17:49, Long, Phillip GOSS wrote:

10060 is time out (so refused), more likely a port forwarding problem. 
Enterprise Edition just makes additional features available provided an 
EE client is used, from vague memories many years ago I think connected 
to an Enterprise server with the standard client OK in the past. However 
you can download the Enterprise client standalone from the RealVNC web 
site if that's all you need, that doesn't require a licence.

Chris

_______________________________________________
VNC-List mailing list
VNC-List&amp;lt; at &amp;gt;realvnc.com
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list

&lt;/pre&gt;</description>
    <dc:creator>Christopher Woods (CM</dc:creator>
    <dc:date>2013-02-18T20:08:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.vnc.user/30374">
    <title>VNC RFB Protocol Question</title>
    <link>http://permalink.gmane.org/gmane.network.vnc.user/30374</link>
    <description>&lt;pre&gt;Hello!

Is version 4.1.3 of the free edition of RealVNC incompatible with 
the Enterprise edition (4.6.1, I believe)?  We have a customer 
running the Enterprise edition on a machine which we would like to 
be able to reach, but we keep getting the "10060" error message.  I 
have never tried to connect to the Enterprise edition before, so I 
didn't expect this.  Has the protocol changed, or is the connection 
just being refused?

Thx, Phil Long
 
--------------------------------------------------------

Goss ... Innovation for Business

NOTICE: This e-mail and any attachment(s) may contain confidential and proprietary information of Goss International Corporation and/or its subsidiaries and may be legally privileged. This e-mail is intended solely for the addressee. If you are not the addressee, dissemination, copying or other use of this e-mail or any of its content is strictly prohibited and may be unlawful. If you are not the intended recipient please inform the sender immediately and destroy the e-m&lt;/pre&gt;</description>
    <dc:creator>Long, Phillip GOSS</dc:creator>
    <dc:date>2013-02-18T17:49:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.vnc.user/30373">
    <title>RE: VNC viewer for Chrome OS?</title>
    <link>http://permalink.gmane.org/gmane.network.vnc.user/30373</link>
    <description>&lt;pre&gt;Thanks, Linda!  I "Like" RealVNC.  Now I want to buy one of those little 
Chrome Books...

Looking at prices, I'm not so sure.  Maybe I was spoiled by the $250 Acer 
with 4GB RAM and 500GB HDD I bought for my daughter more than a year ago. 
I'll have to think about it.

Meanwhile I'm working on Android.  More on that.

Mike


On Tue, 29 Jan 2013, Linda Hawksworth wrote:


_______________________________________________
VNC-List mailing list
VNC-List&amp;lt; at &amp;gt;realvnc.com
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list

&lt;/pre&gt;</description>
    <dc:creator>Mike Miller</dc:creator>
    <dc:date>2013-01-29T15:58:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.vnc.user/30372">
    <title>vnc viewers on Android</title>
    <link>http://permalink.gmane.org/gmane.network.vnc.user/30372</link>
    <description>&lt;pre&gt;I have a Kindle Fire with CyanogenMod (Android version 4.2.1) and a 
Saumsung/Google Nexus 4 also running Android 4.2.1.  It looks like I can 
get a terminal and bash running easily enough.  I think I get ssh running 
in bash, but not sure yet about port forwarding.

I see that the Google Play store has an android-vnc-viewer (free) and a 
RealVNC viewer ($9.99).  The former is produced by "androidVNC team + 
antlersoft" and the latter by RealVNC Limited.

I would be very happy to send $10 to the RealVNC folks after all they've 
done for me.  I mean 15 years of using the free version, and relying on 
their help on this list, I've really ripped them off!  It's the least I 
could do in return.

Has anyone been using either/both of these Android-based VNC viewers?  I 
especially want to be able to run it in an ssh tunnel -- have any of you 
done that on Android?

Mike

_______________________________________________
VNC-List mailing list
VNC-List&amp;lt; at &amp;gt;realvnc.com
To remove yourself from the list visit:
http://www.rea&lt;/pre&gt;</description>
    <dc:creator>Mike Miller</dc:creator>
    <dc:date>2013-01-29T16:15:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.vnc.user/30371">
    <title>RE: VNC viewer for Chrome OS?</title>
    <link>http://permalink.gmane.org/gmane.network.vnc.user/30371</link>
    <description>&lt;pre&gt;Hi Mike

We do have a VNC Viewer for Chrome.  You can download it from:

http://www.facebook.com/realvnc

Ensure you are running the latest beta version of Chrome (Chrome 25 beta
or later).

Regards
Linda Hawksworth
RealVNC Customer Support


-----Original Message-----
From: vnc-list-bounces&amp;lt; at &amp;gt;realvnc.com [mailto:vnc-list-bounces&amp;lt; at &amp;gt;realvnc.com]
On Behalf Of Mike Miller
Sent: 13 January 2013 22:21
To: VNC List
Subject: VNC viewer for Chrome OS?

On Linux or Windows, I'll use either the Free or Enterprise versions of
the Real VNC viewer through an SSH tunnel and both work great.  I'm
thinking about a Chromebook as another potential option for connecting to
my Xvnc sessions.  I see that Chrome OS has SSH available, and it can do
port forwarding.  I also see a bunch of VNC viewer options, but they are
of a few different kinds and I don't know if they will work for me like
Real VNC.

Do any of you have experience with a VNC viewer on Chrome OS, especially
for connecting to an Xvnc session?

Is there any plan to devel&lt;/pre&gt;</description>
    <dc:creator>Linda Hawksworth</dc:creator>
    <dc:date>2013-01-29T10:21:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.vnc.user/30370">
    <title>x2go (versus NX, Neatx and VNCs)</title>
    <link>http://permalink.gmane.org/gmane.network.vnc.user/30370</link>
    <description>&lt;pre&gt;Is anyone using x2go?  I was just reading about it:

Ubuntu discussion (2010-2011):
http://ubuntuforums.org/showthread.php?t=1493336

Blog post (11/2010):
http://foss-boss.blogspot.com/2010/11/show-off-ubuntu-desktop-on-cloud.html

x2go site:
http://www.x2go.org/

I'd be interested to hear about your experiences, if any.

Thanks.

Mike

_______________________________________________
VNC-List mailing list
VNC-List&amp;lt; at &amp;gt;realvnc.com
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list

&lt;/pre&gt;</description>
    <dc:creator>Mike Miller</dc:creator>
    <dc:date>2013-01-17T19:07:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.network.vnc.user/30369">
    <title>RE: VNC viewer for Chrome OS?</title>
    <link>http://permalink.gmane.org/gmane.network.vnc.user/30369</link>
    <description>&lt;pre&gt;


Interesting.  I think NX can also forward audio, which would come in handy 
sometimes.  I wouldn't use something that doesn't at least have a Free 
Software version available.  That is the case with NX as Google has a 
Neatx fork under GPL2:

http://en.wikipedia.org/wiki/NX_technology
http://en.wikipedia.org/wiki/Neatx

Google must want to use that with Android clients.  However, that second 
Wikipedia page makes the project sound incomplete and lost.  I'll have to 
look into it further.

Is here anyone using Neatx?

Mike

_______________________________________________
VNC-List mailing list
VNC-List&amp;lt; at &amp;gt;realvnc.com
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list

&lt;/pre&gt;</description>
    <dc:creator>Mike Miller</dc:creator>
    <dc:date>2013-01-17T16:00:41</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.network.vnc.user">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.network.vnc.user</link>
  </textinput>
</rdf:RDF>
