[spin-kickstarts] design: temporarily remove libreoffice due to broken boost package for testing purpose
by Luya Tshimbalanga
commit 13abe379bcfc3ee68c08dc19bd47179222e68ab1
Author: Luya Tshimbalanga <luya(a)fedoraproject.org>
Date: Mon Feb 18 12:01:34 2013 -0800
design: temporarily remove libreoffice due to broken boost package for testing purpose
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 e181cae..bfa3c42 100644
--- a/fedora-live-design-suite.ks
+++ b/fedora-live-design-suite.ks
@@ -64,7 +64,7 @@ overpass-fonts
# removal of duplicated and unneeded applications
-gnome-boxes
-eog
-
+-@libreoffice #temporary disable for testing build
# Legacy cmdline things we don't want
-krb5-auth-dialog
10 years, 9 months
Spins build deleted
by Brendan Jones
Hi all,
I can't find an ISO for the Jam spin on the nightly composes page. It
looks like the last one was successfully run on the 05 Feb, but it has
been deleted already. I would have thought it should still be there
because its within the 2 weeks.
regards,
Brendan
10 years, 9 months
[spin-kickstarts] Fix GDM auto-login for all GNOME-based spins
by Matthias Clasen
commit 254dfaeee6113fe6cb8f2bde3bbdfc86ecdba343
Author: Richard Hughes <richard(a)hughsie.com>
Date: Wed Feb 13 15:37:36 2013 +0000
Fix GDM auto-login for all GNOME-based spins
Using >> means we have a custom.conf file that looks like this:
[daemon]
...
[daemon]
AutomaticLoginEnable=True
AutomaticLogin=liveuser
Which is the first reason why it's failing. Change the cat append to replace as
the other sections are optional.
Additionally, the livesys legacy service is not completing before gdm is being
started, which means the config file is being read before it has been altered.
This can be fixed by adding a LSB-style "X-Start-Before: display-manager" in the
header of livesys.
fedora-live-base.ks | 3 +++
fedora-live-desktop.ks | 2 +-
fedora-live-mini.ks | 3 +++
fedora-livecd-soas.ks | 2 +-
fedora-livedvd-robotics.ks | 2 +-
5 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/fedora-live-base.ks b/fedora-live-base.ks
index ecbc9b5..503a624 100644
--- a/fedora-live-base.ks
+++ b/fedora-live-base.ks
@@ -63,6 +63,9 @@ cat > /etc/rc.d/init.d/livesys << EOF
#
# chkconfig: 345 00 99
# description: Init script for live image.
+### BEGIN INIT INFO
+# X-Start-Before: display-manager
+### END INIT INFO
. /etc/init.d/functions
diff --git a/fedora-live-desktop.ks b/fedora-live-desktop.ks
index c3f5187..0690680 100644
--- a/fedora-live-desktop.ks
+++ b/fedora-live-desktop.ks
@@ -55,7 +55,7 @@ fi
glib-compile-schemas /usr/share/glib-2.0/schemas
# set up auto-login
-cat >> /etc/gdm/custom.conf << FOE
+cat > /etc/gdm/custom.conf << FOE
[daemon]
AutomaticLoginEnable=True
AutomaticLogin=liveuser
diff --git a/fedora-live-mini.ks b/fedora-live-mini.ks
index 90a50b6..8a524a6 100644
--- a/fedora-live-mini.ks
+++ b/fedora-live-mini.ks
@@ -107,6 +107,9 @@ cat > /etc/rc.d/init.d/livesys << EOF
#
# chkconfig: 345 00 99
# description: Init script for live image.
+### BEGIN INIT INFO
+# X-Start-Before: display-manager
+### END INIT INFO
. /etc/init.d/functions
diff --git a/fedora-livecd-soas.ks b/fedora-livecd-soas.ks
index cf87f55..5938bd9 100644
--- a/fedora-livecd-soas.ks
+++ b/fedora-livecd-soas.ks
@@ -67,7 +67,7 @@ vu.lux.olpc.Speak
EOF
# set up auto-login
-cat >> /etc/gdm/custom.conf << EOF
+cat > /etc/gdm/custom.conf << EOF
[daemon]
AutomaticLoginEnable=True
AutomaticLogin=liveuser
diff --git a/fedora-livedvd-robotics.ks b/fedora-livedvd-robotics.ks
index 9b4a0b0..c903e5a 100644
--- a/fedora-livedvd-robotics.ks
+++ b/fedora-livedvd-robotics.ks
@@ -127,7 +127,7 @@ fi
glib-compile-schemas /usr/share/glib-2.0/schemas
# set up auto-login
-cat >> /etc/gdm/custom.conf << FOE
+cat > /etc/gdm/custom.conf << FOE
[daemon]
AutomaticLoginEnable=True
AutomaticLogin=liveuser
10 years, 9 months
[spin-kickstarts] We don't need to disable the screensaver anymore
by Matthias Clasen
commit 85123ce36524f8731a568bb56928c539b5633769
Author: Matthias Clasen <mclasen(a)redhat.com>
Date: Fri Sep 28 14:12:35 2012 -0400
We don't need to disable the screensaver anymore
fedora-live-desktop.ks | 10 ----------
1 files changed, 0 insertions(+), 10 deletions(-)
---
diff --git a/fedora-live-desktop.ks b/fedora-live-desktop.ks
index 56ee2ea..c3f5187 100644
--- a/fedora-live-desktop.ks
+++ b/fedora-live-desktop.ks
@@ -22,17 +22,7 @@ nss-mdns
%post
cat >> /etc/rc.d/init.d/livesys << EOF
-# disable screensaver locking
-cat >> /usr/share/glib-2.0/schemas/org.gnome.desktop.screensaver.gschema.override << FOE
-[org.gnome.desktop.screensaver]
-lock-enabled=false
-FOE
-# and hide the lock screen option
-cat >> /usr/share/glib-2.0/schemas/org.gnome.desktop.lockdown.gschema.override << FOE
-[org.gnome.desktop.lockdown]
-disable-lock-screen=true
-FOE
# disable updates plugin
cat >> /usr/share/glib-2.0/schemas/org.gnome.settings-daemon.plugins.updates.gschema.override << FOE
10 years, 9 months
[spin-kickstarts] Games: manaworld renamed to tmw
by Bruno Wolff III
commit df3c15999cac48b839e8f756be4b0ef6b89f2d67
Author: Bruno Wolff III <bruno(a)wolff.to>
Date: Sun Feb 10 12:16:48 2013 -0600
Games: manaworld renamed to tmw
fedora-livedvd-games.ks | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/fedora-livedvd-games.ks b/fedora-livedvd-games.ks
index 3638044..f932cab 100644
--- a/fedora-livedvd-games.ks
+++ b/fedora-livedvd-games.ks
@@ -48,7 +48,7 @@ frozen-bubble
gl-117
glob2
lincity-ng
-manaworld
+tmw
maniadrive
maniadrive-music
megaglest
10 years, 10 months
[spin-kickstarts] adjust media size to 8192 MB for design suite
by Luya Tshimbalanga
commit aa9a08f035b56085c89c4912faf4ed9e339db20d
Author: Luya Tshimbalanga <luya(a)fedoraproject.org>
Date: Thu Jan 31 10:06:33 2013 -0800
adjust media size to 8192 MB for design suite
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 9b4a63c..9c1622c 100644
--- a/fedora-live-design-suite.ks
+++ b/fedora-live-design-suite.ks
@@ -10,7 +10,7 @@
%include fedora-live-desktop.ks
#DVD size partition
-part / --size 4096
+part / --size 8192
%packages
10 years, 10 months
spins in f19
by Kevin Fenzi
So, we had a fudcon session about spins, but it was merged with the
talk on Fedora Formulas and we didn't really decide anything about
spins.
Formulas aren't going to fully replace spins, and even if they do, they
likely won't be ready for f19 anyhow, so we need to figure out what we
do for f19 now.
a) what about the new spins that didn't get added in f18?
If their spin owners are actually active, they should chime in and
commit their ks to git and update the f19 spins page with their size
and so releng knows to produce them.
b) Any new spins need to SUBMIT THEIR KS FILES ASAP so we can avoid
problems where things don't make it.
c) There's no meetings, Christoph is swamped, how do we want to handle
the day to day business of the sig?
I was thinking we should require at each freeze point that any spins we
promote on spins.fedoraproject.org have at least 2 people sign off that
they tested them and they basically work. If 0 people do this sign off,
we should still produce them, but they sit in alt and don't get
promoted anywhere. If a spin doesn't get any testing for an entire
cycle, we drop them completely.
Thoughts? counter proposals?
kevin
10 years, 10 months
comps.xml updated for design-suite
by Luya Tshimbalanga
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Just a quick info that comps.xml has been updated from the group
design-suite to match the spin.
git.fedorahosted.org/git/comps.git
- --
Luya Tshimbalanga
Graphic & Web Designer
E: luya(a)fedoraproject.org
W: http://www.coolest-storm.net
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.13 (GNU/Linux)
iQEcBAEBAgAGBQJRFFkYAAoJEF5SgXTYomCa9UwIAJ5BVCB4+Kko4JXAPWRrzMA0
05TPpjKJip2PcxdIk70aKjaQIZZX1CkOcoonnwEYuFobXfJgIILZPtobNw3NMIUk
UCToVdSdyFAfVhgqjHnZyUFRnrmCyCgEuO6Ib4OCocgqcN+Bu9G1p+FV8CtVDNKG
Yf6yJ5SjxGPSKpr01YGVAh8mOCcOR0do69bBJcc20h6LCDfecjnSTkdh8pHgu5vw
tIygQHkOChT/2ohI869EQ1lZti+62FHQSchYkpYWtWjNVFRhm3ZhPsAHdN7fgIrI
cQpBxh+59cRKFDEgYrXvMkYCgUtuSg4ksekgnJM8vNXcTVrufg4iLLeIQbeC/zk=
=vpgY
-----END PGP SIGNATURE-----
10 years, 10 months
[spin-kickstarts] remove gnome-boxes in design-suite
by Luya Tshimbalanga
commit 88e661484b772cbf4249130cf4b291b5aca7348c
Author: Luya Tshimbalanga <luya(a)fedoraproject.org>
Date: Thu Feb 7 14:49:40 2013 -0800
remove gnome-boxes in design-suite
fedora-live-design-suite.ks | 27 ++++++++++++++++++++++++++-
1 files changed, 26 insertions(+), 1 deletions(-)
---
diff --git a/fedora-live-design-suite.ks b/fedora-live-design-suite.ks
index 9c1622c..e181cae 100644
--- a/fedora-live-design-suite.ks
+++ b/fedora-live-design-suite.ks
@@ -61,6 +61,32 @@ adobe-source-sans-pro-fonts
lato-fonts
overpass-fonts
+# removal of duplicated and unneeded applications
+-gnome-boxes
+-eog
+
+
+# Legacy cmdline things we don't want
+-krb5-auth-dialog
+-krb5-workstation
+-pam_krb5
+-quota
+-minicom
+-dos2unix
+-finger
+-ftp
+-jwhois
+-mtr
+-pinfo
+-rsh
+-telnet
+-nfs-utils
+-ypbind
+-yp-tools
+-rpcbind
+-acpid
+-ntsysv
+
%end
%post
@@ -71,7 +97,6 @@ cat >> /usr/share/glib-2.0/schemas/org.gnome.shell.gschema.override << FOE
favorite-apps=['firefox.desktop', 'evolution.desktop', 'empathy.desktop', 'rhythmbox.desktop', 'shotwell.desktop', 'gimp.desktop', 'inkscape.desktop', 'scribus.desktop', 'nautilus.desktop', 'anaconda.desktop']
FOE
-
# Add link to the Inkscape Course
cat >> /usr/share/applications/inkscape-course.desktop << FOE
[Desktop Entry]
10 years, 10 months