mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-12-10 17:10:31 +08:00
Compare commits
18 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
93227e4c16 | ||
|
|
8d089260b2 | ||
|
|
9122e0d384 | ||
|
|
07998a94aa | ||
|
|
eda86d50a4 | ||
|
|
8e60e7d480 | ||
|
|
bba9b95b64 | ||
|
|
d78446b58c | ||
|
|
7d61f0ac6e | ||
|
|
2c0b103fef | ||
|
|
c125e408da | ||
|
|
c2e7a402bf | ||
|
|
b2f1a8e9dd | ||
|
|
02905f6946 | ||
|
|
eb8823e1d7 | ||
|
|
265950301c | ||
|
|
85c65cf1c9 | ||
|
|
9288235085 |
@@ -7,6 +7,10 @@
|
|||||||
### The KDE-Desktop
|
### The KDE-Desktop
|
||||||
|
|
||||||
### fixes
|
### fixes
|
||||||
|
# sddm->kdm, (temporary) so don't have to wait on comps changes
|
||||||
|
-sddm
|
||||||
|
-sddm-kcm
|
||||||
|
kdm
|
||||||
|
|
||||||
# use kde-print-manager instead of system-config-printer
|
# use kde-print-manager instead of system-config-printer
|
||||||
-system-config-printer
|
-system-config-printer
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
# - A Spin targeted towards professional designers
|
# - A Spin targeted towards professional designers
|
||||||
# Website: http://fedoraproject.org/wiki/Design_Suite
|
# Website: http://fedoraproject.org/wiki/Design_Suite
|
||||||
# Maintainers:
|
# Maintainers:
|
||||||
# - Luya Tshimbalanga <sdz AT fedoraproject DOT org>
|
# - Luya Tshimbalanga <luya AT fedoraproject DOT org>
|
||||||
# - Previous maintainer Sebastian Dziallas
|
# - Previous maintainer Sebastian Dziallas
|
||||||
|
|
||||||
%include fedora-live-desktop.ks
|
%include fedora-live-desktop.ks
|
||||||
@@ -27,8 +27,11 @@ font-manager
|
|||||||
gimp
|
gimp
|
||||||
gimp-*-plugin
|
gimp-*-plugin
|
||||||
gimp-data-extras
|
gimp-data-extras
|
||||||
|
gimp-gap
|
||||||
|
gimp-paint-studio
|
||||||
gimp-high-pass-filter
|
gimp-high-pass-filter
|
||||||
gimp-normalmap
|
gimp-normalmap
|
||||||
|
gimp-paint-studio
|
||||||
gimp-resynthesizer
|
gimp-resynthesizer
|
||||||
gpick
|
gpick
|
||||||
GREYCstoration-gimp
|
GREYCstoration-gimp
|
||||||
@@ -101,44 +104,41 @@ overpass-fonts
|
|||||||
#Override the favorite desktop application in Dash
|
#Override the favorite desktop application in Dash
|
||||||
cat >> /usr/share/glib-2.0/schemas/org.gnome.shell.gschema.override << FOE
|
cat >> /usr/share/glib-2.0/schemas/org.gnome.shell.gschema.override << FOE
|
||||||
[org.gnome.shell]
|
[org.gnome.shell]
|
||||||
favorite-apps=['firefox.desktop', 'evolution.desktop', 'shotwell.desktop', 'gimp.desktop', 'inkscape.desktop', 'blender.desktop', 'libreoffice-writer.desktop', 'scribus.desktop', 'nautilus.desktop', 'bijiben.desktop', 'anaconda.desktop']
|
favorite-apps=['firefox.desktop', 'evolution.desktop', 'shotwell.desktop', 'gimp.desktop', 'inkscape.desktop', 'blender.desktop', 'libreoffice-writer.desktop', 'scribus.desktop', 'nautilus.desktop', 'bijiben.desktop', 'anaconda.desktop','list-design-tutorials.desktop']
|
||||||
#Enable categories in Gnome Shell
|
#Enable categories in Gnome Shell
|
||||||
app-folder-categories=['Utilities', 'Sundry', 'Office', 'Network', 'Internet', 'Graphics', 'Games', 'Multimedia', 'System', 'Development', 'Accessories', 'System Settings', 'Other']
|
app-folder-categories=['Utilities', 'Sundry', 'Office', 'Network', 'Internet', 'Graphics', 'Games', 'Multimedia', 'System', 'Development', 'Accessories', 'System Settings', 'Other']
|
||||||
FOE
|
FOE
|
||||||
|
|
||||||
# Add link to the Inkscape Course
|
# Add link to the Inkscape Course
|
||||||
cat >> /usr/share/applications/inkscape-course.desktop << FOE
|
#cat >> /usr/share/applications/inkscape-course.desktop << FOE
|
||||||
[Desktop Entry]
|
#[Desktop Entry]
|
||||||
Name=Introduction To Inkscape
|
#Name=Introduction To Inkscape
|
||||||
GenericName=Inkscape Course
|
#GenericName=Inkscape Course
|
||||||
Comment=Materials from Máirín Duffy's Inkscape Class
|
#Comment=Materials from Máirín Duffy's Inkscape Class
|
||||||
Exec=xdg-open http://linuxgrrl.com/learn/Introduction_To_Inkscape
|
#Exec=xdg-open http://linuxgrrl.com/learn/Introduction_To_Inkscape
|
||||||
Type=Application
|
#Type=Application
|
||||||
Icon=fedora-logo-icon
|
#Icon=fedora-logo-icon
|
||||||
Categories=Graphics;Documentation;
|
#Categories=Graphics;Documentation;
|
||||||
FOE
|
#FOE
|
||||||
chmod a+x /usr/share/applications/inkscape-course.desktop
|
#chmod a+x /usr/share/applications/inkscape-course.desktop
|
||||||
|
|
||||||
<<<<<<< HEAD
|
# Add link to lists of tutorials
|
||||||
=======
|
|
||||||
# Add link to the list of design tutorials
|
|
||||||
cat >> /usr/share/applications/list-design-tutorials.desktop << FOE
|
cat >> /usr/share/applications/list-design-tutorials.desktop << FOE
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Name=List of design tutorials
|
Name=List of Design Tutorials
|
||||||
GenericName=Design tutorials
|
GenericName=List of design tutorials
|
||||||
Comment=List of websites using open source design software
|
Comment=Reference of graphic and web design related tutorials
|
||||||
Exec=xdg-open https://fedoraproject.org/wiki/Design_Suite/Tutorials
|
Exec=xdg-open http://fedoraproject.org/wiki/Design_Suite/Tutorials
|
||||||
Type=Application
|
Type=Application
|
||||||
Icon=applications-graphics
|
Icon=applications-graphics
|
||||||
Categories=Graphics;Documentation;
|
Categories=Graphics;Documentation;
|
||||||
FOE
|
FOE
|
||||||
chmod a+x /usr/share/applications/list-design-tutorials.desktop
|
chmod a+x /usr/share/applications/list-design-tutorials.desktop
|
||||||
|
|
||||||
>>>>>>> 6d05550... design: fix link for tutorials
|
|
||||||
# rebuild schema cache with any overrides we installed
|
# rebuild schema cache with any overrides we installed
|
||||||
glib-compile-schemas /usr/share/glib-2.0/schemas
|
glib-compile-schemas /usr/share/glib-2.0/schemas
|
||||||
|
|
||||||
EOF
|
#EOF
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|
||||||
|
|||||||
@@ -76,7 +76,7 @@ sooperlooper
|
|||||||
|
|
||||||
#recodring and DAW
|
#recodring and DAW
|
||||||
audacity
|
audacity
|
||||||
ardour
|
ardour3
|
||||||
rosegarden4
|
rosegarden4
|
||||||
seq24
|
seq24
|
||||||
muse
|
muse
|
||||||
@@ -124,6 +124,9 @@ lv2-triceratops
|
|||||||
lv2-newtonator
|
lv2-newtonator
|
||||||
lv2-x42-plugins
|
lv2-x42-plugins
|
||||||
lv2-fomp-plugins
|
lv2-fomp-plugins
|
||||||
|
lv2-sorcer
|
||||||
|
lv2-fabla
|
||||||
|
lv2-artyfx-plugins
|
||||||
|
|
||||||
#dssi
|
#dssi
|
||||||
nekobee-dssi
|
nekobee-dssi
|
||||||
|
|||||||
@@ -40,11 +40,12 @@ chmod a+x /home/liveuser/.xsession
|
|||||||
chown liveuser:liveuser /home/liveuser/.xsession
|
chown liveuser:liveuser /home/liveuser/.xsession
|
||||||
|
|
||||||
# set up autologin for user liveuser
|
# set up autologin for user liveuser
|
||||||
sed -i 's/^AutoUser=.*/AutoUser=liveuser/' /etc/sddm.conf
|
sed -i 's/#AutoLoginEnable=true/AutoLoginEnable=true/' /etc/kde/kdm/kdmrc
|
||||||
|
sed -i 's/#AutoLoginUser=fred/AutoLoginUser=liveuser/' /etc/kde/kdm/kdmrc
|
||||||
|
|
||||||
# set up user liveuser as default user and preselected user
|
# set up user liveuser as default user and preselected user
|
||||||
sed -i 's/^LastUser=.*/LastUser=liveuser/' /etc/sddm.conf
|
sed -i 's/#PreselectUser=Default/PreselectUser=Default/' /etc/kde/kdm/kdmrc
|
||||||
sed -i 's/^LastSession=.*/LastSession=kde-plasma.desktop/' /etc/sddm.conf
|
sed -i 's/#DefaultUser=johndoe/DefaultUser=liveuser/' /etc/kde/kdm/kdmrc
|
||||||
|
|
||||||
# add liveinst.desktop to favorites menu
|
# add liveinst.desktop to favorites menu
|
||||||
mkdir -p /home/liveuser/.kde/share/config/
|
mkdir -p /home/liveuser/.kde/share/config/
|
||||||
|
|||||||
@@ -26,8 +26,8 @@ rm -f /var/lib/rpm/__db*
|
|||||||
|
|
||||||
# Get proper release naming in the control panel
|
# Get proper release naming in the control panel
|
||||||
cat >> /boot/olpc_build << EOF
|
cat >> /boot/olpc_build << EOF
|
||||||
Sugar on a Stick 10 (Unknown)
|
Sugar on a Stick 10
|
||||||
Fedora release 20 (Rawhide)
|
Fedora release 20 (Heisenbug)
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# Add our activities to the favorites
|
# Add our activities to the favorites
|
||||||
|
|||||||
@@ -12,7 +12,9 @@
|
|||||||
@lxde-apps
|
@lxde-apps
|
||||||
@lxde-media
|
@lxde-media
|
||||||
@lxde-office
|
@lxde-office
|
||||||
@firefox
|
|
||||||
|
# FIXME: can be omitted once comps is updated
|
||||||
|
midori
|
||||||
|
|
||||||
# pam-fprint causes a segfault in LXDM when enabled
|
# pam-fprint causes a segfault in LXDM when enabled
|
||||||
-fprintd-pam
|
-fprintd-pam
|
||||||
@@ -35,9 +37,6 @@ metacity
|
|||||||
#-man-pages-*
|
#-man-pages-*
|
||||||
#-words
|
#-words
|
||||||
|
|
||||||
# use ssmtp
|
|
||||||
ssmtp
|
|
||||||
|
|
||||||
# save some space
|
# save some space
|
||||||
-autofs
|
-autofs
|
||||||
-acpid
|
-acpid
|
||||||
@@ -50,10 +49,7 @@ ssmtp
|
|||||||
-stix-fonts
|
-stix-fonts
|
||||||
-ibus-typing-booster
|
-ibus-typing-booster
|
||||||
-xscreensaver-extras
|
-xscreensaver-extras
|
||||||
-wqy-zenhei-fonts # FIXME: Workaround to save space, do this in comps
|
#-wqy-zenhei-fonts # FIXME: Workaround to save space, do this in comps
|
||||||
|
|
||||||
# FIXME: can be removed once mtpaint is gone from lxde-apps in comps
|
|
||||||
-mtpaint
|
|
||||||
|
|
||||||
# drop some system-config things
|
# drop some system-config things
|
||||||
-system-config-boot
|
-system-config-boot
|
||||||
|
|||||||
@@ -70,6 +70,5 @@ livecd-tools
|
|||||||
-plymouth-system-theme
|
-plymouth-system-theme
|
||||||
-plymouth-theme-charge
|
-plymouth-theme-charge
|
||||||
sugar-logos
|
sugar-logos
|
||||||
-sugar-write
|
|
||||||
|
|
||||||
%end
|
%end
|
||||||
|
|||||||
Reference in New Issue
Block a user