diff --git a/Xclients b/Xclients index d8e87c1..917cac0 100644 --- a/Xclients +++ b/Xclients @@ -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 diff --git a/xorg-x11-xinit.spec b/xorg-x11-xinit.spec index 54a3f05..abcc510 100644 --- a/xorg-x11-xinit.spec +++ b/xorg-x11-xinit.spec @@ -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 - 1.4.1-3 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC: Support UKUI desktop + * Wed Mar 30 2022 ouyangminxiang - 1.4.1-2 - Support kiran desktop