Yasumichi Akahoshi
yasum****@users*****
2005年 9月 2日 (金) 00:52:27 JST
Index: libcxp/libcxp.schemas diff -u libcxp/libcxp.schemas:1.1 libcxp/libcxp.schemas:1.2 --- libcxp/libcxp.schemas:1.1 Fri Sep 2 00:42:24 2005 +++ libcxp/libcxp.schemas Fri Sep 2 00:52:27 2005 @@ -89,6 +89,50 @@ </locale> </schema> <schema> + <key>/schemas/apps/cxp/mime-types/application/x-shellscript/open</key> + <applyto>/apps/cxp/mime-types/application/x-shellscript/open</applyto> + <owner>libcxp</owner> + <type>string</type> + <default>gedit</default> + <locale name="C"> + <short>Command to open file</short> + <long>Command to open file</long> + </locale> + </schema> + <schema> + <key>/schemas/apps/cxp/mime-types/application/x-shellscript/preview</key> + <applyto>/apps/cxp/mime-types/application/x-shellscript/preview</applyto> + <owner>libcxp</owner> + <type>string</type> + <default>head --lines 20</default> + <locale name="C"> + <short>Command to preview file</short> + <long>Command to preview file</long> + </locale> + </schema> + <schema> + <key>/schemas/apps/cxp/mime-types/application/x-perl/open</key> + <applyto>/apps/cxp/mime-types/application/x-perl/open</applyto> + <owner>libcxp</owner> + <type>string</type> + <default>gedit</default> + <locale name="C"> + <short>Command to open file</short> + <long>Command to open file</long> + </locale> + </schema> + <schema> + <key>/schemas/apps/cxp/mime-types/application/x-perl/preview</key> + <applyto>/apps/cxp/mime-types/application/x-perl/preview</applyto> + <owner>libcxp</owner> + <type>string</type> + <default>perl -c</default> + <locale name="C"> + <short>Command to preview file</short> + <long>Command to preview file</long> + </locale> + </schema> + <schema> <key>/schemas/apps/cxp/mime-types/application/zip/open</key> <applyto>/apps/cxp/mime-types/application/zip/open</applyto> <owner>libcxp</owner> @@ -115,7 +159,7 @@ <applyto>/apps/cxp/mime-types/text/html/open</applyto> <owner>libcxp</owner> <type>string</type> - <default></default> + <default>mozilla</default> <locale name="C"> <short>Command to open file</short> <long>Command to open file</long> @@ -126,7 +170,7 @@ <applyto>/apps/cxp/mime-types/text/html/preview</applyto> <owner>libcxp</owner> <type>string</type> - <default></default> + <default>w3m -dump</default> <locale name="C"> <short>Command to preview file</short> <long>Command to preview file</long>