diff --git a/capplets/screensaver/ChangeLog b/capplets/screensaver/ChangeLog index 1645500ad..45372a337 100644 --- a/capplets/screensaver/ChangeLog +++ b/capplets/screensaver/ChangeLog @@ -1,3 +1,9 @@ +2001-08-19 Abel Cheung + + * screensavers/Makefile.am: Added missing DESTDIR to install-data-local + * screensavers/attraction.xml: Fix of description (even the original + xscreensaver description needs fixing) + 2001-08-10 Richard Hestilow * capplet/prefs-widget.c (random_timeout_cb): Fix for diff --git a/capplets/screensaver/screensavers/Makefile.am b/capplets/screensaver/screensavers/Makefile.am index f8a84062b..4fa961a80 100644 --- a/capplets/screensaver/screensavers/Makefile.am +++ b/capplets/screensaver/screensavers/Makefile.am @@ -154,4 +154,4 @@ EXTRA_DIST = $(Screensavers) README $(pixmaps_DATA) ADFILE = $(XSCREENSAVER_PREFIX)/lib/X11/app-defaults/XScreenSaver install-data-local: - @PERL@ magic.pl --adfile $(ADFILE) --merge $(GNOMECC_SCREENSAVERS_DIR) + @PERL@ magic.pl --adfile $(ADFILE) --merge $(DESTDIR)$(GNOMECC_SCREENSAVERS_DIR) diff --git a/capplets/screensaver/screensavers/attraction.xml b/capplets/screensaver/screensavers/attraction.xml index 4d74d980a..935a29c84 100644 --- a/capplets/screensaver/screensavers/attraction.xml +++ b/capplets/screensaver/screensavers/attraction.xml @@ -36,7 +36,7 @@ - <_description>Like qix, this uses a simple simple motion model to generate many different display modes. The control points attract each other up to a certain distance, and then begin to repel each other. The attraction/repulsion is proportional to the distance between any two particles, similar to the strong and weak nuclear forces. + <_description>Like qix, this uses a simple motion model to generate many different display modes. The control points attract each other up to a certain distance, and then begin to repel each other. The attraction/repulsion is proportional to the distance between any two particles, similar to the strong and weak nuclear forces. One of the most interesting ways to watch this hack is simply as bouncing balls, because their motions and interactions with each other are so odd. Sometimes two balls will get into a tight orbit around each other, to be interrupted later by a third, or by the edge of the screen. It looks quite chaotic. @@ -45,4 +45,4 @@ Written by Jamie Zawinski, based on Lisp code by John Pezaris. - \ No newline at end of file +