On Sun, 2005-12-18 at 08:08 -0800, John Jordan wrote: > I had OO.o 1.1 on both my Windows 2000 and Linux Ubuntu-64 > computers. Since upgrading to 1.9 (Linux) I no longer have a Quickstarter > icon on the Linux machine. I know how to add it, but can't find the > Quickstarter program file. On the Windows machine it is called > Quickstarter.exe, but a search on the Linux machine for *quickstarter*.* > (case not sensitive) did not turn it up. > > Can someone tell me what it is called or where the Quickstarter > executable is located on Linux?
It is called ooqstart-gnome or oooqs-kde and may or may not be installed. In either case it is not part of the Linux OOo distro. In a pinch you could try the following shell script: #!/bin/sh while true; do xdpyinfo 2>&1 >/dev/null || exit soffice -quickstart done -- PLEASE KEEP MESSAGES ON THE LIST. OpenOffice.org Documentation Co-Lead http://documentation.openoffice.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
