mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2025-08-17 12:00:56 +02:00
vncserver: refactor
This commit is contained in:
@ -32,13 +32,11 @@
|
|||||||
&DetectFontPath();
|
&DetectFontPath();
|
||||||
|
|
||||||
&ParseAndProcessCliOptions();
|
&ParseAndProcessCliOptions();
|
||||||
|
$vncPort = 5900 + $displayNumber;
|
||||||
|
$desktopName = $opt{'-name'} || "$host:$displayNumber ($ENV{USER})";
|
||||||
|
|
||||||
&CreateDotVncDir();
|
&CreateDotVncDir();
|
||||||
|
|
||||||
$vncPort = 5900 + $displayNumber;
|
|
||||||
|
|
||||||
$desktopName = $opt{'-name'} || "$host:$displayNumber ($ENV{USER})";
|
|
||||||
|
|
||||||
my %default_opts;
|
my %default_opts;
|
||||||
my %config;
|
my %config;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user