This is an automated email from the git hooks/post-receive script.
adamwill pushed a change to branch master in repository fedora-kickstarts.
from eceda6a Increase size on Xfce arm image as it's running out of space currently. new a96164b MATE: mark installer launcher as executable on live image
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: fedora-live-mate_compiz.ks | 3 +++ 1 file changed, 3 insertions(+)
This is an automated email from the git hooks/post-receive script.
adamwill pushed a commit to branch master in repository fedora-kickstarts.
commit a96164bc8b5ee00438145cf16881587b2478a6f3 Author: raveit65 mate@raveit.de Date: Fri Jun 30 18:49:44 2017 +0200
MATE: mark installer launcher as executable on live image --- fedora-live-mate_compiz.ks | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/fedora-live-mate_compiz.ks b/fedora-live-mate_compiz.ks index e6fc3ac..fd87847 100644 --- a/fedora-live-mate_compiz.ks +++ b/fedora-live-mate_compiz.ks @@ -21,6 +21,9 @@ fi mkdir /home/liveuser/Desktop cp /usr/share/applications/liveinst.desktop /home/liveuser/Desktop
+# and mark it as executable +chmod +x /home/liveuser/Desktop/liveinst.desktop + # rebuild schema cache with any overrides we installed glib-compile-schemas /usr/share/glib-2.0/schemas