diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/ChangeLog | 5 | ||||
-rwxr-xr-x | perl-install/live_install | 4 |
2 files changed, 9 insertions, 0 deletions
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 <fpons@mandrakesoft.com> + + * live_install: added icons (this fixes the yellow on white + tooltips problem). + 2000-10-05 DrakX <install@linux-mandrake.com> * 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/ |