fedora-livecd-kde.ks | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)
New commits: commit 8e6d0eae42c094c1d6424b237df7f4fa1e909594 Author: Sebastian Vahl fedora@deadbabylon.de Date: Thu Sep 24 20:05:52 2009 +0200
add pavucontrol, use pinentry-gtk to avoid qt3 on the live images
diff --git a/fedora-livecd-kde.ks b/fedora-livecd-kde.ks index efe12a0..52cbaa5 100644 --- a/fedora-livecd-kde.ks +++ b/fedora-livecd-kde.ks @@ -40,7 +40,7 @@ k3b #twinkle # (~10 megs) fuse liveusb-creator -#pavucontrol # nice to have but pulls in gstreamer (~3 megs) +pavucontrol # nice to have but pulls in gstreamer (~3 megs)
# use yum-presto by default yum-presto @@ -71,6 +71,10 @@ alsa-utils -nss_db -autofs
+# use pinentry-gtk to avoid qt3 on the live images +-pinentry-qt* +pinentry-gtk + %end
%post
spin-kickstarts-commits@lists.stg.fedorahosted.org