From 2b8795bcf963ebf83bd3f2d57b56cce5e2316911 Mon Sep 17 00:00:00 2001 From: ouyanglearnning Date: Thu, 14 Apr 2022 13:54:09 +0800 Subject: [PATCH] support kiran desktop (cherry picked from commit 1ff1097d5c3ace9e38af9c75d043a974d6df597f) --- Xclients | 3 +++ xorg-x11-xinit.spec | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Xclients b/Xclients index 1d6d6f7..d8e87c1 100644 --- a/Xclients +++ b/Xclients @@ -10,6 +10,7 @@ GSESSION="$(type -p gnome-session)" MSESSION="$(type -p mate-session)" +KSESSION="$(type -p kiran-session-manager)" STARTKDE="$(type -p startkde)" STARTLXDE="$(type -p startlxde)" @@ -25,6 +26,8 @@ if [ -f /etc/sysconfig/desktop ]; then PREFERRED="$STARTKDE" elif [ "$DESKTOP" = "LXDE" ]; then PREFERRED="$STARTLXDE" + elif [ "$DESKTOP" = "KIRAN" ]; then + PREFERRED="$KSESSION" fi fi diff --git a/xorg-x11-xinit.spec b/xorg-x11-xinit.spec index 9d8a769..54a3f05 100644 --- a/xorg-x11-xinit.spec +++ b/xorg-x11-xinit.spec @@ -1,6 +1,6 @@ Name: xorg-x11-xinit Version: 1.4.1 -Release: 1 +Release: 2 Summary: X.Org X11 X Window System xinit startup scripts License: MIT URL: https://www.x.org @@ -69,6 +69,9 @@ install -D -p -m 755 %{SOURCE9} $RPM_BUILD_ROOT%{_libexecdir}/xinit-compat %{_mandir}/man1/xinit.1* %changelog +* Wed Mar 30 2022 ouyangminxiang - 1.4.1-2 +- Support kiran desktop + * Wed Jan 12 2022 yaoxin - 1.4.1-1 - Upgrade xorg-x11-xinit to 1.4.1