Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 871528 Details for
Bug 914738
www-client/firefox-118.0[-dbus]: error: use of undeclared identifier 'WakeLockListener'
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch to fix the problem
avoid-wakelocklistener-when-dbus-disabled.patch (text/plain), 416 bytes, created by
Alexander Sergeyev
on 2023-09-27 11:50:39 UTC
(
hide
)
Description:
proposed patch to fix the problem
Filename:
MIME Type:
Creator:
Alexander Sergeyev
Created:
2023-09-27 11:50:39 UTC
Size:
416 bytes
patch
obsolete
>--- a/widget/gtk/nsAppShell.cpp >+++ b/widget/gtk/nsAppShell.cpp >@@ -296,8 +296,10 @@ > do_GetService(POWERMANAGERSERVICE_CONTRACTID); > > if (powerManagerService) { >+#ifdef MOZ_ENABLE_DBUS > powerManagerService->AddWakeLockListener( > WakeLockListener::GetSingleton()); >+#endif > } else { > NS_WARNING( > "Failed to retrieve PowerManagerService, wakelocks will be broken!");
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 914738
:
871527
| 871528