|
|
@ -29,8 +29,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
&SetGlobalVariables();
|
|
|
|
&SetGlobalVariables();
|
|
|
|
|
|
|
|
|
|
|
|
&DetectFontPath();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
&ParseAndProcessCliOptions();
|
|
|
|
&ParseAndProcessCliOptions();
|
|
|
|
$vncPort = 5900 + $displayNumber;
|
|
|
|
$vncPort = 5900 + $displayNumber;
|
|
|
|
$desktopName = $opt{'-name'} || "$host:$displayNumber ($ENV{USER})";
|
|
|
|
$desktopName = $opt{'-name'} || "$host:$displayNumber ($ENV{USER})";
|
|
|
@ -989,6 +987,7 @@ sub PrintKasmUsers {
|
|
|
|
sub DetectEnvironment {
|
|
|
|
sub DetectEnvironment {
|
|
|
|
$exedir = &DetectBinariesDir();
|
|
|
|
$exedir = &DetectBinariesDir();
|
|
|
|
&CheckRequiredDependenciesArePresent();
|
|
|
|
&CheckRequiredDependenciesArePresent();
|
|
|
|
|
|
|
|
&DetectFontPath();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
sub SetGlobalVariables {
|
|
|
|
sub SetGlobalVariables {
|
|
|
|