Re: [libreoffice-l10n] [ANN] LibreOffice 4.0.0 Beta2 available

2013-01-14 Thread Stephan Bergmann

On 01/13/2013 09:36 AM, Serg Bormant wrote:

but as I can see, main.xcd contains zero mentions of GnomeVFSContentProvider:
$ grep -ci GnomeVFSContentProvider share/registry/main.xcd
0

[...]

Message box still here:

LOdev 4.0 - Fatal Error

The application cannot be started.
unsatisfied query for interface of type com.sun.star.ucb.XContentProvider!


Oh, sorry, the GnomeVFSContentProvider is not added to the UCB via the 
normal configuration mechanism, but via explicit code in configureUcb 
(desktop/source/app/appinit.cxx).


That means you cannot easily fake an --enable-gnome-vfs build into a 
--disable-gnome-vfs one by just tweaking some configuration files.


Stephan
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [libreoffice-l10n] [ANN] LibreOffice 4.0.0 Beta2 available

2013-01-14 Thread Michael Meeks

On Mon, 2013-01-14 at 09:05 +0100, Stephan Bergmann wrote:
 Oh, sorry, the GnomeVFSContentProvider is not added to the UCB via the 
 normal configuration mechanism, but via explicit code in configureUcb 
 (desktop/source/app/appinit.cxx).
 
 That means you cannot easily fake an --enable-gnome-vfs build into a 
 --disable-gnome-vfs one by just tweaking some configuration files.

Heh - on the other hand we should prolly catch  discard all exceptions
from the horrible hack that is desktop/source/app/appinit.cxx - which is
IIRC a startup / performance disaster we'd be well rid of as well :-)

ATB,

Michael.

-- 
michael.me...@suse.com  , Pseudo Engineer, itinerant idiot

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [libreoffice-l10n] [ANN] LibreOffice 4.0.0 Beta2 available

2013-01-13 Thread Serg Bormant
Hi Stephan,

thanks for your answer
 FYI, mention of GnomeVFSContentProvider would also need to be removed from
 the
 /org.openoffice.ucb.Configuration/ContentProviders/Local/SecondaryKeys/Office/ProviderData
 configuration list in the LO installation's share/registry/main.xcd.

but as I can see, main.xcd contains zero mentions of GnomeVFSContentProvider:
$ grep -ci GnomeVFSContentProvider share/registry/main.xcd
0

It still contains these mentions of ContentProvider:
$ sed s,,\n,g share/registry/main.xcd | grep -in ContentProvider
7073:group oor:name=ContentProviderData
7078:group oor:name=ContentProvidersDataSecondaryKeys
7079:set oor:name=ProviderData oor:node-type=ContentProviderData/
7081:group oor:name=ContentProvidersDataPrimaryKeys
7082:set oor:name=SecondaryKeys
oor:node-type=ContentProvidersDataSecondaryKeys/
7086:set oor:name=ContentProviders
oor:node-type=ContentProvidersDataPrimaryKeys/
59593:node oor:name=ContentProviders
59600:valuecom.sun.star.ucb.HierarchyContentProvider/value
59611:valuecom.sun.star.ucb.FileContentProvider/value
59633:valuecom.sun.star.ucb.FTPContentProvider/value
59644:valuecom.sun.star.ucb.PackageContentProvider/value
59655:valuecom.sun.star.ucb.ExpandContentProvider/value
59666:valuecom.sun.star.ucb.TransientDocumentsContentProvider/value
59677:valuecom.sun.star.ucb.PackageContentProvider/value
59688:valuecom.sun.star.ucb.ExtensionContentProvider/value
59699:valuecom.sun.star.ucb.CmisContentProvider/value
62401:node oor:name=ContentProviders
62408:valuecom.sun.star.ucb.WebDAVContentProvider/value
62419:valuecom.sun.star.ucb.WebDAVContentProvider/value
62430:valuecom.sun.star.ucb.WebDAVContentProvider/value
62441:valuecom.sun.star.ucb.WebDAVContentProvider/value
62452:valuecom.sun.star.ucb.WebDAVContentProvider/value

Message box still here:

LOdev 4.0 - Fatal Error

