fix vncserver unrecognized option rfbwait
(cherry picked from commit a0408857c6a5fdf0fd30cef88abb8111f3231af5)
This commit is contained in:
parent
b5a1986ac8
commit
aa7b6c3135
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: tigervnc
|
Name: tigervnc
|
||||||
Version: 1.12.0
|
Version: 1.12.0
|
||||||
Release: 4
|
Release: 5
|
||||||
Summary: A TigerVNC remote display system
|
Summary: A TigerVNC remote display system
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -236,6 +236,12 @@ install -m 644 %{SOURCE6} %{buildroot}%{_docdir}/tigervnc/HOWTO.md
|
|||||||
%{_mandir}/man8/*
|
%{_mandir}/man8/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Apr 12 2022 gaihuiying <eaglegai@163.com> - 1.12.0-4
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
@ -194,7 +194,6 @@ $default_opts{auth} = "edString($xauthorityFile);
|
|||||||
$default_opts{geometry} = $geometry if ($geometry);
|
$default_opts{geometry} = $geometry if ($geometry);
|
||||||
$default_opts{depth} = $depth if ($depth);
|
$default_opts{depth} = $depth if ($depth);
|
||||||
$default_opts{pixelformat} = $pixelformat if ($pixelformat);
|
$default_opts{pixelformat} = $pixelformat if ($pixelformat);
|
||||||
$default_opts{rfbwait} = 30000;
|
|
||||||
$default_opts{rfbauth} = "$vncUserDir/passwd";
|
$default_opts{rfbauth} = "$vncUserDir/passwd";
|
||||||
$default_opts{rfbport} = $vncPort;
|
$default_opts{rfbport} = $vncPort;
|
||||||
$default_opts{fp} = $fontPath if ($fontPath);
|
$default_opts{fp} = $fontPath if ($fontPath);
|
||||||
@ -894,4 +893,4 @@ sub NotifyAboutDeprecation
|
|||||||
{
|
{
|
||||||
warn "\nWARNING: vncserver has been replaced by a systemd unit and is now considered deprecated and removed in upstream.\n";
|
warn "\nWARNING: vncserver has been replaced by a systemd unit and is now considered deprecated and removed in upstream.\n";
|
||||||
warn "Please read /usr/share/doc/tigervnc/HOWTO.md for more information.\n";
|
warn "Please read /usr/share/doc/tigervnc/HOWTO.md for more information.\n";
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user