!22 当用户名显示较长时,完整用户名通过tooltip显示

From: @hua_yadong 
Reviewed-by: @dou33 
Signed-off-by: @dou33
This commit is contained in:
openeuler-ci-bot 2022-03-29 06:10:46 +00:00 committed by Gitee
commit 664268bcf5
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 4 additions and 17 deletions

Binary file not shown.

View File

@ -1,7 +1,7 @@
%define debug_package %{nil}
Name: ukui-greeter
Version: 3.0.1
Release: 8
Release: 9
Summary: Lightdm greeter for UKUI
License: GPL-2.0
URL: http://www.ukui.org
@ -20,28 +20,12 @@ Requires: xorg-x11-xkb-utils
Provides: lightdm-greeter
patch0: 0001-fix-icon-misplaced.patch
patch1: 0002-fix-ukui-greeter-desktop-option-issue.patch
patch2: 0001-Avoid-problem-of-writing-Chinese-garbled-characters.patch
patch3: 0003-add-set-dpi.patch
patch4: 0004-Solve-the-problem-that-biometric-devices-cannot-read.patch
patch5: ukui-greeter-the-full-user-name-is-displayed-through-tooltip.patch
patch6: 0001-add-pending-sleep-1126.patch
%description
A greeter for UKUI desktop environment written by Qt5.
The greeter supports biometric authentication which is
provided by biometric-authentication service.
%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1
%build
qmake-qt5
@ -66,6 +50,9 @@ gzip -c ukui-greeter/man/ukui-greeter.8 > %{buildroot}/usr/share/man/man8/ukui-
%{_datadir}/xgreeters/ukui-greeter.desktop
%changelog
* Tue Mar 29 2022 huayadong <huayadong@kylinos.cn> - 3.0.1-9
- 当用户名显示较长时完整用户名通过tooltip显示
* Fri Dec 10 2021 huayadong <huayadong@kylinos.cn> - 3.0.1-8
- add patch6:0001-add-pending-sleep-1126.patch