]> source.dussan.org Git - tigervnc.git/commit
Accept a cfg as an argument as an alt way to start the viewer 632/head
authorMathias Jonsson <math.jonsson@gmail.com>
Sun, 22 Apr 2018 17:10:30 +0000 (19:10 +0200)
committerMathias Jonsson <math.jonsson@gmail.com>
Tue, 22 May 2018 20:48:41 +0000 (22:48 +0200)
commit50439d78fae2828356bfde789ec5c4fd0911ae09
tree5b7828255715e8073b259cb39e110fb59dfceb4a
parent105177fc07d07521eafdcf373c1825a59b9c554d
Accept a cfg as an argument as an alt way to start the viewer

The user can specify a tigervnc configuration file as an argument to the
viewer. Previously the viewer assumed this to be a server, but now we
will first check if there is any file matching the given argument. If
so, try to load the content of that file, like we normally do.

Fixes issue #38.
java/com/tigervnc/vncviewer/VncViewer.java
vncviewer/vncviewer.cxx
vncviewer/vncviewer.man