From 2a5103ebf2cf644c88f849aae250a37a1f26f0dc Mon Sep 17 00:00:00 2001 From: nasirhm Date: Oct 22 2020 09:51:04 +0000 Subject: fix: maintainer names and remove dex-autostart to run via profile To either start dex-autostart in live is to be discussed in next meeting --- diff --git a/fedora-live-i3.ks b/fedora-live-i3.ks index 9ebe6c5..b712da2 100644 --- a/fedora-live-i3.ks +++ b/fedora-live-i3.ks @@ -4,10 +4,10 @@ # - Fedora Live Spin with the tiling window manager i3 # # Maintainer(s): -# - Rahul Sundaram -# - Christoph Wickert -# - Kevin Fenzi -# - Adam Miller +# - Nasir Hussain +# - Eduard Lucena +# - Dan Cermak +# - Justin W. Flory %include fedora-live-base-not-rawhide.ks %include fedora-live-minimization.ks @@ -54,9 +54,6 @@ restorecon -R /home/liveuser # setting the wallpaper echo "/usr/bin/feh --bg-scale /usr/share/backgrounds/default.png" >> /home/liveuser/.profile -# starting dex-autostart to start the liveinst -echo "/usr/bin/dex-autostart -a" >> /home/liveuser/.profile - EOF %end diff --git a/flat-i3.ks b/flat-i3.ks index 374f36b..495a965 100644 --- a/flat-i3.ks +++ b/flat-i3.ks @@ -371,9 +371,6 @@ restorecon -R /home/liveuser # setting the wallpaper echo "/usr/bin/feh --bg-scale /usr/share/backgrounds/default.png" >> /home/liveuser/.profile -# starting dex-autostart to start the liveinst -echo "/usr/bin/dex-autostart -a" >> /home/liveuser/.profile - EOF %end