fix vncserver unrecognized option rfbwait

(cherry picked from commit a0408857c6a5fdf0fd30cef88abb8111f3231af5)
This commit is contained in:
eaglegai 2022-04-12 16:22:49 +08:00 committed by openeuler-sync-bot
parent b5a1986ac8
commit aa7b6c3135
2 changed files with 8 additions and 3 deletions

View File

@ -4,7 +4,7 @@
Name: tigervnc
Version: 1.12.0
Release: 4
Release: 5
Summary: A TigerVNC remote display system
License: GPLv2+
@ -236,6 +236,12 @@ install -m 644 %{SOURCE6} %{buildroot}%{_docdir}/tigervnc/HOWTO.md
%{_mandir}/man8/*
%changelog
* Tue Apr 12 2022 gaihuiying <eaglegai@163.com> - 1.12.0-5
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:fix vncserver unrecognized option rfbwait
* Tue Apr 12 2022 gaihuiying <eaglegai@163.com> - 1.12.0-4
- Type:bugfix
- ID:NA

View File

@ -194,7 +194,6 @@ $default_opts{auth} = &quotedString($xauthorityFile);
$default_opts{geometry} = $geometry if ($geometry);
$default_opts{depth} = $depth if ($depth);
$default_opts{pixelformat} = $pixelformat if ($pixelformat);
$default_opts{rfbwait} = 30000;
$default_opts{rfbauth} = "$vncUserDir/passwd";
$default_opts{rfbport} = $vncPort;
$default_opts{fp} = $fontPath if ($fontPath);