vncserver: ask to choose DE spike

This commit is contained in:
Dmitry Maksyoma
2021-07-25 23:21:05 +12:00
parent 6bdcbc32b1
commit 7c28908722
2 changed files with 21 additions and 0 deletions

View File

@@ -179,6 +179,11 @@ if (!(-e $vncUserDir)) {
}
}
$selectDeCmd = "builder/startup/deb/select-de.sh";
if (!$skipxstartup) {
system($selectDeCmd);
}
# Find display number.
if ((@ARGV > 0) && ($ARGV[0] =~ /^:(\d+)$/)) {
$displayNumber = $1;