!24 [sync] PR-23: Support UKUI desktop

From: @openeuler-sync-bot 
Reviewed-by: @dou33 
Signed-off-by: @dou33
This commit is contained in:
openeuler-ci-bot 2023-09-18 08:49:06 +00:00 committed by Gitee
commit 0bb28142f1
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 10 additions and 1 deletions

View File

@ -13,6 +13,7 @@ MSESSION="$(type -p mate-session)"
KSESSION="$(type -p kiran-session-manager)"
STARTKDE="$(type -p startkde)"
STARTLXDE="$(type -p startlxde)"
USESSION="$(type -p ukui-session)"
# check to see if the user has a preferred desktop
PREFERRED=
@ -28,6 +29,8 @@ if [ -f /etc/sysconfig/desktop ]; then
PREFERRED="$STARTLXDE"
elif [ "$DESKTOP" = "KIRAN" ]; then
PREFERRED="$KSESSION"
elif [ "$DESKTOP" = "UKUI" ]; then
PREFERRED="$USESSION"
fi
fi

View File

@ -1,6 +1,6 @@
Name: xorg-x11-xinit
Version: 1.4.1
Release: 2
Release: 3
Summary: X.Org X11 X Window System xinit startup scripts
License: MIT
URL: https://www.x.org
@ -69,6 +69,12 @@ install -D -p -m 755 %{SOURCE9} $RPM_BUILD_ROOT%{_libexecdir}/xinit-compat
%{_mandir}/man1/xinit.1*
%changelog
* Mon Jun 19 2023 peijiankang <peijiankang@kylinos.cn> - 1.4.1-3
- Type:bugfix
- ID:NA
- SUG:NA
- DESC: Support UKUI desktop
* Wed Mar 30 2022 ouyangminxiang <ouyangminxiang@kylinsec.com.cn> - 1.4.1-2
- Support kiran desktop