Gentoo Archives: gentoo-user

From: Iain Buchanan <iaindb@××××××××××××.au>
To: gentoo-user@l.g.o
Subject: [gentoo-user] using xscreensaver hacks in gnome-screensaver (gnome 2.14)
Date: Sun, 14 May 2006 13:43:03
Message-Id: 1147613525.10088.3.camel@orpheus
1 Hi All,
2
3 For a while I was looking for how to get gnome-screensaver (gnome-2.14)
4 to use xscreensaver hacks. Well, I never found out anything, so I wrote
5 this script to convert the xscreensaver xml files to
6 gnome-screensaver .desktop files. Just run it like this:
7 $ xs2gs.pl /path/to/xscreensaver-files/ tmp/
8
9 then when you're happy with all the files in /tmp, copy them
10 to /path/to/gnome-screensaver-files/
11
12 That's usually /usr/share/xscreensaver/config/ for the xscreensaver
13 hacks, and /usr/share/gnome-screensaver/themes/ for the
14 gnome-screensaver files.
15
16 If your favourite hack doesn't work, let me know and I may get around to
17 working on it :)
18
19 save this as xs2gs.pl
20
21 enjoy :)
22
23 --
24 Iain Buchanan <iaindb at netspace dot net dot au>
25
26 You can get much further with a kind word and a gun than you can with a
27 kind word alone.
28 -- Al Capone
29 [Also attributed to Johnny Carson. Ed.]

Attachments

File name MIME type
xs2gs.pl application/x-perl