Re: [dev] How to run quickstarter?

2010-06-27 Thread Terrence Enger
On Sun, 2010-06-27 at 15:12 -0400, Terrence Enger wrote:
> 
> The assertions I reported earlier are in abeyance.  I shall go
> off now to resolve issue 111452.

Uh oh.  I mean I am going off to resolve issue 110623 as a
duplicate of 111452, which is fixed

Cheers,
Terry.



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



Re: [dev] How to run quickstarter?

2010-06-27 Thread Terrence Enger
On Tue, 2010-05-25 at 10:44 +0200, Stephan Bergmann wrote:
On 05/23/10 19:56, Ariel Constenla-Haile wrote:
> > On Sunday 23 May 2010, 14:15, Terrence Enger wrote:
> >> Uh oh.  This time my attempt to install "only for me" displays a
> >> message box, give or take my retyping, ...
> >>
> >> loading component library failed:
> >>
> >>
file:///home/terry/OOo_hacking/localbuild/openoffice.org3/program/../.open
> >>
office.org/3/user/uno_packages/cache/uno_packages/giOaFu_/QuickStartFixer_L
> >> inux_x86.oxt/Linux_x86/QuickStartFixer.uno.so
> >>
> >> and trying to install "for all users" gives a superficially
> >> similar message.  The named file exists, permissions -rw-r--r--,
> >> 282635 bytes.
> >>
> >> I am sorry to be a nuisance.  Any further suggestions?  I have a
> >> non-product build with debugging symbols, in case that suggests
> >> any way I can help.
> > 
> > quite strange... it builds (with the OOo SDK build env.) fine and
also works 
> > for me on Fedora and Ubuntu (32 and 64 bits). 
> 
> Most probably due to libstlport_gcc.so vs. libstlport_gcc_stldebug.so 
> mismatch due to product/non-product mismatch.
> 

That sounds like a plausible explanation.

I now have a non-product build of DEV300_m83 without any local
modifications.  It runs the quickstarter the first time I run
after installation.

The assertions I reported earlier are in abeyance.  I shall go
off now to resolve issue 111452.

Thank you for your help.

Terry.



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



Re: [dev] How to run quickstarter?

2010-05-25 Thread Stephan Bergmann

On 05/23/10 19:56, Ariel Constenla-Haile wrote:

On Sunday 23 May 2010, 14:15, Terrence Enger wrote:

Uh oh.  This time my attempt to install "only for me" displays a
message box, give or take my retyping, ...

loading component library failed:
   
file:///home/terry/OOo_hacking/localbuild/openoffice.org3/program/../.open

office.org/3/user/uno_packages/cache/uno_packages/giOaFu_/QuickStartFixer_L
inux_x86.oxt/Linux_x86/QuickStartFixer.uno.so

and trying to install "for all users" gives a superficially
similar message.  The named file exists, permissions -rw-r--r--,
282635 bytes.

I am sorry to be a nuisance.  Any further suggestions?  I have a
non-product build with debugging symbols, in case that suggests
any way I can help.


quite strange... it builds (with the OOo SDK build env.) fine and also works 
for me on Fedora and Ubuntu (32 and 64 bits). 


Most probably due to libstlport_gcc.so vs. libstlport_gcc_stldebug.so 
mismatch due to product/non-product mismatch.


-Stephan

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



Re: [dev] How to run quickstarter?

2010-05-23 Thread Ariel Constenla-Haile
Hello Terrence,

On Sunday 23 May 2010, 14:15, Terrence Enger wrote:
> Uh oh.  This time my attempt to install "only for me" displays a
> message box, give or take my retyping, ...
> 
> loading component library failed:
>
> file:///home/terry/OOo_hacking/localbuild/openoffice.org3/program/../.open
> office.org/3/user/uno_packages/cache/uno_packages/giOaFu_/QuickStartFixer_L
> inux_x86.oxt/Linux_x86/QuickStartFixer.uno.so
> 
> and trying to install "for all users" gives a superficially
> similar message.  The named file exists, permissions -rw-r--r--,
> 282635 bytes.
> 
> I am sorry to be a nuisance.  Any further suggestions?  I have a
> non-product build with debugging symbols, in case that suggests
> any way I can help.

quite strange... it builds (with the OOo SDK build env.) fine and also works 
for me on Fedora and Ubuntu (32 and 64 bits). 

you can try doing it by yourself, or compile it by yourself.
Basically the extension is css.task.Job implementation, that OnStartApp 
initializes the quickstart service ("com.sun.star.office.Quickstart") so that 
it 
is enabled (a horrible hack and very implementation specific)

