Thank you VERY much Huck. I'll try it out. And at least it gives me something to work with. This is what I was hoping someone would post.<br><br>John<br><br><div><span class="gmail_quote">On 11/16/06, <b class="gmail_sendername">
Huck</b> <<a href="mailto:dhuckaby@paasda.org">dhuckaby@paasda.org</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">yeah there's a script...
<br>in K12LTSP...if you install LTSP on top of another distro I don't think<br>Eric's scripts come with that..but I might be wrong...<br><br>In my ancient version....the script is located in:<br><br>/opt/ltsp/templates/k12linux/openoffice-
ms-format-defaults.sh<br><br>here, I'll post the contents too just for fun:<br>#!/bin/sh<br><br># this script changes the default formats to .doc/.xls/.ppt rather than the<br># native OpenOffice.org formats. Yes, that's ugly - but it makes a huge
<br># difference in the integration of OOo into MS dominate environments.<br><br>#FILE="/usr/lib/openoffice/share/config/registry/instance/org/openoffice/Office/TypeDetection.xml"<br>FILE="/usr/lib/ooo-1.1/share/registry/data/org/openoffice/Office/TypeDetection.xcu"
<br><br>[ -f $FILE ] || exit<br><br>perl -i.ltsp -p -e "<br><br>s/5,calc_MS_Excel_97,com.sun.star.sheet.SpreadsheetDocument,,67,,0,/5,calc_MS_Excel_97,com.sun.star.sheet.SpreadsheetDocument,,323,,0,/;<br><br>s/1,calc_StarOffice_XML_Calc,
com.sun.star.sheet.SpreadsheetDocument,,295,,6200,,/2,calc_StarOffice_XML_Calc,com.sun.star.sheet.SpreadsheetDocument,,55,,6200,,/;<br><br><br>s/3,impress_MS_PowerPoint_97,com.sun.star.presentation.PresentationDocument,,67,emp,0,,/3,impress_MS_PowerPoint_97,
com.sun.star.presentation.PresentationDocument,,323,emp,0,,/;<br><br><br>s/3,writer_MS_Word_97,com.sun.star.text.TextDocument,,67,CWW8,0,,/3,writer_MS_Word_97,com.sun.star.text.TextDocument,,323,CWW8,0,,/;<br><br>s/1,writer_StarOffice_XML_Writer,
com.sun.star.text.TextDocument,,268435751,CXML,6200,,/1,writer_StarOffice_XML_Writer,com.sun.star.text.TextDocument,,268435495,CXML,6200,,/;<br>" $FILE<br><br><br>--Huck<br><br><br><br>john wrote:<br>> Doesn't anyone know how to make this happen. I thought this was a solved
<br>> issue?<br>><br>> John<br>><br>><br>> ------------------------------------------------------------------------<br>><br>> _______________________________________________<br>> K12OSN mailing list
<br>> <a href="mailto:K12OSN@redhat.com">K12OSN@redhat.com</a><br>> <a href="https://www.redhat.com/mailman/listinfo/k12osn">https://www.redhat.com/mailman/listinfo/k12osn</a><br>> For more info see <<a href="http://www.k12os.org">
http://www.k12os.org</a>><br><br>_______________________________________________<br>K12OSN mailing list<br><a href="mailto:K12OSN@redhat.com">K12OSN@redhat.com</a><br><a href="https://www.redhat.com/mailman/listinfo/k12osn">
https://www.redhat.com/mailman/listinfo/k12osn</a><br>For more info see <<a href="http://www.k12os.org">http://www.k12os.org</a>><br></blockquote></div><br>