From a92a207649ce13abb641469903fa1c94ed38e540 Mon Sep 17 00:00:00 2001 From: Rahul Sundaram Date: Thu, 25 Sep 2008 23:49:47 +0530 Subject: [PATCH] gnome session hack --- fedora-livecd-xfce.ks | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/fedora-livecd-xfce.ks b/fedora-livecd-xfce.ks index ca1b866..0729007 100644 --- a/fedora-livecd-xfce.ks +++ b/fedora-livecd-xfce.ks @@ -173,6 +173,12 @@ FOE EOF +%post + +# remove this session file from gnome-session package to make xfce the default +# temporary hack till this file is split up from the package + +rm -rf /usr/share/xsessions/gnome.session %end