tags 231983 + moreinfo thanks On Tue, 2004-02-10 at 03:14, Stijn Declercq wrote: > When I'm working with openoffice.org in Fluxbox or Openbox I'm getting > no gtk2 interface with anti-aliased fonts, however in gnome I'm getting > the gtk2 interface. Normally according to other openbox users(with same > versions)I should get also a gtk2 interface in openbox or fluxbox.
This doesn't make sense to me. OOo doesn't have a gtk2 interface - it uses its own toolkit. Are you talking about its ability to use the same fonts and colours as the Gnome desktop? This happens if OOo detects that a Gnome desktop is present, which is quite tricky to do properly. AFAICS from the code, it looks for the Gnome session manager or Nautilus desktop (GNOME_SM_PROXY or NAUTILUS_DESKTOP_WINDOW_ID properties). If you do not have those running the detection will not work. You can override the detection by uncommenting the line in /etc/openoffice/openoffice.conf: # force OOo to use theme settings from gnome or KDE or disable? # set to 'gnome', 'kde' or 'none' to override the autodetection #export OOO_FORCE_DESKTOP=gnome Is that what you want? Chris