The application cannot be started.
unsatisfied query for interface of type com.sun.star.ucb.XContentProvider!

OK


Any more suggestions?

--
wbr, sb


2013/1/8 Stephan Bergmann sberg...@redhat.com:
 On 12/23/2012 01:46 PM, Serg Bormant wrote:

 After removing

 component loader=com.sun.star.loader.SharedLibrary
 prefix=ucpgvfs1
 uri=vnd.sun.star.expand:$LO_LIB_DIR/ucpgvfs1.uno.so
   implementation name=com.sun.star.comp.GnomeVFSContentProvider
service name=com.sun.star.ucb.GnomeVFSContentProvider/
   /implementation
 /component

 from /opt/lodev4.0/program/services/services.rdb and starting
 /opt/lodev4.0/program/soffice again message box appears:

 
 LOdev 4.0 - Fatal Error
 
 The application cannot be started.
 unsatisfied query for interface of type com.sun.star.ucb.XContentProvider!
 
 OK
 


 Expected behavior: application starts.


 FYI, mention of GnomeVFSContentProvider would also need to be removed from
 the
 /org.openoffice.ucb.Configuration/ContentProviders/Local/SecondaryKeys/Office/ProviderData
 configuration list in the LO installation's share/registry/main.xcd.

 Stephan
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [libreoffice-l10n] [ANN] LibreOffice 4.0.0 Beta2 available

2013-01-08 Thread Stephan Bergmann

On 12/23/2012 01:46 PM, Serg Bormant wrote:

After removing

component loader=com.sun.star.loader.SharedLibrary
prefix=ucpgvfs1
uri=vnd.sun.star.expand:$LO_LIB_DIR/ucpgvfs1.uno.so
  implementation name=com.sun.star.comp.GnomeVFSContentProvider
   service name=com.sun.star.ucb.GnomeVFSContentProvider/
  /implementation
/component

from /opt/lodev4.0/program/services/services.rdb and starting
/opt/lodev4.0/program/soffice again message box appears:


LOdev 4.0 - Fatal Error

The application cannot be started.
unsatisfied query for interface of type com.sun.star.ucb.XContentProvider!

OK



Expected behavior: application starts.


FYI, mention of GnomeVFSContentProvider would also need to be removed 
from the 
/org.openoffice.ucb.Configuration/ContentProviders/Local/SecondaryKeys/Office/ProviderData 
configuration list in the LO installation's share/registry/main.xcd.


Stephan
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [libreoffice-l10n] [ANN] LibreOffice 4.0.0 Beta2 available

2012-12-23 Thread Serg Bormant
Hi,

4.0.0 Beta2 binary (rpm) can not start on Slackware64-14.0.

How  to reproduce:

1) download 
http://download.documentfoundation.org/libreoffice/testing/4.0.0/rpm/x86_64/LibO-Dev_4.0.0.0.beta2_Linux_x86-64_install-rpm_en-US.tar.gz

2) untar, remove unnecessary rpms, unpack rpms, make and install package:
# tar xf LibO-Dev_4.0.0.0.beta2_Linux_x86-64_install-rpm_en-US.tar.gz
# cd LibO-Dev_4.0.0.0.beta2_Linux_x86-64_install-rpm_en-US/RPMS
# rm *-gnome-integration-*rpm *-stdlibs-*rpm
# mv desktop-integration/*-freedesktop-*rpm .
# for FILE in *.rpm ; do rpm2cpio  $FILE | cpio -imdv ; done
# mkdir /tmp/package-lodev
# mv usr opt /tmp/package-lodev
# cd /tmp/package-lodev
# makepkg -l y -c y /tmp/lodev-4.0.0.b2-x86_64-1.txz
# upgradepkg --install-new /tmp/lodev-4.0.0.b2-x86_64-1.txz

3) start /opt/lodev4.0/program/soffice

Observed behavior: message box appears

LOdev 4.0 - Fatal Error

The application cannot be started.
loading component library failed:
file:///opt/lodev4.0/program/../program/ucpgvfs1.uno.so

OK

and application doesn't start.

After removing

component loader=com.sun.star.loader.SharedLibrary
prefix=ucpgvfs1
uri=vnd.sun.star.expand:$LO_LIB_DIR/ucpgvfs1.uno.so
 implementation name=com.sun.star.comp.GnomeVFSContentProvider
  service name=com.sun.star.ucb.GnomeVFSContentProvider/
 /implementation
/component

from /opt/lodev4.0/program/services/services.rdb and starting
/opt/lodev4.0/program/soffice again message box appears:


LOdev 4.0 - Fatal Error

The application cannot be started.
unsatisfied query for interface of type com.sun.star.ucb.XContentProvider!

OK



Expected behavior: application starts.

Any suggestions?
Thanks.

--
wbr, sb


2012/12/23 Thorsten Behrens t...@documentfoundation.org

 Dear Community,

 The Document Foundation is pleased to announce the second Beta release
 of our upcoming LibreOffice 4.0, that is feature-complete. The
 upcoming 4.0 will be our fifth major release in just over two years,
 and comes with a nice set of new features. Please be aware that
 LibreOffice 4.0 Beta2 is not ready for production use, you should
 continue to use LibreOffice 3.6.4 for that.

 For further milestones towards 4.0, please refer to our release plan
 timings here:

  http://wiki.documentfoundation.org/ReleasePlan/4.0#4.0.0_release

 The release is available for Windows, Linux and Mac OS X from our QA
 builds download page at

   http://www.libreoffice.org/download/pre-releases/

 Should you find bugs, please report them to the FreeDesktop Bugzilla:

   https://bugs.freedesktop.org

 A good way to assess the release candidate quality is to run some
 specific manual tests on it, our TCM wiki page has more details:

  
 http://wiki.documentfoundation.org/QA/Testing/Regression_Tests#Full_Regression_Test

 For other ways to get involved with this exciting project - you can
 e.g. contribute code:

   http://www.libreoffice.org/get-involved/developers/

 translate LibreOffice to your language:

   http://wiki.documentfoundation.org/LibreOffice_Localization_Guide

 or help with funding our operations:

   http://donate.libreoffice.org/

 A list of known issues and fixed bugs with 4.0.0 Beta2 is available
 from our wiki:

   http://wiki.documentfoundation.org/Releases/4.0.0/Beta2

 Let us close again with a BIG Thank You! to all of you having
 contributed to the LibreOffice project - this release would not have
 been possible without your help.

 Yours,

 The Document Foundation Board of Directors

 The Document Foundation, Zimmerstr. 69, 10117 Berlin, Germany
 Rechtsfähige Stiftung des bürgerlichen Rechts
 Legal details: http://www.documentfoundation.org/imprint

 --
 Unsubscribe instructions: E-mail to l10n+h...@global.libreoffice.org
 Problems? 
 http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
 Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
 List archive: http://listarchives.libreoffice.org/global/l10n/
 All messages sent to this list will be publicly archived and cannot be delete
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [libreoffice-l10n] [ANN] LibreOffice 4.0.0 Beta2 available

2012-12-23 Thread Martin Srebotnjak
Hello,

is there an Android app to control Impress, now that the Remote
Control function is enabled in Impress GUI? Where can I find it to
test LO? (The pop-up window for Remote does not have a Help button,
nor do I remember any hints from Help as I translated all the strings
already and there were no links; also I cannot close that dialog on
OSX 10.7.5, so I need to file a bug for that).

Thanks, m.

