Mate .ks file status?
by Bruno Wolff III
It would be nice to get the Mate ks file into spin kickstarts for Beta. We
are getting pretty close to beta freeze and I'd like to do a rebuild of
the spin-kickstarts package a few days before that so there is time to
move it to stable before the freeze.
10 years, 7 months
[spin-kickstarts] kde: Disable plasma-applet-updater too (#948099)
by Rex Dieter
commit 95e68dc29e12c3777794fa27e1d2c7425418be7e
Author: Rex Dieter <rdieter(a)math.unl.edu>
Date: Mon Apr 29 13:33:26 2013 -0500
kde: Disable plasma-applet-updater too (#948099)
fedora-live-kde-base.ks | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/fedora-live-kde-base.ks b/fedora-live-kde-base.ks
index 293123e..fa5c8ad 100644
--- a/fedora-live-kde-base.ks
+++ b/fedora-live-kde-base.ks
@@ -103,8 +103,13 @@ distroUpgrade=0
interval=0
APPER_EOF
-# Disable some kded modules
-# apperd: http://bugzilla.redhat.com/948099
+# Disable (apper's) plasma-applet-updater (#948099)
+mkdir -p /home/liveuser/.kde/share/kde4/services/
+sed -e "s|^X-KDE-PluginInfo-EnabledByDefault=true|X-KDE-PluginInfo-EnabledByDefault=false|g" \
+ /usr/share/kde4/services/plasma-applet-updater.desktop > \
+ /home/liveuser/.kde/share/kde4/services/plasma-applet-updater.desktop
+
+# Disable apper kded module (#948099)
cat > /home/liveuser/.kde/share/config/kdedrc << KDEDRC_EOF
[Module-apperd]
autoload=false
10 years, 7 months
[spin-kickstarts] try harder to prevent apper update checks (#948099)
by Rex Dieter
commit 19912d72a1b0751532980a03a9520a88174c1361
Author: Rex Dieter <rdieter(a)math.unl.edu>
Date: Mon Apr 29 12:41:23 2013 -0500
try harder to prevent apper update checks (#948099)
fedora-live-kde-base.ks | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/fedora-live-kde-base.ks b/fedora-live-kde-base.ks
index 3e1bdc0..293123e 100644
--- a/fedora-live-kde-base.ks
+++ b/fedora-live-kde-base.ks
@@ -99,9 +99,17 @@ AKONADI_EOF
cat > /home/liveuser/.kde/share/config/apper << APPER_EOF
[CheckUpdate]
autoUpdate=0
+distroUpgrade=0
interval=0
APPER_EOF
+# Disable some kded modules
+# apperd: http://bugzilla.redhat.com/948099
+cat > /home/liveuser/.kde/share/config/kdedrc << KDEDRC_EOF
+[Module-apperd]
+autoload=false
+KDEDRC_EOF
+
# Disable kres-migrator
cat > /home/liveuser/.kde/share/config/kres-migratorrc << KRES_EOF
[Migration]
10 years, 7 months
[spin-kickstarts/f19] design: gpick is in repository
by Luya Tshimbalanga
commit b830dee0cd9b484ca05aa4e82d4d1753a0a5a69f
Author: Luya Tshimbalanga <luya(a)fedoraproject.org>
Date: Sat Apr 27 15:53:51 2013 -0700
design: gpick is in repository
fedora-live-design-suite.ks | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/fedora-live-design-suite.ks b/fedora-live-design-suite.ks
index 26706ad..86666c6 100644
--- a/fedora-live-design-suite.ks
+++ b/fedora-live-design-suite.ks
@@ -4,7 +4,7 @@
# - A Spin targeted towards professional designers
# Website: http://fedoraproject.org/wiki/Design_Suite
# Maintainers:
-# - Luya Tshimbalanga <sdz AT fedoraproject DOT org>
+# - Luya Tshimbalanga <luya AT fedoraproject DOT org>
# - Sebastian Dziallas <sdz AT fedoraproject DOT org>
%include fedora-live-desktop.ks
@@ -26,6 +26,7 @@ fontforge
font-manager # replaces fontmatrix
gimp
gimp-*-plugin
+gpick
GREYCstoration-gimp
hugin # reintroduced
inkscape
10 years, 7 months
[spin-kickstarts/f19] fpaste is in standard group now, no need to list it here.
by Kevin Fenzi
commit 3d3092d1f93f97c363b272570b24ba5eec37b4b0
Author: Kevin Fenzi <kevin(a)scrye.com>
Date: Sat Apr 27 11:28:52 2013 -0600
fpaste is in standard group now, no need to list it here.
fedora-live-base.ks | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/fedora-live-base.ks b/fedora-live-base.ks
index 2f32063..04aa019 100644
--- a/fedora-live-base.ks
+++ b/fedora-live-base.ks
@@ -46,9 +46,6 @@ memtest86+
anaconda
@anaconda-tools
-# fpaste is very useful for debugging and very small
-fpaste
-
# Make live images easy to shutdown and the like in libvirt
qemu-guest-agent
10 years, 7 months
[spin-kickstarts] fpaste is in standard group now, no need to list it here.
by Kevin Fenzi
commit 6397294307def0a659c00279f9e005bc7c942a23
Author: Kevin Fenzi <kevin(a)scrye.com>
Date: Sat Apr 27 11:28:52 2013 -0600
fpaste is in standard group now, no need to list it here.
fedora-live-base.ks | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/fedora-live-base.ks b/fedora-live-base.ks
index 4b69033..079d4fc 100644
--- a/fedora-live-base.ks
+++ b/fedora-live-base.ks
@@ -46,9 +46,6 @@ memtest86+
anaconda
@anaconda-tools
-# fpaste is very useful for debugging and very small
-fpaste
-
# Make live images easy to shutdown and the like in libvirt
qemu-guest-agent
10 years, 7 months
Spin Releases page
by Brendan Jones
Hi all,
I just noticed the Fedora Jam spin that was approved last cycle does not
appear on this page?
I'd just like to make sure its still being included - I can add it here
if required.
regards,
Brendan
10 years, 7 months
[spin-kickstarts] design: added gpick
by Luya Tshimbalanga
commit 854adcf2be02c08055dd2e83fafd86619cb0a3d0
Author: Luya Tshimbalanga <luya(a)fedoraproject.org>
Date: Sat Apr 20 13:02:22 2013 -0700
design: added gpick
fedora-live-design-suite.ks | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/fedora-live-design-suite.ks b/fedora-live-design-suite.ks
index 21c11f5..497d799 100644
--- a/fedora-live-design-suite.ks
+++ b/fedora-live-design-suite.ks
@@ -26,6 +26,7 @@ fontforge
font-manager # replaces fontmatrix
gimp
gimp-*-plugin
+gpick
GREYCstoration-gimp
#hugin # reintroduced
inkscape
10 years, 7 months