Questions tagged [vnc-viewer]

vncviewer is a viewer (client) for Virtual Network Computing.

134 questions
0
votes
1 answer

VNC viewer gets not connected after update of Remote desktop client

VNC viewer not connects after updation of "remote desktop client update version 3.8.5" from 22-03-2016 onwards.I am using "VNC 5.0.1" 1.This is the error shows when I connect VNC viewer. 2.This Screen shot shows the Image of update details.Remote…
djonthe
  • 27
  • 5
0
votes
1 answer

how to find firefox plugin path in Linux

I need to put Firefox plugin path for Firefox profile which I am using. profile = webdriver.FirefoxProfile(plugin_path) profile.set_preference("webdriver.load.strategy", "fast") How to find Firefox plugin path in Linux so that I can pass the…
rhb
  • 1
0
votes
0 answers

Android VNC project that I downloaded has a lot of errors

I downloaded the android-vnc-viewer project from this link I imported the "eclipse projects" in the trunk folder. This is giving a lot of error. Since it's a complete project, it shouldn't have any code errors(which I'm getting). It's not a gradle…
jay
  • 13
  • 7
0
votes
0 answers

using tightvnc 2.7.10 src in neatbeans

I am a naive in project development,for my current task i have to work with already available source code of tightvnc 2.7.10(it's in cpp).Please help how to open it in netbeans and execute it P.S Source code can be downloaded from here
pavan
  • 91
  • 5
0
votes
1 answer

Unable to access linkedin via VNC on AWS

I have setup an EC2 instance with VNC GUI access to it. While browsing LinkedIn from the EC2 instance, I am unable to open custom LinkedIn URLs, i.e. URL of a specific user (lets say https://np.linkedin.com/in/abc123). I have also opened port 443,…
0
votes
1 answer

noVNC Mouse Pointer not visible in Internet Explorer 11

I have noVNC downloaded from https://github.com/kanaka/noVNC.git (master) I am trying to use noVNC via Internet Explorer 11, but I cannot see the mouse pointer. However I verified that noVNC works perfectly alright via google chrome and mozilla…
Romaan
  • 2,645
  • 5
  • 32
  • 63
0
votes
1 answer

libvncclient SendPointerEvent sending only left button

I am working on a VNC viewer using Qt 5 and the libvncserver / libvncclient library. I am subclassing a QWidget object to provide the VNC viewer widget. I'm able to connect to a VNC server (running TightVNC and Windows XP), I'm able to move the…
Will B
  • 155
  • 11
0
votes
1 answer

How to resolve 'package not found' error when building using gradle?

I am trying to build TightVNC Java Viewer from source (I downloaded official version from here: http://www.tightvnc.com/download.php). When building using provided gradle file, I get this error: package com.jcraft.jsch does not exist. File…
user1431676
  • 63
  • 1
  • 8
0
votes
1 answer

starting tightvnc viewer via php

I'm trying to start vncviewer on Raspberry Pi using PHP, where RPi is the client and my VNC server runs MS Windows. In PHP I'm using this script to start the vncviewer $cmd="echo password | vncviewer -autopass " .$ip; shell_exec($cmd); It works…
pattex007
  • 87
  • 1
  • 2
  • 9
0
votes
1 answer

Can't read output from a process invoked in the background

I am trying to write a shell script that checks to see if vncservers are created or not. The idea is to execute "vncviewer MACHINE_NAME" and based on the textual output I can decide whether there's a server created or not (I basically look for…
A K
  • 737
  • 2
  • 8
  • 17
0
votes
1 answer

Refresh in iOS simulator over VNC

we have a mac mini, where we test over VNC-viewer our iOS app in iOS simulator 6.0 (369.2). I guess after some system upgrades (now it's 10.8.3) VNC-viewer doesn't show simulator's screen changes and in order to see next screen, moving of…
Daniel
  • 1,364
  • 1
  • 11
  • 18
0
votes
1 answer

VNC connection to Ubuntu EC2

I've been trying to get a VNC connection to my Ubuntu instance installed at EC2. This is what I have done so far :- Install x11vnc and run it as x11vnc -create. I used the create flag as I wasn't sure if I believed an xserver wouldn't be running…
user277465
0
votes
1 answer

Ubuntu 12.04 VNC issues

I've had this issues across multiple machines and multiple versions of Ubuntu desktop (all 10.04 or later). Usually it happens with an old laptop I've put Ubuntu on but now it's happening on my primary dev machine (a quad-core PC recently upgraded…
Gabe Spradlin
  • 1,937
  • 4
  • 23
  • 47
0
votes
1 answer

Can a gtk application use a display other than :0 defaultly?

I am trying to execute a gtk app using vncviewer.. When i connect using :0 display i can execute the gtk app fine, but with any other display i.e :1 etc, the app exits with the following error.. CRITICAL **: Could not initialize GTK Is there a way…
ashishsony
  • 2,537
  • 3
  • 26
  • 38
0
votes
1 answer

vncviewer on windows connecting to linux box

I'm just starting to use vncviewer and I'm having a problem resizing windows on the client side. For example firefox defaults to a small window and I can't resize it. I have tried the following. First of all server startup: vncserver :6 -geometry…
Paul
  • 3
  • 3
1 2 3
8
9