2012/12/22 Thorsten Behrens t...@documentfoundation.org:
 Dear Community,

 The Document Foundation is pleased to announce the second Beta release
 of our upcoming LibreOffice 4.0, that is feature-complete. The
 upcoming 4.0 will be our fifth major release in just over two years,
 and comes with a nice set of new features. Please be aware that
 LibreOffice 4.0 Beta2 is not ready for production use, you should
 continue to use LibreOffice 3.6.4 for that.

 For further milestones towards 4.0, please refer to our release plan
 timings here:

  http://wiki.documentfoundation.org/ReleasePlan/4.0#4.0.0_release

 The release is available for Windows, Linux and Mac OS X from our QA
 builds download page at

   http://www.libreoffice.org/download/pre-releases/

 Should you find bugs, please report them to the FreeDesktop Bugzilla:

   https://bugs.freedesktop.org

 A good way to assess the release candidate quality is to run some
 specific manual tests on it, our TCM wiki page has more details:

  
 http://wiki.documentfoundation.org/QA/Testing/Regression_Tests#Full_Regression_Test

 For other ways to get involved with this exciting project - you can
 e.g. contribute code:

   http://www.libreoffice.org/get-involved/developers/

 translate LibreOffice to your language:

   http://wiki.documentfoundation.org/LibreOffice_Localization_Guide

 or help with funding our operations:

   http://donate.libreoffice.org/

 A list of known issues and fixed bugs with 4.0.0 Beta2 is available
 from our wiki:

   http://wiki.documentfoundation.org/Releases/4.0.0/Beta2

 Let us close again with a BIG Thank You! to all of you having
 contributed to the LibreOffice project - this release would not have
 been possible without your help.

 Yours,

 The Document Foundation Board of Directors

 The Document Foundation, Zimmerstr. 69, 10117 Berlin, Germany
 Rechtsfähige Stiftung des bürgerlichen Rechts
 Legal details: http://www.documentfoundation.org/imprint

 --
 Unsubscribe instructions: E-mail to l10n+h...@global.libreoffice.org
 Problems? 
 http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
 Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
 List archive: http://listarchives.libreoffice.org/global/l10n/
 All messages sent to this list will be publicly archived and cannot be deleted

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice-qa] [libreoffice-l10n] [ANN] LibreOffice 4.0.0 Beta2 available

2012-12-23 Thread Martin Srebotnjak
Hello,

is there an Android app to control Impress, now that the Remote
Control function is enabled in Impress GUI? Where can I find it to
test LO? (The pop-up window for Remote does not have a Help button,
nor do I remember any hints from Help as I translated all the strings
already and there were no links; also I cannot close that dialog on
OSX 10.7.5, so I need to file a bug for that).

Thanks, m.

2012/12/22 Thorsten Behrens t...@documentfoundation.org:
 Dear Community,

 The Document Foundation is pleased to announce the second Beta release
 of our upcoming LibreOffice 4.0, that is feature-complete. The
 upcoming 4.0 will be our fifth major release in just over two years,
 and comes with a nice set of new features. Please be aware that
 LibreOffice 4.0 Beta2 is not ready for production use, you should
 continue to use LibreOffice 3.6.4 for that.

 For further milestones towards 4.0, please refer to our release plan
 timings here:

  http://wiki.documentfoundation.org/ReleasePlan/4.0#4.0.0_release

 The release is available for Windows, Linux and Mac OS X from our QA
 builds download page at

   http://www.libreoffice.org/download/pre-releases/

 Should you find bugs, please report them to the FreeDesktop Bugzilla:

   https://bugs.freedesktop.org

 A good way to assess the release candidate quality is to run some
 specific manual tests on it, our TCM wiki page has more details:

  
 http://wiki.documentfoundation.org/QA/Testing/Regression_Tests#Full_Regression_Test

 For other ways to get involved with this exciting project - you can
 e.g. contribute code:

   http://www.libreoffice.org/get-involved/developers/

 translate LibreOffice to your language:

   http://wiki.documentfoundation.org/LibreOffice_Localization_Guide

 or help with funding our operations:

   http://donate.libreoffice.org/

 A list of known issues and fixed bugs with 4.0.0 Beta2 is available
 from our wiki:

   http://wiki.documentfoundation.org/Releases/4.0.0/Beta2

 Let us close again with a BIG Thank You! to all of you having
 contributed to the LibreOffice project - this release would not have
 been possible without your help.

 Yours,

 The Document Foundation Board of Directors

 The Document Foundation, Zimmerstr. 69, 10117 Berlin, Germany
 Rechtsfähige Stiftung des bürgerlichen Rechts
 Legal details: http://www.documentfoundation.org/imprint

 --
 Unsubscribe instructions: E-mail to l10n+h...@global.libreoffice.org
 Problems? 
 http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
 Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
 List archive: http://listarchives.libreoffice.org/global/l10n/
 All messages sent to this list will be publicly archived and cannot be deleted

___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/