http://arielch.fedorapeople.org/devel/ooo/extensions/src/QuickStartFixer.tar.gz

you need the OOo SDK environ. to compile it.
If the following 2 steps do not work:

]$ source ~/openoffice.org3.3_sdk/localhost/setsdkenv_unix.sh
]$ make DEBUG=yes PRJ=$OO_SDK_HOME run

you may need to modify some settings in the Makefile.

Regards
-- 
Ariel Constenla-Haile
La Plata, Argentina


signature.asc
Description: This is a digitally signed message part.


Re: [dev] How to run quickstarter?

2010-05-23 Thread Terrence Enger
On Sat, 2010-05-22 at 12:25 -0300, Ariel Constenla-Haile wrote:
> Hello Terrence,
> 
> On Saturday 22 May 2010, 11:37, Terrence Enger wrote:
> > I am running 32-bit mode.  I expect the effect is the same.
> 
> > `diff` reports that the download is the same.  
> 
> sure it was cached in your browser. 

Right you are.  I thought about this, but FireFox download
history showed *two* dowloads, silly me presumed that meant that
it had downloaded the file a second time.  This morning I cleared
my browser cacher, and the link delivered a different file.  An
attempt to install "only for me" gives a message similar to the
one below.

> Try with 
> http://arielch.fedorapeople.org/devel/ooo/extensions/QuickStartFixer_Linux_x86.oxt

Uh oh.  This time my attempt to install "only for me" displays a
message box, give or take my retyping, ...

loading component library failed:

file:///home/terry/OOo_hacking/localbuild/openoffice.org3/program/../.openoffice.org/3/user/uno_packages/cache/uno_packages/giOaFu_/QuickStartFixer_Linux_x86.oxt/Linux_x86/QuickStartFixer.uno.so

and trying to install "for all users" gives a superficially
similar message.  The named file exists, permissions -rw-r--r--,
282635 bytes.

I am sorry to be a nuisance.  Any further suggestions?  I have a
non-product build with debugging symbols, in case that suggests
any way I can help.

Cheers,
Terry.

> 
> Regards


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



Re: [dev] How to run quickstarter?

2010-05-22 Thread Ariel Constenla-Haile
Hello Terrence,

On Saturday 22 May 2010, 11:37, Terrence Enger wrote:
> I am running 32-bit mode.  I expect the effect is the same.

> `diff` reports that the download is the same.  

sure it was cached in your browser. Try with 
http://arielch.fedorapeople.org/devel/ooo/extensions/QuickStartFixer_Linux_x86.oxt

Regards
-- 
Ariel Constenla-Haile
La Plata, Argentina


signature.asc
Description: This is a digitally signed message part.


Re: [dev] How to run quickstarter?

2010-05-22 Thread Terrence Enger
On Sat, 2010-05-22 at 10:50 -0300, Ariel Constenla-Haile wrote:
> Hello Terrence,
> 
> On Saturday 22 May 2010, 09:29, Terrence Enger wrote:
> > On Fri, 2010-05-21 at 18:47 -0300, Ariel Constenla-Haile wrote:
> > > On Friday 21 May 2010, 18:13, Terrence Enger wrote:
> > > >   I
would
> > 
> > like
> > 
> > > > to run the quickstarter.
> > > 
> > > see if this extensions helps:
> >
http://arielch.fedorapeople.org/devel/ooo/extensions/QuickStartFixer.oxt
> > 
> > > Install it and then restart OOo.
> > 
> > When I try to install the file, OO presents a dialog box saying "The
> > extension 'QuickStart Fixer' does not work on this computer."  Do
you
> > have any suggestions for me?
> 
> I guess you're running on a 32 bits machine.

I am running 32-bit mode.  I expect the effect is the same.

> If so, it was my mistake (the extension description was for 64 bits
only), so 
> please try again  now:
>
http://arielch.fedorapeople.org/devel/ooo/extensions/QuickStartFixer.oxt

`diff` reports that the download is the same.  (I kept the original
because the attempted installation provoked two instances of what
looks like issue 103162
, and I want
to try again when I have build m78.)

> 
> I tested this on Ubuntu 10.4 32 bits and worked fine with Ubuntu's
OOo.
> 
> Regards


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



Re: [dev] How to run quickstarter?

2010-05-22 Thread Ariel Constenla-Haile
Hello Terrence,

