~ubuntu-branches/ubuntu/natty/rss-glx/natty

« back to all changes in this revision

Viewing changes to utils/rss-glx_install.pl

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2009-05-01 05:30:24 UTC
  • mfrom: (1.2.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: james.westby@ubuntu.com-20090501053024-eo6umwjsksox3uaf
Tags: upstream-0.8.3
ImportĀ upstreamĀ versionĀ 0.8.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
$screensavers->{'busyspheres'}  = '  GL:            "BusySpheres"  busyspheres --root                          \\n\\';
28
28
$screensavers->{'spirographx'}  = '  GL:            "SpirographX"  spirographx --root                          \\n\\';
29
29
$screensavers->{'matrixview'}   = '  GL:             "MatrixView"  matrixview --root                           \\n\\';
 
30
$screensavers->{'lorenz'}       = '  GL:                 "Lorenz"  lorenz --root                               \\n\\';
30
31
 
31
32
open XSCREENSAVER, "$ENV{'HOME'}/.xscreensaver";
32
33
my @xscreensaver_config_file = <XSCREENSAVER>;