#7 Remove lxde
Merged 4 years ago by zbyszek. Opened 4 years ago by ankursinha.
neuro-sig/ ankursinha/neuro-scripts master  into  master

@@ -1,16 +0,0 @@ 

- # Common packages removed from comps

- # For F14, these removals should be moved to comps itself

- 

- %packages

- 

- # save some space

- -mpage

- -hplip

- -isdn4k-utils

- 

- # scanning takes quite a bit of space :/

- -xsane

- -xsane-gimp

- -sane-backends

- 

- %end

@@ -1,66 +0,0 @@ 

- # fedora-livecd-lxde.ks

- #

- # Description:

- # - Fedora Live Spin with the light-weight LXDE Desktop Environment

- #

- # Maintainer(s):

- # - Christoph Wickert <cwickert@fedoraproject.org>

- 

- %include fedora-live-base.ks

- %include fedora-live-minimization.ks

- %include fedora-lxde-neuro-packages.ks

- 

- selinux --disabled

- 

- %post

- # LXDE and LXDM configuration

- 

- # create /etc/sysconfig/desktop (needed for installation)

- cat > /etc/sysconfig/desktop <<EOF

- PREFERRED=/usr/bin/startlxde

- DISPLAYMANAGER=/usr/sbin/lxdm

- EOF

- 

- cat >> /etc/rc.d/init.d/livesys << EOF

- # disable screensaver locking and make sure gamin gets started

- cat > /etc/xdg/lxsession/LXDE/autostart << FOE

- /usr/libexec/gam_server

- @lxpanel --profile LXDE

- @pcmanfm --desktop --profile LXDE

- /usr/libexec/notification-daemon

- FOE

- 

- # set up preferred apps 

- cat > /etc/xdg/libfm/pref-apps.conf << FOE 

- [Preferred Applications]

- WebBrowser=firefox.desktop

- MailClient=sylpheed.desktop

- FOE

- 

- # set up auto-login for liveuser

- sed -i 's/# autologin=.*/autologin=liveuser/g' /etc/lxdm/lxdm.conf

- 

- # Show harddisk install on the desktop

- sed -i -e 's/NoDisplay=true/NoDisplay=false/' /usr/share/applications/liveinst.desktop

- mkdir /home/liveuser/Desktop

- cp /usr/share/applications/liveinst.desktop /home/liveuser/Desktop

- 

- # create default config for clipit, otherwise it displays a dialog on startup

- mkdir -p /home/liveuser/.config/clipit

- cat > /home/liveuser/.config/clipit/clipitrc  << FOE

- [rc]

- use_copy=true

- save_uris=true

- save_history=false

- statics_show=true

- single_line=true

- FOE

- 

- # this goes at the end after all other changes.

- chown -R liveuser:liveuser /home/liveuser

- restorecon -R /home/liveuser

- 

- EOF

- 

- %end

- 

@@ -1,89 +0,0 @@ 

- # fedora-livecd-lxde.ks

- #

- # Description:

- # - Fedora Live Spin with the light-weight LXDE Desktop Environment

- #

- # Maintainer(s):

- # - Christoph Wickert <cwickert@fedoraproject.org>

- 

- %packages

- ### LXDE desktop

- @lxde-desktop

- @lxde-apps

- @lxde-media

- @lxde-office

- @networkmanager-submodules

- 

- # FIXME: can be omitted once comps is updated

- midori

- 

- # 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

- 

- # make sure xfce4-notifyd is not pulled in

- notification-daemon

- -xfce4-notifyd

- 

- # make sure xfwm4 is not pulled in for firstboot

- # https://bugzilla.redhat.com/show_bug.cgi?id=643416

- metacity

- 

- 

- # dictionaries are big

- #-man-pages-*

- #-words

- 

- 

- #Neuro Packages

- #auryn

- auryn-mpich 

- auryn-mpich 

- auryn-openmpi

- bionetgen

- calcium-calculator

- COPASI

- getdp

- nest

- neuron

- neurord

- python3-brian2

- python-brian2-doc

- python3-nest

- python3-neuron

- python3-libNeuroML

- python3-neo

- python3-nineml

- python-nineml-doc

- python3-PyLEMS

- python-PyLEMS-doc

- smoldyn

- 

- 

- # save some space

- -autofs

- -acpid

- -gimp-help

- -desktop-backgrounds-basic

- -PackageKit*                # we switched to dnfdragora, so we don't need this

- -foomatic-db-ppds

- -foomatic

- -stix-fonts

- -ibus-typing-booster

- -xscreensaver-extras

- #-wqy-zenhei-fonts           # FIXME: Workaround to save space, do this in comps

- 

- # drop some system-config things

- #-system-config-language

- -system-config-network

- -system-config-rootpassword

- #-system-config-services

- -policycoreutils-gui

- -gnome-disk-utility

- 

- %end

- 

rebased onto 56b8bcd

4 years ago

Pull-Request has been merged by zbyszek

4 years ago