[Cxplorer-cvs 01265] CVS update: cxplorer/config

Back to archive index

Yasumichi Akahoshi yasum****@users*****
2005年 9月 8日 (木) 00:32:09 JST


Index: cxplorer/config/cxplorer.schemas
diff -u cxplorer/config/cxplorer.schemas:1.3 cxplorer/config/cxplorer.schemas:1.4
--- cxplorer/config/cxplorer.schemas:1.3	Fri Sep  2 01:31:04 2005
+++ cxplorer/config/cxplorer.schemas	Thu Sep  8 00:32:09 2005
@@ -16,7 +16,7 @@
 			<applyto>/apps/cxp/cxplorer/PreviewText</applyto>
 			<owner>cxplorer</owner>
 			<type>string</type>
-			<default>head --lines 20</default>
+			<default>cat</default>
 			<locale name="C">
 				<short>command of preview text file</short>
 				<long>It is a command to obtain the preview as for the text file.</long>
@@ -27,7 +27,7 @@
 			<applyto>/apps/cxp/cxplorer/PreviewBinary</applyto>
 			<owner>cxplorer</owner>
 			<type>string</type>
-			<default>od -t x1z -A x -N 112 --width=16</default>
+			<default>od -t x1z -A x --width=16</default>
 			<locale name="C">
 				<short>command of preview binary file</short>
 				<long>It is a command to obtain the preview as for the binary file.</long>
@@ -38,7 +38,7 @@
 			<applyto>/apps/cxp/cxplorer/PreviewDir</applyto>
 			<owner>cxplorer</owner>
 			<type>string</type>
-			<default>ls</default>
+			<default>ls -lh</default>
 			<locale name="C">
 				<short>command of preview directory</short>
 				<long>It is a command to obtain the preview as for the directory.</long>


Cxplorer-cvs メーリングリストの案内
Back to archive index