Hopefully, I have fixed the issue with the Installer icons. We'll have to see once...
authorChris Gianelloni <wolf31o2@gentoo.org>
Wed, 12 Jul 2006 23:28:41 +0000 (23:28 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Wed, 12 Jul 2006 23:28:41 +0000 (23:28 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1160 d1e1f19c-881f-0410-ab34-b69fee027534

ChangeLog
targets/support/livecdfs-update.sh

index c2f600c39ee413f5bc11f94cedc415d5cfce014d..8d5068077bcc2cb6309525a0bcda4b105e6405bb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.644 2006/07/12 18:34:52 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.645 2006/07/12 23:28:40 wolf31o2 Exp $
+
+  12 Jul 2006; Chris Gianelloni <wolf31o2@gentoo.org>
+  targets/support/livecdfs-update.sh:
+  Hopefully, I have fixed the issue with the Installer icons. We'll have to
+  see once the newer Installer is released, as I still have to fix the
+  installer scripts.
 
   12 Jul 2006; Chris Gianelloni <wolf31o2@gentoo.org>
   targets/support/rc-update.sh:
index 6c270887a2a843d5b5ea00281e1822dfc07a34be..2e32bbe3975c15381266c820bd956f076653626b 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Copyright 1999-2005 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/targets/support/livecdfs-update.sh,v 1.53 2006/07/11 21:40:59 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/targets/support/livecdfs-update.sh,v 1.54 2006/07/12 23:28:41 wolf31o2 Exp $
 
 . /tmp/chroot-functions.sh
 
@@ -341,9 +341,9 @@ case ${clst_livecd_type} in
                                                /home/${username}/Desktop
                                        cp /usr/share/applications/installer-dialog.desktop \
                                                /home/${username}/Desktop
-                                       sed -i -e 's:Exec=installer:Exec=sudo installer:' \
+                                       sed -i -e 's:Exec=installer-dialog:Exec=installer dialog:' \
                                                /home/${username}/Desktop/installer-dialog.desktop
-                                       sed -i -e 's:Exec=installer:Exec=sudo installer:' \
+                                       sed -i -e 's:Exec=installer-gtk:Exec=installer:' \
                                                /home/${username}/Desktop/installer-gtk.desktop
                                        chown -R ${username}:100 /home/${username}
                                done