Open
Bug 1906928
Opened 2 years ago
Updated 1 year ago
MacOs Spotlight integration broken
Categories
(Thunderbird :: OS Integration, defect, P2)
Tracking
(thunderbird_esr128 affected, thunderbird129 affected)
ASSIGNED
People
(Reporter: arschmitz, Assigned: arschmitz)
References
(Blocks 1 open bug)
Details
(Keywords: regression)
Attachments
(1 obsolete file)
The spotlight integration for MacOS14 is not working when loading messages the following error is occurring
JavaScript error: resource:///modules/SpotlightIntegration.sys.mjs, line 178: TypeError: setting getter-only property "_profileDir"
the class attempts to cache the dir but only providers a getter for _profileDir but within the getter trys to set it...
get _profileDir() {
delete this._profileDir;
return (this._profileDir = Services.dirsvc.get("ProfD", Ci.nsIFile));
}
and as a result i see no results in spotlight search.
| Assignee | ||
Updated•2 years ago
|
Assignee: nobody → arschmitz
| Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Blocks: tb128found
Updated•2 years ago
|
Status: NEW → ASSIGNED
status-thunderbird129:
--- → affected
Keywords: regression
Hardware: ARM64 → All
Updated•1 year ago
|
Severity: -- → S3
Comment 2•1 year ago
|
||
Bug 1925285 fixes the getter error, but apparently spotlight is still broken.
Updated•1 year ago
|
Summary: MacOs Spotlight integration type error → MacOs Spotlight integration broken
Updated•1 year ago
|
Priority: -- → P2
Updated•1 year ago
|
Attachment #9411839 -
Attachment is obsolete: true
Updated•1 year ago
|
tracking-thunderbird_esr128:
+ → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•