mirror of
https://github.com/MidnightCommander/mc
synced 2025-02-23 18:54:34 +03:00
Actions for x-url/ftp and x-url/http
Now, to figure out a smart way of storing those on the desktop. As, the obvious filename ~/desktop/http://www.gnome.org does not work ;-) Should I perhaps encode the /? Miguel.
This commit is contained in:
parent
62488e5354
commit
a1a9dca7bc
@ -117,14 +117,24 @@ audio/x-mp3:
|
|||||||
|
|
||||||
text/html:
|
text/html:
|
||||||
icon-filename=@icondir@/gnome-text-html.png
|
icon-filename=@icondir@/gnome-text-html.png
|
||||||
|
open=gnome-moz-remote %f
|
||||||
open.netscape.View this file with Netscape=gnome-moz-remote %f
|
open.netscape.View this file with Netscape=gnome-moz-remote %f
|
||||||
|
|
||||||
application/vcard:
|
application/vcard:
|
||||||
icon-filename=@icondir@/calendar.xpm
|
icon-filename=@icondir@/calendar.xpm
|
||||||
|
|
||||||
application/x-url:
|
x-url/http:
|
||||||
icon-filename=@icondir@/gnome-text-url.png
|
icon-filename=@icondir@/gnome-text-url.png
|
||||||
|
|
||||||
|
x-url/http:
|
||||||
|
open=gnome-moz-remote %f
|
||||||
|
|
||||||
|
x-url/ftp:
|
||||||
|
fm-open=cd %f
|
||||||
|
|
||||||
|
x-url/news:
|
||||||
|
open=gnome-moz-remote %f
|
||||||
|
|
||||||
application/x-troff-man:
|
application/x-troff-man:
|
||||||
icon-filename=@icondir@/man.xpm
|
icon-filename=@icondir@/man.xpm
|
||||||
fm-view=%view{ascii,nroff} nroff @TROFFASCII@ @MANDOC@ %f
|
fm-view=%view{ascii,nroff} nroff @TROFFASCII@ @MANDOC@ %f
|
||||||
|
Loading…
x
Reference in New Issue
Block a user