* [gentoo-user] openoffice help
@ 2007-03-02 13:47 Matthew R. Lee
2007-03-02 14:18 ` Mike Markowski
2007-03-02 14:25 ` Philip Webb
0 siblings, 2 replies; 6+ messages in thread
From: Matthew R. Lee @ 2007-03-02 13:47 UTC (permalink / raw
To: gentoo-user
I decided a change is as good as a rest and have changed the 'look' of my
desktop. I want to change the openoffice splash screen. I know I have to
overwrite the intro.bmp with the new one, but I can't find it. Does anyone
know which folder it's in? I have openoffice, not openoffice-bin, installed.
Trying to find the information highlighted a more significant problem, my
openoffice help (F1) isn't installed or working. Has anyone else had this
problem, and if so how do you fix it. I'd rather not just re-emerge a
package the size of openoffice in the hope it just fixes it.
Thanks
Matt
--
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Dr. Matthew R. Lee
CASEB & ECIM
Departamento de Ecologia,
P. Universidad Catolica de Chile,
Alameda 340, Santiago.
CP 6513677
CHILE
matt@matthewlee.org
mlee@bio.puc.cl
URL: meiochile.matthewlee.org
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] openoffice help
2007-03-02 13:47 [gentoo-user] openoffice help Matthew R. Lee
@ 2007-03-02 14:18 ` Mike Markowski
2007-03-02 14:36 ` Matthew R. Lee
2007-03-02 14:25 ` Philip Webb
1 sibling, 1 reply; 6+ messages in thread
From: Mike Markowski @ 2007-03-02 14:18 UTC (permalink / raw
To: gentoo-user
Matt,
Matthew R. Lee wrote:
> ...I want to change the openoffice splash screen. I know I have to
> overwrite the intro.bmp with the new one, but I can't find it...
Here you go:
kryten mm $ find /usr/lib/openoffice/ -name intro.bmp -print
/usr/lib/openoffice/program/intro.bmp
Mike
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] openoffice help
2007-03-02 13:47 [gentoo-user] openoffice help Matthew R. Lee
2007-03-02 14:18 ` Mike Markowski
@ 2007-03-02 14:25 ` Philip Webb
2007-03-02 14:37 ` Matthew R. Lee
1 sibling, 1 reply; 6+ messages in thread
From: Philip Webb @ 2007-03-02 14:25 UTC (permalink / raw
To: gentoo-user
070302 Matthew R. Lee wrote:
> I want to change the openoffice splash screen.
> I have to overwrite intro.bmp with the new one, but I can't find it.
Answer : /usr/lib/openoffice/program/intro.bmp
Method : 'equery files openoffice > outputfile';
'less outputfile'; search for 'bmp'.
--
========================,,============================================
SUPPORT ___________//___, Philip Webb : purslow@chass.utoronto.ca
ELECTRIC /] [] [] [] [] []| Centre for Urban & Community Studies
TRANSIT `-O----------O---' University of Toronto
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] openoffice help
2007-03-02 14:18 ` Mike Markowski
@ 2007-03-02 14:36 ` Matthew R. Lee
2007-03-02 14:52 ` Radosław Grzanka
0 siblings, 1 reply; 6+ messages in thread
From: Matthew R. Lee @ 2007-03-02 14:36 UTC (permalink / raw
To: gentoo-user
On Friday 02 March 2007 11:18, Mike Markowski wrote:
> Matt,
>
> Matthew R. Lee wrote:
> > ...I want to change the openoffice splash screen. I know I have to
> > overwrite the intro.bmp with the new one, but I can't find it...
>
> Here you go:
>
> kryten mm $ find /usr/lib/openoffice/ -name intro.bmp -print
> /usr/lib/openoffice/program/intro.bmp
>
> Mike
Thanks for that, simple when you know how :-)
Anyone got an answer to the bigger problem of the missing help?
Matt
--
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Dr. Matthew R. Lee
CASEB & ECIM
Departamento de Ecologia,
P. Universidad Catolica de Chile,
Alameda 340, Santiago.
CP 6513677
CHILE
matt@matthewlee.org
mlee@bio.puc.cl
URL: meiochile.matthewlee.org
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] openoffice help
2007-03-02 14:25 ` Philip Webb
@ 2007-03-02 14:37 ` Matthew R. Lee
0 siblings, 0 replies; 6+ messages in thread
From: Matthew R. Lee @ 2007-03-02 14:37 UTC (permalink / raw
To: gentoo-user
On Friday 02 March 2007 11:25, Philip Webb wrote:
> 070302 Matthew R. Lee wrote:
> > I want to change the openoffice splash screen.
> > I have to overwrite intro.bmp with the new one, but I can't find it.
>
> Answer : /usr/lib/openoffice/program/intro.bmp
>
> Method : 'equery files openoffice > outputfile';
> 'less outputfile'; search for 'bmp'.
>
Thanks, more than one way to skin a cat!
--
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Dr. Matthew R. Lee
CASEB & ECIM
Departamento de Ecologia,
P. Universidad Catolica de Chile,
Alameda 340, Santiago.
CP 6513677
CHILE
matt@matthewlee.org
mlee@bio.puc.cl
URL: meiochile.matthewlee.org
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] openoffice help
2007-03-02 14:36 ` Matthew R. Lee
@ 2007-03-02 14:52 ` Radosław Grzanka
0 siblings, 0 replies; 6+ messages in thread
From: Radosław Grzanka @ 2007-03-02 14:52 UTC (permalink / raw
To: gentoo-user
Matthew R. Lee napisał(a):
> On Friday 02 March 2007 11:18, Mike Markowski wrote:
>> Matt,
>>
>> Matthew R. Lee wrote:
>>> ...I want to change the openoffice splash screen. I know I have to
>>> overwrite the intro.bmp with the new one, but I can't find it...
>> Here you go:
>>
>> kryten mm $ find /usr/lib/openoffice/ -name intro.bmp -print
>> /usr/lib/openoffice/program/intro.bmp
>>
>> Mike
> Thanks for that, simple when you know how :-)
> Anyone got an answer to the bigger problem of the missing help?
> Matt
AFAIR USE="java"?? There is big warning message when compiling
openoffice.org without java. More or less it says HELP won't work.
HTH,
Radek.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2007-03-02 14:59 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-02 13:47 [gentoo-user] openoffice help Matthew R. Lee
2007-03-02 14:18 ` Mike Markowski
2007-03-02 14:36 ` Matthew R. Lee
2007-03-02 14:52 ` Radosław Grzanka
2007-03-02 14:25 ` Philip Webb
2007-03-02 14:37 ` Matthew R. Lee
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox