From 97598552cf625e8bd033834a7dd2fbbd588cbd4f Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Thu, 5 Oct 2000 14:32:23 +0000 Subject: *** empty log message *** --- perl-install/ChangeLog | 5 +++++ perl-install/live_install | 4 ++++ 2 files changed, 9 insertions(+) (limited to 'perl-install') diff --git a/perl-install/ChangeLog b/perl-install/ChangeLog index ecafc523a..bf2e3a4ef 100644 --- a/perl-install/ChangeLog +++ b/perl-install/ChangeLog @@ -1,3 +1,8 @@ +2000-10-05 François Pons + + * live_install: added icons (this fixes the yellow on white + tooltips problem). + 2000-10-05 DrakX * snapshot uploaded diff --git a/perl-install/live_install b/perl-install/live_install index 74b4ff9c9..5c511d87e 100755 --- a/perl-install/live_install +++ b/perl-install/live_install @@ -48,6 +48,10 @@ if [ -x "/tmp/drakx/mdkinst/usr/bin/perl-install/live_install2" ]; then /bin/cp -a /tmp/drakx/mdkinst/usr/X11R6/lib/X11/$i /usr/X11R6/lib/X11/$i done + /bin/mkdir -p /usr/share/gtk + /bin/rm -rf /usr/share/gtk/themes + /bin/ln -s /tmp/drakx/mdkinst/usr/share/gtk/themes /usr/share/gtk/themes + # get correct fonts for DrakX. if [ -n "$DISPLAY" ]; then xset +fp /tmp/drakx/mdkinst/usr/X11R6/lib/X11/fonts/ -- cgit v1.2.1