From 3c9d2863683ca337bfd327d60155c6fd098f520a Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Fri, 10 Mar 2017 09:13:02 -0800 Subject: [PATCH] Require Xsession - Require /etc/X11/xinit/Xsession, it's called from startwm.sh --- xrdp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xrdp.spec b/xrdp.spec index cd689c5..8789e00 100644 --- a/xrdp.spec +++ b/xrdp.spec @@ -32,7 +32,7 @@ BuildRequires: pkgconfig(systemd) # xorgxrdp is the default backend Requires: xorgxrdp Requires: /usr/libexec/Xorg - +Requires: /etc/X11/xinit/Xsession Requires(post): systemd Requires(post): systemd-sysv @@ -185,6 +185,9 @@ systemctl try-restart xrdp.service >/dev/null 2>&1 || : %{_libdir}/pkgconfig/xrdp.pc %changelog +* Fri Mar 10 2017 Pavel Roskin - 1:0.9.1-7 +- Require /etc/X11/xinit/Xsession, it's called from startwm.sh + * Thu Mar 09 2017 Pavel Roskin - 1:0.9.1-6 - Make xrdp depend on xorgxrdp, not on tigervnc-server-minimal - Make Xorg backend default