Added a sample file for MIME type file associations
This commit is contained in:
parent
07692bef9f
commit
edc8008b33
1
Makefile
1
Makefile
|
@ -39,6 +39,7 @@ dist:
|
|||
$(PACKAGE)-$(VERSION)/doc/delete.xml \
|
||||
$(PACKAGE)-$(VERSION)/doc/desktop.xml \
|
||||
$(PACKAGE)-$(VERSION)/doc/desktopctl.xml \
|
||||
$(PACKAGE)-$(VERSION)/doc/mime.conf \
|
||||
$(PACKAGE)-$(VERSION)/doc/move.xml \
|
||||
$(PACKAGE)-$(VERSION)/doc/open.xml \
|
||||
$(PACKAGE)-$(VERSION)/doc/properties.xml \
|
||||
|
|
30
doc/mime.conf
Normal file
30
doc/mime.conf
Normal file
|
@ -0,0 +1,30 @@
|
|||
#$Id$
|
||||
|
||||
|
||||
[application/pdf]
|
||||
open=pdfviewer
|
||||
|
||||
[application/x-shellscript]
|
||||
open=view
|
||||
edit=editor
|
||||
|
||||
[application/xml]
|
||||
open=xmleditor
|
||||
edit=editor
|
||||
|
||||
[image/svg+xml]
|
||||
open=view
|
||||
|
||||
[image/*]
|
||||
open=view
|
||||
|
||||
[text/html]
|
||||
open=surfer
|
||||
edit=editor
|
||||
|
||||
[text/*]
|
||||
open=view
|
||||
edit=editor
|
||||
|
||||
[video/*]
|
||||
open=player
|
|
@ -1,5 +1,5 @@
|
|||
targets=browser.1,browser.html,copy.1,copy.html,delete.1,delete.html,desktop.1,desktop.html,desktopctl.1,desktopctl.html,move.1,move.html,open.1,open.html,properties.1,properties.html,view.1,view.html
|
||||
dist=Makefile,docbook.sh,browser.xml,copy.xml,delete.xml,desktop.xml,desktopctl.xml,move.xml,open.xml,properties.xml,view.xml
|
||||
dist=Makefile,docbook.sh,browser.xml,copy.xml,delete.xml,desktop.xml,desktopctl.xml,mime.conf,move.xml,open.xml,properties.xml,view.xml
|
||||
|
||||
[browser.1]
|
||||
type=script
|
||||
|
|
Loading…
Reference in New Issue
Block a user