commit | 50439d78fae2828356bfde789ec5c4fd0911ae09 | [log] [tgz] |
---|---|---|
author | Mathias Jonsson <math.jonsson@gmail.com> | Sun Apr 22 19:10:30 2018 +0200 |
committer | Mathias Jonsson <math.jonsson@gmail.com> | Tue May 22 22:48:41 2018 +0200 |
tree | 5b7828255715e8073b259cb39e110fb59dfceb4a | |
parent | 105177fc07d07521eafdcf373c1825a59b9c554d [diff] |
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.