From 07fc4ad634d3fe0dc1a8aa0bbdbcdde3b3e5cd63 Mon Sep 17 00:00:00 2001 From: Sebastian Dziallas Date: Tue, 22 Jul 2008 19:42:07 +0200 Subject: [PATCH] Add "known issues" to Education Math spin - Correct spelling error --- fedora-livecd-education-math.ks | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/fedora-livecd-education-math.ks b/fedora-livecd-education-math.ks index cb9f2ec..0e9a3f4 100755 --- a/fedora-livecd-education-math.ks +++ b/fedora-livecd-education-math.ks @@ -4,6 +4,8 @@ # fedora-livecd-education-math.ks # Description: # Fedora Live Spin including mainly software for educational & mathematical purposes +# Known Issues: +# * user is not able to log in after having installed the spin due to problems with kdm / generic-logos # Maintainers: # Sebastian Dziallas # Fedora Education SIG @@ -132,11 +134,10 @@ sed -i 's/#PreselectUser=Default/PreselectUser=Default/' /etc/kde/kdm/kdmrc sed -i 's/#DefaultUser=johndoe/DefaultUser=fedora/' /etc/kde/kdm/kdmrc # add apps to favorites menu -# known issue: /usr/share/applications/liveinst.desktop has been removed due to issues with kdm and generic-logos mkdir -p /home/fedora/.kde/share/config/ cat > /home/fedora/.kde/share/config/kickoffrc << MENU_EOF [Favorites] -FavoriteURLs=/usr/share/applications/kde4/konqbrowser.desktop,/usr/share/applications/kde4/dolphin.desktop +FavoriteURLs=/usr/share/applications/kde4/konqbrowser.desktop,/usr/share/applications/kde4/dolphin.desktop,/usr/share/applications/liveinst.desktop MENU_EOF chown -R fedora:fedora /home/fedora/.kde/ @@ -144,6 +145,6 @@ chown -R fedora:fedora /home/fedora/.kde/ cp /etc/xdg/autostart/nm-applet.desktop /usr/share/autostart/ # fix issues with unbranding -sed -i -e "s/Fedora/Generic/g" /etc/fedora-rel +sed -i -e "s/Fedora/Generic/g" /etc/fedora-release %end