mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-09 23:50:07 +00:00
Prepare fedora-livecd-kde.ks for F10 Alpha
This commit is contained in:
parent
07fc4ad634
commit
a86bc1466f
@ -1,24 +1,31 @@
|
||||
%include fedora-live-base.ks
|
||||
|
||||
%packages
|
||||
@kde-desktop
|
||||
|
||||
# include nm-applet directly
|
||||
NetworkManager-gnome
|
||||
@kde-desktop
|
||||
|
||||
# unwanted packages from @kde-desktop
|
||||
# don't include these for now to fit on a cd
|
||||
# digikam (~11 megs), ktorrent (~3 megs), amarok (~14 megs),
|
||||
# kdegames (~23 megs)
|
||||
-amarok
|
||||
-digikam
|
||||
-kdeedu
|
||||
-scribus
|
||||
#-ktorrent
|
||||
#-kdegames
|
||||
#-kftpgrabber*
|
||||
|
||||
# KDE 3
|
||||
### amarok has duplicate functionality with juk (~14 megs)
|
||||
#-amarok
|
||||
### digikam has duplicate functionality with gwenview (~11 megs)
|
||||
-digikam
|
||||
### kdeedu is too big for the live images
|
||||
-kdeedu
|
||||
### scribus is too big for the live images
|
||||
-scribus
|
||||
### kget has also basic torrent features (~3 megs)
|
||||
-ktorrent
|
||||
### konqueror is also able to browse ftp shares (~1 megs)
|
||||
#-kftpgrabber*
|
||||
### kaffeine has duplicate functionality with dragonplayer (~3 megs)
|
||||
-kaffeine*
|
||||
### the removal of kdegames will free ~31 megs
|
||||
#-kdegames
|
||||
|
||||
|
||||
# Useful additional KDE3 applications
|
||||
koffice-kword
|
||||
koffice-kspread
|
||||
koffice-kpresenter
|
||||
@ -28,8 +35,11 @@ filelight
|
||||
# twinkle (~10 megs)
|
||||
#twinkle
|
||||
|
||||
|
||||
# some extras
|
||||
fuse
|
||||
pavucontrol
|
||||
|
||||
|
||||
# additional fonts
|
||||
@fonts
|
||||
@ -40,6 +50,7 @@ fonts-KOI8-R
|
||||
fonts-KOI8-R-100dpi
|
||||
tibetan-machine-uni-fonts
|
||||
|
||||
|
||||
# FIXME/TODO: recheck the removals here
|
||||
# try to remove some packages from fedora-live-base.ks
|
||||
-gdm
|
||||
@ -90,4 +101,9 @@ FavoriteURLs=/usr/share/applications/kde4/konqbrowser.desktop,/usr/share/applica
|
||||
MENU_EOF
|
||||
chown -R fedora:fedora /home/fedora/.kde/
|
||||
|
||||
# show liveinst.desktop on and in menu
|
||||
sed -i 's/NoDisplay=true/NoDisplay=false/' /usr/share/applications/liveinst.desktop
|
||||
|
||||
EOF
|
||||
|
||||
%end
|
||||
|
Loading…
Reference in New Issue
Block a user