I have installed Real VNC on fedora 19, when i run from the terminal the first time it does not work and the terminal must be closed and reopened, then the second time it is OK, this happens every time. Any ideas?
I have installed Real VNC on fedora 19, when i run from the terminal the first time it does not work and the terminal must be closed and reopened, then the second time it is OK, this happens every time. Any ideas?
I see there are several choices for this product http://www.realvnc.com/download/ . Any error messages when "it does not work"? Try to run
strace command-to-run-vnc
in a terminal. Software that is not packaged for a given Linux distribution (e.g. Fedora) is notorious for failing due to the fact that is usually not being tested on that Linux distribution. What about using Fedora'syum install tigervnc
instead?