2012-12-20 14:46:16 +00:00
|
|
|
#fedora-livedvd-jam-kde.ks
|
|
|
|
# With KDE Desktop
|
|
|
|
|
|
|
|
# Fedora Jam: For Musicians and audio enthusiasts
|
|
|
|
# Fedora Jam is a spin for anyone interested in creating
|
|
|
|
# music
|
|
|
|
# Web: https://fedoraproject.org/wiki/Fedora_jam
|
|
|
|
# Web: insert spinspacke when created
|
|
|
|
|
2020-02-07 17:42:42 +00:00
|
|
|
# Maintainer: Erich Eickmeyer <erich@ericheickmeyer.com>
|
2012-12-20 14:46:16 +00:00
|
|
|
|
2015-09-08 21:39:36 +00:00
|
|
|
%include fedora-live-kde.ks
|
2012-12-20 14:46:16 +00:00
|
|
|
|
2012-12-20 16:13:56 +00:00
|
|
|
# DVD size partition
|
|
|
|
part / --size 10240 --fstype ext4
|
2012-12-20 14:46:16 +00:00
|
|
|
|
|
|
|
#enable threaded irqs
|
|
|
|
bootloader --append="threadirqs"
|
|
|
|
|
|
|
|
%packages
|
2020-04-03 00:10:13 +00:00
|
|
|
@audio
|
2012-12-20 14:46:16 +00:00
|
|
|
|
2020-03-02 20:41:08 +00:00
|
|
|
#pipewire
|
|
|
|
pipewire
|
|
|
|
|
2012-12-20 14:46:16 +00:00
|
|
|
#sound analasys, none of these are packaged yet
|
|
|
|
#praat bug_id=666656
|
|
|
|
#friture
|
|
|
|
|
|
|
|
#writing & publishing
|
|
|
|
emacs
|
|
|
|
emacs-color-theme
|
|
|
|
vim
|
|
|
|
nano
|
|
|
|
|
|
|
|
#audio utilities
|
|
|
|
|
|
|
|
# fedora jam theming (to be customized)
|
|
|
|
fedora-jam-backgrounds
|
2020-05-22 03:43:07 +00:00
|
|
|
fedora-jam-kde-theme
|
2012-12-20 14:46:16 +00:00
|
|
|
|
|
|
|
#Misc. Utils
|
|
|
|
screen
|
|
|
|
multimedia-menus
|
|
|
|
kernel-tools
|
|
|
|
|
|
|
|
|
|
|
|
#Include Mozilla Firefox and Thunderbird
|
|
|
|
firefox
|
|
|
|
thunderbird
|
|
|
|
|
2020-04-03 22:53:27 +00:00
|
|
|
#remove packages not needed
|
2020-04-03 00:10:13 +00:00
|
|
|
-akregator
|
|
|
|
-kaddressbook
|
|
|
|
-kmail
|
|
|
|
-kontact
|
|
|
|
-korganizer
|
2020-04-03 22:53:27 +00:00
|
|
|
-non-mixer
|
|
|
|
-non-session-manager
|
|
|
|
-non-sequencer
|
2012-12-20 14:46:16 +00:00
|
|
|
|
|
|
|
%end
|
|
|
|
|
|
|
|
%post
|
|
|
|
|
|
|
|
#setup kickoff favorites
|
2015-03-19 04:36:26 +00:00
|
|
|
/bin/mkdir -p /etc/skel/.config
|
2012-12-20 14:46:16 +00:00
|
|
|
|
2020-07-21 05:54:54 +00:00
|
|
|
JAMFAVORITES=/usr/share/applications/firefox.desktop,/usr/share/applications/mozilla-thunderbird.desktop,/usr/share/applications/studio-controls.desktop,/usr/share/applications/ardour6.desktop,/usr/share/applications/carla.desktop,/usr/share/applications/org.kde.konsole.desktop,/usr/share/applications/org.kde.dolphin.desktop,/usr/share/applications/systemsettings.desktop
|
2012-12-20 14:46:16 +00:00
|
|
|
JAMFAVORITESLIVE=/usr/share/applications/liveinst.desktop,$JAMFAVORITES
|
|
|
|
|
2015-03-11 06:21:36 +00:00
|
|
|
cat <<EOF >> /etc/skel/.config/kickoffrc
|
2012-12-20 14:46:16 +00:00
|
|
|
[Favorites]
|
|
|
|
FavoriteURLs=$JAMFAVORITES
|
|
|
|
EOF
|
|
|
|
|
|
|
|
# Override fedora-live-kde-base.ks settings
|
|
|
|
sed -i /etc/rc.d/init.d/livesys -res"#^(FavoriteURLs=).*#\1${JAMFAVORITESLIVE}#"
|
|
|
|
|
|
|
|
|
|
|
|
cat >> /etc/rc.d/init.d/livesys << EOF
|
|
|
|
/usr/sbin/usermod -a -G jackuser,audio liveuser
|
|
|
|
EOF
|
|
|
|
|
|
|
|
%end
|
|
|
|
|
|
|
|
|