Sophie

Sophie

distrib > Mandriva > 2007.1 > i586 > by-pkgid > fd35669289946a66f503630c87c0b8cb > files > 8

xscreensaver-5.01-3.1mdv2007.1.src.rpm

--- xscreensaver-5.01/driver/XScreenSaver.ad.in.browser	2006-09-19 18:26:42.000000000 +0200
+++ xscreensaver-5.01/driver/XScreenSaver.ad.in	2006-09-19 18:28:25.000000000 +0200
@@ -97,15 +97,15 @@
 !
 !   Gnome 2.4, 2.6: (yelp can't display man pages, as of 2.6.3)
 !
-@GNOME24@*loadURL: @WITH_BROWSER@ '%s'
-@GNOME24@*manualCommand: gnome-terminal --title '%s manual' \
-@GNOME24@		--command '/bin/sh -c "man %s; read foo"'
+! @GNOME24@*loadURL: gnome-open '%s'
+! @GNOME24@*manualCommand: gnome-terminal --title '%s manual' \
+! @GNOME24@		--command '/bin/sh -c "man %s; read foo"'
 !
 !   Gnome 2.2:
 !
-@GNOME22@*loadURL: gnome-url-show '%s'
-@GNOME22@*manualCommand: gnome-terminal --title '%s manual' \
-@GNOME22@		--command '/bin/sh -c "man %s; read foo"'
+! @GNOME22@*loadURL: gnome-url-show '%s'
+! @GNOME22@*manualCommand: gnome-terminal --title '%s manual' \
+! @GNOME22@		--command '/bin/sh -c "man %s; read foo"'
 !
 !   Gnome 1.4:
 !
@@ -114,10 +114,11 @@
 !
 !   non-Gnome systems:
 !
-@NOGNOME@*loadURL: firefox '%s' || mozilla '%s' || netscape '%s'
-@NOGNOME@*manualCommand: xterm -sb -fg black -bg gray75 -T '%s manual' \
-@NOGNOME@		    -e /bin/sh -c 'man "%s" ; read foo'
-
+! @NOGNOME@*loadURL: firefox '%s' || mozilla '%s' || netscape '%s'
+! @NOGNOME@*manualCommand: xterm -sb -fg black -bg gray75 -T '%s manual' \
+! @NOGNOME@		    -e /bin/sh -c 'man "%s" ; read foo'
+*loadURL: www-browser '%s'
+*manualCommand: xvt -e "man %s"
 
 ! The format used for printing the date and time in the password dialog box
 ! (see the strftime(3) manual page for details.)