To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=51181
                  Issue #:|51181
                  Summary:|startup performance issue ... (with Gnome VFS)
                Component:|ucb
                  Version:|680m110
                 Platform:|Other
                      URL:|
               OS/Version:|All
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|PATCH
                 Priority:|P3
             Subcomponent:|code
              Assigned to:|mhu
              Reported by:|mmeeks





------- Additional comments from [EMAIL PROTECTED] Fri Jun 24 04:00:17 -0700 
2005 -------
If you have the Gnome VFS UCP installed - which tries to handle all otherwise
unhandled URIs - then unfortunately without the appended patch, OO.o ensures
that the VFS is loaded, initialized - adding a number of libraries to the search
path (thus slowing down all subsequent relocations) adding a number of pointless
seeks etc. to startup. And all for this URI type that is (AFAIR) never used
outside of the (now defunct?) StarPortal product (?).

--- ucbhelper/source/client/fileidentifierconverter.cxx
+++ ucbhelper/source/client/fileidentifierconverter.cxx
@@ -107,7 +107,7 @@
        OSL_ASSERT(rManager.is());
 
        static sal_Char const * const aBaseURLs[]
-               = { "file:///", "vnd.sun.star.wfs:///" };
+                       = { "file:///" };//, "vnd.sun.star.wfs:///" };
        sal_Int32 nMaxLocality = -1;
        rtl::OUString aMaxBaseURL;
        for (int i = 0; i < sizeof aBaseURLs / sizeof (sal_Char const *); ++i)

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to