I've been using themed OOo in OSX with using Gtk from Fink. Although it works well when running soffice from command line, it does not work with clicking the .app icon.
To get it working with .app, you must add the following lines to soffice -script:
# set VCL plugin to GTK and initialize Fink
#
export SAL_USE_VCLPLUGIN="gtk"
test -r /sw/bin/init.sh && source /sw/bin/init.sh
The reason fink has to be initialized is that the "sh" command, run in main.scpt uses empty environment and not the normal one that comes with csh or bash.
I know this is not the most important thing, but maybe we could add out-of-the-box support for running themed OOo by adding a shell-script to the same directory as main.scpt?
The shell-script would initialize the needed environment and then run soffice.
Testing would include:
1) if fink, load fink environment (see the line above)
1a) if gtk in fink, export SAL_USE_VCLPLUGIN="gtk"
1b) if kde in fink, export SAL_USE_VCLPLUGIN="kde"
2) if opendarwin, load opendarwin environment
2a) if gtk inside, export SAL_USE_VCLPLUGIN="gtk"
2b) if kde inside, export SAL_USE_VCLPLUGIN="kde"
In the case there are several environments available, a configfile would perhaps be necessary.... e.g. ~/.openoffice.org2/user/config/X11theme.cfg
Thanks,
Mox
On 10/13/05, eric.bachard <[EMAIL PROTECTED]> wrote:
Hi,
I have built 1.9.133 for following locales : ja de en-US fr .
The URL is : <http://ooofr.org/telechargement/macosx/2.0/m133/>
fondu (version 041222 + Etsushi Kato's fix for complex fonts) is now
inside, and I need feedback, to know if it works fine or not.
Please test it and post here what is not ok. Most important concerns
complex fonts, like for japanese locale.
Thank's in advance for your feedback !!
--
<[EMAIL PROTECTED]>
Francophone OpenOffice.org Commmunity developer (Linux PPC / Mac OS X /
X11)
See : <http://fr.openoffice.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Mox on G
