{This is work in progress. Please suggest changes.}
Introduction
A live image is a safe and easy way to test the Fedora operating system on your own familiar hardware. If you enjoy this experience, you can install the live system software to your system's hard drive. The installation can either replace your existing operating system, or co-exist separately on your hard drive. This live image provides you with an experience that is very similar to running Fedora, but there are some important differences. Refer to link titlefor more information.
NOTES
1. in xfce: added xfdashboard and xfce4-whiskermenu-plugin. Those are worth noting. And we might be dropping remmina
2. kde: disable baloo for live user fedora-live-kde-base.ks | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) --- diff --git a/fedora-live-kde-base.ks b/fedora-live-kde-base.ks index 7624f29..74ba8eb 100644 --- a/fedora-live-kde-base.ks +++ b/fedora-live-kde-base.ks @@ -90,6 +90,12 @@ cat > /home/liveuser/.kde/share/config/kdedrc << KDEDRC_EOF autoload=false KDEDRC_EOF +# Disable baloo +cat > /home/liveuser/.kde/share/config/baloofilerc << BALOO_EOF +[Basic Settings] +Indexing-Enabled=false +BALOO_EOF + # Disable kres-migrator cat > /home/liveuser/.kde/share/config/kres-migratorrc << KRES_EOF [Migration][1]
_