Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 317752 Details for
Bug 445550
Will not start when used with Orca
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Wasn't loading /usr/lib64/gtk-2.0/modules/libatk-bridge.so
445550.diff (text/plain), 998 bytes, created by
Janina Sajka
on 2008-09-26 01:47:03 UTC
(
hide
)
Description:
Wasn't loading /usr/lib64/gtk-2.0/modules/libatk-bridge.so
Filename:
MIME Type:
Creator:
Janina Sajka
Created:
2008-09-26 01:47:03 UTC
Size:
998 bytes
patch
obsolete
>diff --git a/accessible/src/atk/nsAppRootAccessible.cpp b/accessible/src/atk/nsAppRootAccessible.cpp >--- a/accessible/src/atk/nsAppRootAccessible.cpp >+++ b/accessible/src/atk/nsAppRootAccessible.cpp >@@ -716,17 +716,21 @@ LoadGtkModule(GnomeAccessibilityModule& > > if (!(aModule.lib = PR_LoadLibrary(aModule.libName))) { > > MAI_LOG_DEBUG(("Fail to load lib: %s in default path\n", aModule.libName)); > > //try to load the module with "gtk-2.0/modules" appended > char *curLibPath = PR_GetLibraryPath(); > nsCAutoString libPath(curLibPath); >+#if defined(LINUX) && defined(__x86_64__) >+ libPath.Append(":/usr/lib64:/usr/lib"); >+#else > libPath.Append(":/usr/lib"); >+#endif > MAI_LOG_DEBUG(("Current Lib path=%s\n", libPath.get())); > PR_FreeLibraryName(curLibPath); > > PRInt16 loc1 = 0, loc2 = 0; > PRInt16 subLen = 0; > while (loc2 >= 0) { > loc2 = libPath.FindChar(':', loc1); > if (loc2 < 0)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 445550
: 317752