spins removed from Beta
by Dennis Gilmore
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi All,
As Design Suite, Games and Security Spins were not signed off[1]
for Beta they have been removed from F20. They will need to reapply for
inclusion in F21.
Dennis
[1] http://fedoraproject.org/wiki/Releases/20/Spins
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (GNU/Linux)
iQIcBAEBAgAGBQJSfYtiAAoJEH7ltONmPFDR2ZMP/36WFbwSnE+uZ+TyV0kjg1R+
PCmCrbYIp2V8fsaHkXNGiKgm9UlD5N/q8IqwtduvjAqshB2ziRcuJFgD8IlDp3Y3
Dp9NfqmYEzcUx6kETB4A+Fhm4xZWvxaBJ9j4rb37MIGh4buYXMnx3AIhppBUUNqB
yrugdItbwSuaIkfF9Owx5UM9TLqtyy/cJo/5IAcZ4vDcPTeeZcoDI+OBwCiX4b8a
gObe7t7S+VgayPJxo4u+bQWTeg1zuGErfbw0h+0LrTeQarpOJfZuIArvQa4c0BcB
2Xw0FsA9A9r281ZbGPpdj0RtqmJD+x/u96gMjzLyTCouBcHJZCuIfFpiTejIcnxp
QVzA3wCwUyd2EpMQ7k/dEQRZI91Cx9F8B3HZYSWcqTe+1dwBMRlZVazaCUIAXXPc
ttluoaYif85yvc9DfxQhYWwkkC5x44CeTpjHg1dASQ2rpoxMlkUrChO9K+ywal+w
FC2apcXAvYDK1jOSffAO91R5SLdle6DwbVEmoP/UQIc/GUmkyx1YubQ1SPR73xgd
M3XmLQ1ZdAqd0PbJCwCZu8fyScRTJuL1zthvlQzaa1hAO/6f2tHJ+5BpgrkrnxnT
q8O+0xJBkwXaph5qrfz5csLyLGDrWOko+RLUjjZ3CUz/c1uTqfYvTr9YAimWKzLP
KkLvuj4JouH3tjVpRxIv
=1wrx
-----END PGP SIGNATURE-----
4 years, 6 months
[spin-kickstarts/f20] kde: sddm -> kdm switch here (too)
by Rex Dieter
commit 07998a94aacd96290b3610816f675995efe5e901
Author: Rex Dieter <rdieter(a)math.unl.edu>
Date: Tue Nov 26 13:37:01 2013 -0600
kde: sddm -> kdm switch here (too)
hopefully temporary, so tc spins dont have to wait on comps changes
fedora-kde-packages.ks | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/fedora-kde-packages.ks b/fedora-kde-packages.ks
index 41ac1c7..19f3c79 100644
--- a/fedora-kde-packages.ks
+++ b/fedora-kde-packages.ks
@@ -7,6 +7,10 @@
### The KDE-Desktop
### fixes
+# sddm->kdm, (temporary) so don't have to wait on comps changes
+-sddm
+-sddm-kcm
+kdm
# use kde-print-manager instead of system-config-printer
-system-config-printer
9 years, 6 months
Reminder: F20 Final Freeze has arrived
by Bruno Wolff III
At this point only changes to fix bugs that are blockers or freeze
exceptions should be made to the f20 branch of spin-kickstarts. This is
in effect until f20 is declared gold.
9 years, 6 months
[spin-kickstarts/f20] Revert "fedora-live-kde-base.ks: fix #1003619 (SDDM autologin)"
by Rex Dieter
commit eda86d50a46d646d6e2dad0754f3067973b559aa
Author: Rex Dieter <rdieter(a)math.unl.edu>
Date: Tue Nov 26 10:20:47 2013 -0600
Revert "fedora-live-kde-base.ks: fix #1003619 (SDDM autologin)"
This reverts commit f573b2905bfda13ccb34fdf9cf4b25cf0466cef2.
fedora-live-kde-base.ks | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/fedora-live-kde-base.ks b/fedora-live-kde-base.ks
index e4a6232..3bbd023 100644
--- a/fedora-live-kde-base.ks
+++ b/fedora-live-kde-base.ks
@@ -40,11 +40,12 @@ chmod a+x /home/liveuser/.xsession
chown liveuser:liveuser /home/liveuser/.xsession
# set up autologin for user liveuser
-sed -i 's/AutoUser=/AutoUser=liveuser/' /etc/sddm.conf
+sed -i 's/#AutoLoginEnable=true/AutoLoginEnable=true/' /etc/kde/kdm/kdmrc
+sed -i 's/#AutoLoginUser=fred/AutoLoginUser=liveuser/' /etc/kde/kdm/kdmrc
# set up user liveuser as default user and preselected user
-sed -i 's/LastUser=/LastUser=liveuser/' /etc/sddm.conf
-sed -i 's/LastSession=/LastSession=kde-plasma.desktop/' /etc/sddm.conf
+sed -i 's/#PreselectUser=Default/PreselectUser=Default/' /etc/kde/kdm/kdmrc
+sed -i 's/#DefaultUser=johndoe/DefaultUser=liveuser/' /etc/kde/kdm/kdmrc
# add liveinst.desktop to favorites menu
mkdir -p /home/liveuser/.kde/share/config/
9 years, 6 months
[spin-kickstarts/f20] Revert "kde: SDDM doesn't start (#1015048)"
by Rex Dieter
commit 8e60e7d480a2d933323a29850700bdb71b559663
Author: Rex Dieter <rdieter(a)math.unl.edu>
Date: Tue Nov 26 10:20:45 2013 -0600
Revert "kde: SDDM doesn't start (#1015048)"
This reverts commit d94cd7700729a45376f82947e7838653bf7144cc.
fedora-live-kde-base.ks | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/fedora-live-kde-base.ks b/fedora-live-kde-base.ks
index 7624f29..e4a6232 100644
--- a/fedora-live-kde-base.ks
+++ b/fedora-live-kde-base.ks
@@ -40,11 +40,11 @@ chmod a+x /home/liveuser/.xsession
chown liveuser:liveuser /home/liveuser/.xsession
# set up autologin for user liveuser
-sed -i 's/^AutoUser=.*/AutoUser=liveuser/' /etc/sddm.conf
+sed -i 's/AutoUser=/AutoUser=liveuser/' /etc/sddm.conf
# set up user liveuser as default user and preselected user
-sed -i 's/^LastUser=.*/LastUser=liveuser/' /etc/sddm.conf
-sed -i 's/^LastSession=.*/LastSession=kde-plasma.desktop/' /etc/sddm.conf
+sed -i 's/LastUser=/LastUser=liveuser/' /etc/sddm.conf
+sed -i 's/LastSession=/LastSession=kde-plasma.desktop/' /etc/sddm.conf
# add liveinst.desktop to favorites menu
mkdir -p /home/liveuser/.kde/share/config/
9 years, 6 months
[spin-kickstarts/f20] design: comment OEF line
by Luya Tshimbalanga
commit bba9b95b64f46be19ae59370c4cf4a88f8141141
Author: Luya Tshimbalanga <luya(a)fedoraproject.org>
Date: Mon Nov 25 14:55:21 2013 -0800
design: comment OEF line
fedora-live-design-suite.ks | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/fedora-live-design-suite.ks b/fedora-live-design-suite.ks
index 2edc803..f9181f7 100644
--- a/fedora-live-design-suite.ks
+++ b/fedora-live-design-suite.ks
@@ -138,7 +138,7 @@ chmod a+x /usr/share/applications/list-design-tutorials.desktop
# rebuild schema cache with any overrides we installed
glib-compile-schemas /usr/share/glib-2.0/schemas
-EOF
+#EOF
%end
9 years, 6 months
[spin-kickstarts] design: comment OEF line
by Luya Tshimbalanga
commit a382d63c1768c49a6a569675eec77896d66c3499
Author: Luya Tshimbalanga <luya(a)fedoraproject.org>
Date: Mon Nov 25 14:54:22 2013 -0800
design: comment OEF line
fedora-live-design-suite.ks | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/fedora-live-design-suite.ks b/fedora-live-design-suite.ks
index cbf088e..92914e0 100644
--- a/fedora-live-design-suite.ks
+++ b/fedora-live-design-suite.ks
@@ -133,7 +133,7 @@ chmod a+x /usr/share/applications/list-design-tutorials.desktop
# rebuild schema cache with any overrides we installed
glib-compile-schemas /usr/share/glib-2.0/schemas
-EOF
+#EOF
%end
9 years, 6 months
[spin-kickstarts/f20] design: remove incomplete git merge trace, comment inkscape tutorial and use list of tutorials inste
by Luya Tshimbalanga
commit d78446b58c95f28687c16ff6cf8259c1f14cac3f
Author: Luya Tshimbalanga <luya(a)fedoraproject.org>
Date: Mon Nov 25 11:06:28 2013 -0800
design: remove incomplete git merge trace, comment inkscape tutorial and use list of tutorials instead
fedora-live-design-suite.ks | 30 +++++++++++++-----------------
1 files changed, 13 insertions(+), 17 deletions(-)
---
diff --git a/fedora-live-design-suite.ks b/fedora-live-design-suite.ks
index c8e14ce..2edc803 100644
--- a/fedora-live-design-suite.ks
+++ b/fedora-live-design-suite.ks
@@ -110,28 +110,24 @@ app-folder-categories=['Utilities', 'Sundry', 'Office', 'Network', 'Internet', '
FOE
# Add link to the Inkscape Course
-cat >> /usr/share/applications/inkscape-course.desktop << FOE
-[Desktop Entry]
-Name=Introduction To Inkscape
-GenericName=Inkscape Course
-Comment=Materials from Máirín Duffy's Inkscape Class
-Exec=xdg-open http://linuxgrrl.com/learn/Introduction_To_Inkscape
-Type=Application
-Icon=fedora-logo-icon
-Categories=Graphics;Documentation;
-FOE
-chmod a+x /usr/share/applications/inkscape-course.desktop
+#cat >> /usr/share/applications/inkscape-course.desktop << FOE
+#[Desktop Entry]
+#Name=Introduction To Inkscape
+#GenericName=Inkscape Course
+#Comment=Materials from Máirín Duffy's Inkscape Class
+#Exec=xdg-open http://linuxgrrl.com/learn/Introduction_To_Inkscape
+#Type=Application
+#Icon=fedora-logo-icon
+#Categories=Graphics;Documentation;
+#FOE
+#chmod a+x /usr/share/applications/inkscape-course.desktop
-<<<<<<< HEAD
-# Add link to the list of design tutorials
-=======
# Add link to lists of tutorials
->>>>>>> c125e408da3ede29132ba87e7ea883e7a650fd1b
cat >> /usr/share/applications/list-design-tutorials.desktop << FOE
[Desktop Entry]
-Name=List of design tutorials
+Name=List of Design Tutorials
GenericName=List of design tutorials
-Comment=Reference of design related tutorials
+Comment=Reference of graphic and web design related tutorials
Exec=xdg-open http://fedoraproject.org/wiki/Design_Suite/Tutorials
Type=Application
Icon=applications-graphics
9 years, 6 months