TigerVNC/tigervnc

Configuration file detection is not evident

Open

#956 opened on Feb 6, 2020

 (3 comments) (0 reactions) (0 assignees)C++ (1,176 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (7,396 stars)
PR merge metrics
 (Avg merge 95d 10h) (4 merged PRs in 30d)

Description

When I start vncviewer from command line I can use a x.tigervnc file to specify the connection parameters. This file can be created from vncviewer directly ('Save As' button). The problem is that if I give just myfile.tigervnc as command-line option - it is considered as server name (and failed to resolve). Digging in the code I found the way to use a configuration file as command-line option - it should be ./myfile.tigervnc I think it is not evident and can be confusing ;)


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Contributor guide