[spin-kickstarts] gnome-games-help no longer exists
by Matthias Clasen
commit 3edb1b58df5a1497438e9f16f43452636d8bbca4
Author: Matthias Clasen <mclasen(a)redhat.com>
Date: Fri Sep 28 13:38:37 2012 -0400
gnome-games-help no longer exists
fedora-livecd-desktop.ks | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/fedora-livecd-desktop.ks b/fedora-livecd-desktop.ks
index 832c3c0..cea1df7 100644
--- a/fedora-livecd-desktop.ks
+++ b/fedora-livecd-desktop.ks
@@ -33,7 +33,6 @@
# Help and art can be big, too
-gnome-user-docs
-evolution-help
--gnome-games-help
-desktop-backgrounds-basic
-*backgrounds-extras
10 years, 11 months
Creating a Cinnamon & Mate spin
by Sam Burgos
Greetings, my name is Jose Santiago Burgos and I'm from El Salvador, i do
hope that you can do your activities as usual
The reason of my mail is that while I was downloading an XFCE Fedora Spin
for a friend, i tought and ask myself: "Why we cannot have another special
spin given the popularity of some recent Desktops Environments (DE). I mean
with MATE and Cinnamon
I don't know if this is the place where I should ask you guys for it. But i
would like to see some extra spins based specifically in these 2 DE's,
right now I'm using Fedora 17 with the Cinnamon Desktop, and besides some
minor bugs, this has become my favorite DE as well, and i tried to install
in the distributions i can (I use Linux Mint too). But i propose you to
create some new spins that can contain Cinnamon/Nemo and Mate/Caja to make
possible to have some more options. I you need a number of signatures i can
do all the possible to get it as well
I don't know if you can answer me the soonest as possible with an answer
(positive or negative) just to know if it's possible and what can I do to
make it real (also if i have enough time to propose it add it to Fedora 18
or 19 as well)
Thanks and have a nice day
--
*"To protect means to not think about yourself for the sake of others.
To keep protecting means not to betray. Ever"*
| HPLinux <http://linuxhp.wordpress.com/> |
10 years, 12 months
[spin-kickstarts/f18] Allow joysticks and game pads to work on live image
by Bruno Wolff III
commit 713449b275e034f7546de7c0f19b092a92fa42ab
Author: Bruno Wolff III <bruno(a)wolff.to>
Date: Wed Sep 19 06:56:28 2012 -0500
Allow joysticks and game pads to work on live image
Use the joystick-support package to support joysticks and game pads
instead of doing it in post install.
fedora-livedvd-games.ks | 15 ++-------------
1 files changed, 2 insertions(+), 13 deletions(-)
---
diff --git a/fedora-livedvd-games.ks b/fedora-livedvd-games.ks
index 60f416b..f5099d0 100644
--- a/fedora-livedvd-games.ks
+++ b/fedora-livedvd-games.ks
@@ -16,8 +16,8 @@ part / --size 10240
-wine
-# Support for joysticks and game pads is now in kernel-modules-extra
-kernel-modules-extra
+# Allow joysticks and game pads to work
+joystick-support
# games
@@ -196,14 +196,3 @@ games-menus
-autodownloader
%end
-
-%post
-# Load drivers needed for joysticks and game pads so they work out on
-# the live image without futzing where possible.
-cat > /etc/modules-load.d/joystick.conf << EOF
-joydev
-analog
-EOF
-chmod 755 /etc/modules-load.d/joystick.conf
-
-%end
11 years
[spin-kickstarts] Allow joysticks and game pads to work on live image
by Bruno Wolff III
commit 41089215b7f65b054badc379c224672c2d3cb14d
Author: Bruno Wolff III <bruno(a)wolff.to>
Date: Wed Sep 19 06:56:28 2012 -0500
Allow joysticks and game pads to work on live image
Use the joystick-support package to support joysticks and game pads
instead of doing it in post install.
fedora-livedvd-games.ks | 15 ++-------------
1 files changed, 2 insertions(+), 13 deletions(-)
---
diff --git a/fedora-livedvd-games.ks b/fedora-livedvd-games.ks
index 60f416b..f5099d0 100644
--- a/fedora-livedvd-games.ks
+++ b/fedora-livedvd-games.ks
@@ -16,8 +16,8 @@ part / --size 10240
-wine
-# Support for joysticks and game pads is now in kernel-modules-extra
-kernel-modules-extra
+# Allow joysticks and game pads to work
+joystick-support
# games
@@ -196,14 +196,3 @@ games-menus
-autodownloader
%end
-
-%post
-# Load drivers needed for joysticks and game pads so they work out on
-# the live image without futzing where possible.
-cat > /etc/modules-load.d/joystick.conf << EOF
-joydev
-analog
-EOF
-chmod 755 /etc/modules-load.d/joystick.conf
-
-%end
11 years
[spin-kickstarts] change up the sed command so lightdm autologin works for xfce spin
by Adam Miller
commit 47cee69cb9aae097556e07720565ffa87c131fb4
Author: Adam Miller <admiller(a)redhat.com>
Date: Tue Sep 18 11:52:35 2012 -0500
change up the sed command so lightdm autologin works for xfce spin
fedora-livecd-xfce.ks | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/fedora-livecd-xfce.ks b/fedora-livecd-xfce.ks
index 6ac7185..58b9f29 100644
--- a/fedora-livecd-xfce.ks
+++ b/fedora-livecd-xfce.ks
@@ -78,8 +78,8 @@ mkdir -p /home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml
cp /etc/xdg/xfce4/panel/default.xml /home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
# set up lightdm autologin
-sed -ei '|^#autologin-user=|autologin-user=liveuser|' /etc/lightdm/lightdm.conf
-sed -ei '|^#autologin-user-timeout=0|autologin-user-timeout=10|' /etc/lightdm/lightdm.conf
+sed -i 's/^#autologin-user=/autologin-user=liveuser/' /etc/lightdm/lightdm.conf
+sed -i 's/^#autologin-user-timeout=0/autologin-user-timeout=10/' /etc/lightdm/lightdm.conf
# Show harddisk install on the desktop
sed -i -e 's/NoDisplay=true/NoDisplay=false/' /usr/share/applications/liveinst.desktop
11 years
[spin-kickstarts/f18] change up the sed command so lightdm autologin works for xfce spin
by Adam Miller
commit 279a0e9b56c77b1e4712df87c36f532303953c70
Author: Adam Miller <admiller(a)redhat.com>
Date: Fri Sep 14 10:13:59 2012 -0500
change up the sed command so lightdm autologin works for xfce spin
fedora-livecd-xfce.ks | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/fedora-livecd-xfce.ks b/fedora-livecd-xfce.ks
index 6ac7185..58b9f29 100644
--- a/fedora-livecd-xfce.ks
+++ b/fedora-livecd-xfce.ks
@@ -78,8 +78,8 @@ mkdir -p /home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml
cp /etc/xdg/xfce4/panel/default.xml /home/liveuser/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
# set up lightdm autologin
-sed -ei '|^#autologin-user=|autologin-user=liveuser|' /etc/lightdm/lightdm.conf
-sed -ei '|^#autologin-user-timeout=0|autologin-user-timeout=10|' /etc/lightdm/lightdm.conf
+sed -i 's/^#autologin-user=/autologin-user=liveuser/' /etc/lightdm/lightdm.conf
+sed -i 's/^#autologin-user-timeout=0/autologin-user-timeout=10/' /etc/lightdm/lightdm.conf
# Show harddisk install on the desktop
sed -i -e 's/NoDisplay=true/NoDisplay=false/' /usr/share/applications/liveinst.desktop
11 years
[spin-kickstarts] Less than 80 chars per line
by Fabian Affolter
commit 7b1eb31c55103c9f2e9d98674d43e1658ce2566a
Author: Fabian Affolter <fab(a)fedoraproject.org>
Date: Sun Sep 16 13:32:25 2012 +0200
Less than 80 chars per line
fedora-livecd-security.ks | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/fedora-livecd-security.ks b/fedora-livecd-security.ks
index 579ed3b..03ec404 100644
--- a/fedora-livecd-security.ks
+++ b/fedora-livecd-security.ks
@@ -1,7 +1,8 @@
# Filename:
# fedora-livecd-security.ks
# Description:
-# A fully functional live OS based on Fedora for use in security auditing, forensics research, and penetration testing.
+# A fully functional live OS based on Fedora for use in security auditing,
+# forensics research, and penetration testing.
# Maintainers:
# Christoph Wickert <cwickert [AT] fedoraproject <dot> org>
# Joerg Simon <jsimon [AT] fedoraproject <dot> org>
@@ -9,10 +10,12 @@
# Acknowledgements:
# Fedora LiveCD Xfce Spin team - some work here was inherited, many thanks!
# Fedora LXDE Spin - Copied over stuff to make LXDE Default
-# Luke Macken, Adam Miller for the original OpenBox Security ks and all the Security Applications!
+# Luke Macken, Adam Miller for the original OpenBox Security ks and all
+# the Security Applications!
# Hiemanshu Sharma <hiemanshu [AT] fedoraproject <dot> org>
# Important!!!!
-# Beginning with Security Stuff - we use pattern to parse the kickstart-file for building the security menu - please use
+# Beginning with Security Stuff - we use pattern to parse the kickstart file
+# for building the security menu - please use
# # Category: Categoryname <- for new Categories
# # Command: Commandname <- for the given Command
# # rCommand: Commandname <- for a command as root
11 years
[spin-kickstarts] system-config-network is not longer available
by Fabian Affolter
commit b43cfac9dc486b35f15156f3fa2a6209307d72cf
Author: Fabian Affolter <fab(a)fedoraproject.org>
Date: Sun Sep 16 12:06:21 2012 +0200
system-config-network is not longer available
fedora-livecd-security.ks | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/fedora-livecd-security.ks b/fedora-livecd-security.ks
index 113e6ed..579ed3b 100644
--- a/fedora-livecd-security.ks
+++ b/fedora-livecd-security.ks
@@ -118,7 +118,6 @@ ssmtp
-system-config-boot
#-system-config-language
-system-config-lvm
--system-config-network
-system-config-rootpassword
#-system-config-services
-policycoreutils-gui
11 years
[spin-kickstarts] Add exclusion back.
by Bill Nottingham
commit 499b5c9fea270aade3f56913a67fd595f496c120
Author: Bill Nottingham <notting(a)redhat.com>
Date: Fri Sep 7 15:49:47 2012 -0400
Add exclusion back.
fedora-livecd-lxde.ks | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/fedora-livecd-lxde.ks b/fedora-livecd-lxde.ks
index b725321..b405942 100644
--- a/fedora-livecd-lxde.ks
+++ b/fedora-livecd-lxde.ks
@@ -17,6 +17,10 @@
@lxde-office
@firefox
+# pam-fprint causes a segfault in LXDM when enabled
+-fprintd-pam
+
+
# LXDE has lxpolkit. Make sure no other authentication agents end up in the spin.
-polkit-gnome
-polkit-kde
11 years