On Saturday 22 May 2010, 09:29, Terrence Enger wrote:
> On Fri, 2010-05-21 at 18:47 -0300, Ariel Constenla-Haile wrote:
> > On Friday 21 May 2010, 18:13, Terrence Enger wrote:
> > >   I would
> 
> like
> 
> > > to run the quickstarter.
> > 
> > see if this extensions helps:
> http://arielch.fedorapeople.org/devel/ooo/extensions/QuickStartFixer.oxt
> 
> > Install it and then restart OOo.
> 
> When I try to install the file, OO presents a dialog box saying "The
> extension 'QuickStart Fixer' does not work on this computer."  Do you
> have any suggestions for me?

I guess you're running on a 32 bits machine.
If so, it was my mistake (the extension description was for 64 bits only), so 
please try again  now:
http://arielch.fedorapeople.org/devel/ooo/extensions/QuickStartFixer.oxt

I tested this on Ubuntu 10.4 32 bits and worked fine with Ubuntu's OOo.

Regards
-- 
Ariel Constenla-Haile
La Plata, Argentina


signature.asc
Description: This is a digitally signed message part.


Re: [dev] How to run quickstarter?

2010-05-22 Thread Terrence Enger
On Fri, 2010-05-21 at 18:47 -0300, Ariel Constenla-Haile wrote:
> On Friday 21 May 2010, 18:13, Terrence Enger wrote:
> >   I would
like
> > to run the quickstarter.
> 
> see if this extensions helps:
>
http://arielch.fedorapeople.org/devel/ooo/extensions/QuickStartFixer.oxt
> Install it and then restart OOo.

When I try to install the file, OO presents a dialog box saying "The
extension 'QuickStart Fixer' does not work on this computer."  Do you
have any suggestions for me?

Thanks,
Terry.



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



Re: [dev] How to run quickstarter?

2010-05-21 Thread Ariel Constenla-Haile
Hello Terrence,

On Friday 21 May 2010, 18:13, Terrence Enger wrote:
> Greetings,
> 
> I am running a somewhat hacked non-product build of DEV300_m76 without
> desktop integration (i.e., built with PKGFORMAT="installed") on ubuntu
> 8.04 (hardy).
> 
> In aid of issue 110623 "framework: AS/400 ... Error: ASSERT:
> TransactionManager... Owner instance already closed."
> , I would like
> to run the quickstarter.
> 
> In tools > options > openoffice.org > memory > openoffice.org
> quickstarter, "enable systray quickstarter is checked, but this seems
> not to do the job.  Meanwhile, issue 108846 point b) "sfx2: gtk quick
> starter is still a bit sick"
>  suggests
> that command line option -quickstart is not going to work for a while.
> 
> I presume that that my lack of Desktop integration is implicated in
> the question, but my day-to-day work remains dependent on the version
> of OpenOpen office delivered with the distribution.  Do you have any
> suggestions for me?

see if this extensions helps:
http://arielch.fedorapeople.org/devel/ooo/extensions/QuickStartFixer.oxt
Install it and then restart OOo.

It works on DEV300_m78 without desktop integration, installed on parallel to 
Fedora's OOo, and both with its own quickstarter.
For this, I created a desktop file of it's own on 
/home/ariel/.config/autostart/soffice.bin.desktop with dummy content:


[Desktop Entry]
Comment[en_US]=
Comment=
Exec=/home/ariel/OOo/debug/openoffice.org3/program/soffice.bin -nologo 
-nodefault
GenericName[en_US]=
GenericName=
Icon=system-run
MimeType=
Name[en_US]=
Name=
Path=
StartupNotify=true
Terminal=false
TerminalOptions=
Type=Application

Regards
-- 
Ariel Constenla-Haile
La Plata, Argentina


signature.asc
Description: This is a digitally signed message part.


[dev] How to run quickstarter?

2010-05-21 Thread Terrence Enger
Greetings,

I am running a somewhat hacked non-product build of DEV300_m76 without
desktop integration (i.e., built with PKGFORMAT="installed") on ubuntu
8.04 (hardy).

In aid of issue 110623 "framework: AS/400 ... Error: ASSERT:
TransactionManager... Owner instance already closed."
, I would like
to run the quickstarter.

In tools > options > openoffice.org > memory > openoffice.org
quickstarter, "enable systray quickstarter is checked, but this seems
not to do the job.  Meanwhile, issue 108846 point b) "sfx2: gtk quick
starter is still a bit sick"
 suggests
that command line option -quickstart is not going to work for a while.

I presume that that my lack of Desktop integration is implicated in
the question, but my day-to-day work remains dependent on the version
of OpenOpen office delivered with the distribution.  Do you have any
suggestions for me?

Cheers,
Terry.



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org