[spin-kickstarts] SoaS: add lightdm as it's not pulled in by lightdm-gtk anymore it seems
by Peter Robinson
commit 4df45db78ef92f5e7f92fc260221976d599b31a5
Author: Peter Robinson <pbrobinson(a)gmail.com>
Date: Wed Sep 25 01:07:43 2013 +0100
SoaS: add lightdm as it's not pulled in by lightdm-gtk anymore it seems
fedora-soas-packages.ks | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/fedora-soas-packages.ks b/fedora-soas-packages.ks
index 870af4e..d99468c 100644
--- a/fedora-soas-packages.ks
+++ b/fedora-soas-packages.ks
@@ -34,6 +34,7 @@
@sugar-desktop
-sugar-ruler
sugar-cp-updater
+lightdm
lightdm-gtk
# Write breaks unless we do this (we don't need it anyway)
10 years, 2 months
[spin-kickstarts] Security: Add space to prevent failures on compose
by Dan Mashal
commit 045b630a4e50ebf3f2ef347c437e6ab14cd8b8aa
Author: Dan Mashal <dan.mashal(a)gmail.com>
Date: Tue Sep 24 18:28:48 2013 -0700
Security: Add space to prevent failures on compose
fedora-livecd-security.ks | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/fedora-livecd-security.ks b/fedora-livecd-security.ks
index 5516123..d5135fb 100644
--- a/fedora-livecd-security.ks
+++ b/fedora-livecd-security.ks
@@ -18,6 +18,9 @@
%include fedora-live-base.ks
%include fedora-live-minimization.ks
+#Spin was failing to compose due to lack of space, so bumping the size.
+part / --size 10240
+
%packages
@xfce-desktop
@xfce-apps
10 years, 2 months
[spin-kickstarts/f20: 2/3] SoaS: add lightdm as it's not pulled in by lightdm-gtk anymore it seems
by Peter Robinson
commit 59142fcc92353ef6f33b3353957ad6443840c4fb
Author: Peter Robinson <pbrobinson(a)gmail.com>
Date: Wed Sep 25 01:07:43 2013 +0100
SoaS: add lightdm as it's not pulled in by lightdm-gtk anymore it seems
fedora-soas-packages.ks | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/fedora-soas-packages.ks b/fedora-soas-packages.ks
index 870af4e..d99468c 100644
--- a/fedora-soas-packages.ks
+++ b/fedora-soas-packages.ks
@@ -34,6 +34,7 @@
@sugar-desktop
-sugar-ruler
sugar-cp-updater
+lightdm
lightdm-gtk
# Write breaks unless we do this (we don't need it anyway)
10 years, 2 months
[spin-kickstarts/f20: 1/3] SoaS: add lightdm-gtk
by Peter Robinson
commit b8706aa425f3a899e43c90b4654ac33026e3c40c
Author: Peter Robinson <pbrobinson(a)gmail.com>
Date: Thu Sep 5 23:23:33 2013 +0100
SoaS: add lightdm-gtk
fedora-soas-packages.ks | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/fedora-soas-packages.ks b/fedora-soas-packages.ks
index 1bbda45..870af4e 100644
--- a/fedora-soas-packages.ks
+++ b/fedora-soas-packages.ks
@@ -34,6 +34,7 @@
@sugar-desktop
-sugar-ruler
sugar-cp-updater
+lightdm-gtk
# Write breaks unless we do this (we don't need it anyway)
# enable for testing in the F17 dev cycle
10 years, 2 months
[spin-kickstarts/f20] design: fix link for tutorials
by Luya Tshimbalanga
commit e4975f4c096fa4c022119edab909eebea1242c03
Author: Luya Tshimbalanga <luya(a)fedoraproject.org>
Date: Tue Sep 17 11:33:47 2013 -0700
design: fix link for tutorials
Conflicts:
fedora-live-design-suite.ks
fedora-live-design-suite.ks | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
---
diff --git a/fedora-live-design-suite.ks b/fedora-live-design-suite.ks
index 4190fd9..3a4c415 100644
--- a/fedora-live-design-suite.ks
+++ b/fedora-live-design-suite.ks
@@ -119,6 +119,22 @@ Categories=Graphics;Documentation;
FOE
chmod a+x /usr/share/applications/inkscape-course.desktop
+<<<<<<< HEAD
+=======
+# Add link to the list of design tutorials
+cat >> /usr/share/applications/list-design-tutorials.desktop << FOE
+[Desktop Entry]
+Name=List of design tutorials
+GenericName=Design tutorials
+Comment=List of websites using open source design software
+Exec=xdg-open https://fedoraproject.org/wiki/Design_Suite/Tutorials
+Type=Application
+Icon=applicatons-graphics
+Categories=Graphics;Documentation;
+FOE
+chmod a+x /usr/share/applications/list-design-tutorials.desktop
+
+>>>>>>> 6d05550... design: fix link for tutorials
# rebuild schema cache with any overrides we installed
glib-compile-schemas /usr/share/glib-2.0/schemas
10 years, 2 months