2000-05-23 23:03:01 -04:00
|
|
|
--- lib/mc.ext.in.orig Wed May 10 17:58:01 2000
|
|
|
|
+++ lib/mc.ext.in Tue May 16 13:31:33 2000
|
|
|
|
@@ -318,11 +318,11 @@
|
1999-01-31 15:57:11 -05:00
|
|
|
Icon=xpm.xpm
|
|
|
|
|
|
|
|
include/image-options
|
2000-05-23 23:03:01 -04:00
|
|
|
- Open=if [ "$DISPLAY" = "" ]; then zgv %f; else (ee %f &); fi
|
|
|
|
+ Open=if [ "$DISPLAY" = "" ]; then zgv %f; else (ElectricEyes %f &); fi
|
|
|
|
View=%view{ascii} identify %f
|
|
|
|
#View=%view{ascii} asciiview %f
|
1999-01-31 15:57:11 -05:00
|
|
|
Set root window to this image=background-properties --setwallpaper %f &
|
|
|
|
- Display this file=ee %f &
|
|
|
|
+ Display this file=ElectricEyes %f &
|
|
|
|
|
2000-05-23 23:03:01 -04:00
|
|
|
|
|
|
|
### Sound files ###
|
|
|
|
@@ -368,7 +368,7 @@
|
|
|
|
|
|
|
|
# Postscript
|
|
|
|
type/PostScript
|
|
|
|
- Open=gv %f&
|
|
|
|
+ Open=ggv %f&
|
|
|
|
Icon=postscript.xpm
|
|
|
|
View=%view{ascii} ps2ascii %f
|
|
|
|
View with GhostView=gv %f
|
1999-01-31 15:57:11 -05:00
|
|
|
--- lib/mc-gnome.ext.in.orig Thu Jan 28 14:21:23 1999
|
|
|
|
+++ lib/mc-gnome.ext.in Thu Jan 28 14:21:59 1999
|
|
|
|
@@ -271,60 +271,60 @@
|
|
|
|
View=%view{ascii,nroff} gunzip -dc %f | nroff @TROFFASCII@ @MANDOC@
|
|
|
|
|
|
|
|
type/PostScript
|
|
|
|
- Open=gv %f
|
|
|
|
- View with GhostView=gv %f
|
|
|
|
+ Open=ggv %f
|
|
|
|
+ View with GhostView=ggv %f
|
|
|
|
|
|
|
|
type/GIF\ image
|
|
|
|
- Open=ee %f
|
|
|
|
+ Open=ElectricEyes %f
|
|
|
|
Include=image-options
|
|
|
|
|
|
|
|
type/GIF\ picture
|
|
|
|
- Open=ee %f
|
|
|
|
+ Open=ElectricEyes %f
|
|
|
|
Include=image-options
|
|
|
|
|
|
|
|
type/JPEG\ picture
|
|
|
|
- Open=ee %f
|
|
|
|
+ Open=ElectricEyes %f
|
|
|
|
Include=image-options
|
|
|
|
|
|
|
|
type/PC\ bitmap
|
|
|
|
- Open=ee %f
|
|
|
|
+ Open=ElectricEyes %f
|
|
|
|
Include=image-options
|
|
|
|
|
|
|
|
type/PNG\ image
|
|
|
|
- Open=ee %f
|
|
|
|
+ Open=ElectricEyes %f
|
|
|
|
Include=image-options
|
|
|
|
|
|
|
|
type/JPEG\ image
|
|
|
|
- Open=ee %f
|
|
|
|
+ Open=ElectricEyes %f
|
|
|
|
Include=image-options
|
|
|
|
|
|
|
|
type/TIFF\ file
|
|
|
|
- Open=ee %f
|
|
|
|
+ Open=ElectricEyes %f
|
|
|
|
Include=image-options
|
|
|
|
|
|
|
|
type/PBM
|
|
|
|
- Open=ee %f
|
|
|
|
+ Open=ElectricEyes %f
|
|
|
|
Include=image-options
|
|
|
|
|
|
|
|
type/PGM
|
|
|
|
- Open=ee %f
|
|
|
|
+ Open=ElectricEyes %f
|
|
|
|
Include=image-options
|
|
|
|
|
|
|
|
type/PPM
|
|
|
|
- Open=ee %f
|
|
|
|
+ Open=ElectricEyes %f
|
|
|
|
Include=image-options
|
|
|
|
|
|
|
|
shell/.xbm
|
|
|
|
Open=bitmap %f
|
|
|
|
|
|
|
|
shell/.xpm
|
|
|
|
- Open=ee %f
|
|
|
|
+ Open=ElectricEyes %f
|
|
|
|
View=sxpm %f
|
|
|
|
Include=image-options
|
|
|
|
|
|
|
|
include/image-options
|
|
|
|
Set root window to this image=background-properties --setwallpaper %f &
|
|
|
|
- Display this file=ee %f &
|
|
|
|
+ Display this file=ElectricEyes %f &
|
|
|
|
|
|
|
|
# Sound files
|
|
|
|
shell/.mod
|
1999-03-08 20:13:40 -05:00
|
|
|
--- gnome/mc.keys.in.in.orig Tue Feb 16 01:29:18 1999
|
|
|
|
+++ gnome/mc.keys.in.in Fri Feb 19 01:47:31 1999
|
|
|
|
@@ -96,7 +96,7 @@
|
1999-01-31 15:57:11 -05:00
|
|
|
icon-filename=@icondir@/tex.xpm
|
|
|
|
|
|
|
|
application/postscript:
|
|
|
|
- open=gv %f
|
|
|
|
+ open=ggv %f
|
1999-03-08 20:13:40 -05:00
|
|
|
icon-filename=@icondir@/gnome-application-postscript.png
|
1999-01-31 15:57:11 -05:00
|
|
|
|
|
|
|
application/x-object-file:
|