Skip to content

Commit

Permalink
Merge pull request #3630 from griffi-gh/patch-1
Browse files Browse the repository at this point in the history
Add KRDC to pre-configured VNC console commands
  • Loading branch information
grossmj authored Sep 12, 2024
2 parents d0421e8 + 46872c6 commit fccfc01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gns3/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,8 @@
'TightVNC': 'vncviewer {host}:{port}',
'Vinagre': 'vinagre {host}::{port}',
'gvncviewer': 'gvncviewer {host}:{display}',
'Remote Viewer': 'remote-viewer vnc://{host}:{port}'
'Remote Viewer': 'remote-viewer vnc://{host}:{port}',
'KRDC': 'krdc vnc://{host}:{port}'
}

# default VNC console command on other systems
Expand Down

0 comments on commit fccfc01

Please sign in to comment.