Closed
Bug 555785
Opened 15 years ago
Closed 14 years ago
Port Bug 553073 (and bug 554997) CFBundleIdentifier in Info.plist.in is hardcoded as "org.mozilla.thunderbird"
Categories
(Thunderbird :: OS Integration, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 3.3a1
People
(Reporter: standard8, Assigned: Nomis101)
References
Details
Attachments
(1 file, 1 obsolete file)
3.04 KB,
patch
|
standard8
:
review+
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #553073 +++
The CFBundleIdentifier in /mail/app/macbuild/Contents/Info.plist.in is hardcoded as "org.mozilla.thunderbird", which causes default mail issues when running shredder and thunderbird on the same machine.
See bug 553073 for the rest of the info. I'd also like a solution to bug 554997 before porting this, hence the dependencies.
Reporter | ||
Comment 1•15 years ago
|
||
Note to self: do after 3.1b2, then if bug 554997 hasn't been fixed, we're not affecting users who are upgrading from 3.1b1 (Lanikai branding) to 3.1b2 (Thunderbird branding), we just need to make sure that bug is fixed by the next time we do such a switch.
Whiteboard: [do after 3.1beta2]
I have a patch for this (simple copy&paste from bug 553073). I've tested this with official and unofficial branding. With official branding CFBundleIdentifier is set to org.mozilla.thunderbird and with unofficial branding it is org.mozilla.shredder (only tested with 3.2, but I assume it will work the same for 3.1).
Reporter | ||
Updated•14 years ago
|
Reporter | ||
Comment 3•14 years ago
|
||
Comment on attachment 439656 [details] [diff] [review]
patch (C&P from 553073)
>- sed -e "s/%APP_VERSION%/$(MOZ_APP_VERSION)/" -e "s/%APP_NAME%/$(APP_NAME)/" $(srcdir)/macbuild/Contents/Info.plist.in > $(DIST)/$(APP_NAME).app/Contents/Info.plist
...
>+ sed -e "s/%APP_VERSION%/$(APP_VERSION)/" -e "s/%APP_NAME%/$(APP_NAME)/" -e "s/%LOWER_APP_NAME%/$(LOWER_APP_NAME)/" $(srcdir)/macbuild/Contents/Info.plist.in > $(DIST)/$(APP_NAME).app/Contents/Info.plist
Our makefile doesn't have APP_VERSION, so that bit should remain as MOZ_APP_VERSION.
Nomis101, want to update now that the dependent bugs seem fixed?
Reporter | ||
Updated•14 years ago
|
Assignee: bugzilla → Nomis101
OK, fixed the overlooked thing.
Attachment #439656 -
Attachment is obsolete: true
Attachment #480517 -
Flags: review?(bugzilla)
Reporter | ||
Comment 5•14 years ago
|
||
Comment on attachment 480517 [details] [diff] [review]
patch v2
Thanks for the update
Attachment #480517 -
Flags: review?(bugzilla) → review+
Keywords: checkin-needed
Reporter | ||
Comment 6•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Whiteboard: [do after 3.1beta2]
Target Milestone: --- → Thunderbird 3.3a1
You need to log in
before you can comment on or make changes to this bug.
Description
•