Re: X11user and OpenOffice
Re: X11user and OpenOffice
- Subject: Re: X11user and OpenOffice
- From: tom wible <email@hidden>
- Date: Fri, 28 Nov 2003 09:14:00 -0500
menu. You do this by going to the 'Customize..' item in the menu, then
clicking the 'Add' button. You'll then type a name in the left-hand
field (presumably 'OpenOffice'), and in the right hand field you will
enter the complete file path to the OpenOffice application. That will
be something like '/Applications/OpenOffice/ this file' (sorry, while
sh /Applications/OpenOffice/program/soffice
Now I would like to assign OppenOffice to X11 as the app to start it
or use dropscript
http://www.mit.edu/people/wsanchez/software/darwin/DropScript-0.5.dmg
to start x11(a nop if already running), then oo. just drop this file:
#!/bin/bash
# EXTENSIONS : "sxw" "doc" "xls" "xl" "sxc" # Accepted file extentions
# ROLE : Editor
export DISPLAY=:0.0
/usr/bin/open -a X11.app
/Applications/OpenOffice/program/soffice "$@"
onto the dropscript app to gen an app that u can drop m$ files onto to open:-)
you can also change the open with of all your .doc, .xl & .ppt files to the
dropscripted app, & totally defenstrate;-)
_______________________________________________
x11-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/x11-users
X11 for Mac OS X FAQ: http://developer.apple.com/qa/qa2001/qa1232.html
Report issues, request features, feedback: http://developer.apple.com/bugreporter
Do not post admin requests to the list. They will be ignored.