Closed
Bug 301945
Opened 20 years ago
Closed 19 years ago
Account Wizard won't offer to create new RSS or Movemail accounts
Categories
(Thunderbird :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird2.0
People
(Reporter: wsheets, Assigned: ispiked)
References
Details
(Keywords: fixed1.8.1)
Attachments
(1 file, 4 obsolete files)
1.19 KB,
patch
|
benjamin
:
review+
mscott
:
superreview+
mscott
:
approval-thunderbird2+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b4) Gecko/20050724 Firefox/1.0+
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b4) Gecko/20050724 Firefox/1.0+
Thunderbird(HEAD/20050724): this bug shows only when I run the program from
it's *installed* location (/usr/local/bin/thunderbird). When I run it as
obj/dist/bin/thunderbird, then the Account Wizard offers all four types of
new accounts -- weird!
Reproducible: Always
Steps to Reproduce:
1.Compile and install with 'make -f client.mk install'
2.Run TB from /usr/local/bin/thunderbird
3.Try adding an RSS account from the Account Wizard -- you can't.
4.Run TB from obj/dist/bin/thunderbird -- and it works normally.
Actual Results:
Account Wizard offers only 'Newsgroups' and 'Email' accounts. RSS and
Movemail accounts are not mentioned.
Expected Results:
Account Wizard should offer all types of accounts.
My gut feeling is that the 'make install' target is broken for the Account
Wizard -- but I don't know which Makefiles are involved.
Comment 1•20 years ago
|
||
I noticed the same issue. The issue seems to be that defaults/isp is not
properly installed.
Reporter | ||
Comment 2•20 years ago
|
||
I believe there should be an 'install' target added to
mail/extensions/newsblog/Makefile.in
Reporter | ||
Comment 3•20 years ago
|
||
This fixes the RSS omission.
Reporter | ||
Comment 4•20 years ago
|
||
I don't understand why the same files are installed in both the 'isp'
directory and in the 'isp/US' directory.
If this is really necessary then a second line needs to be added to the
'install' targets to add the isp/US subdirectory.
Comment 5•20 years ago
|
||
Comment on attachment 191070 [details] [diff] [review]
And this fixes the movemail omission.
Why would you $(addprefix $(srcdir)/, movemail.rdf)?
Just use $(srcdir)/movemail.rdf.
And please attach patches with more context (8 or 12 is generall what I
prefer).
Attachment #191070 -
Flags: review-
Comment 6•20 years ago
|
||
Comment on attachment 191068 [details] [diff] [review]
Fixes the RSS omission
again, only use $(addprefix) when you have a list of items instead of a single
item.
Attachment #191068 -
Flags: review-
Updated•20 years ago
|
Assignee: mscott → wsheets
Status: UNCONFIRMED → NEW
Ever confirmed: true
Flags: blocking1.8b5+
Reporter | ||
Comment 7•20 years ago
|
||
(In reply to comment #6)
> again, only use $(addprefix) when you have a list of items instead of a single
> item.
I copied it from a similar Makefile with two items -- in fact I'm still wondering
if a second copy should be placed in the l10n subdirectory. I don't understand
why it is necessary. (Is it?)
Comment 8•20 years ago
|
||
this bug is in danger of being cut from the blocker list.
Comment 9•20 years ago
|
||
Minusing for now. Will consider a safe patch but not a blocker.
In the linux builds we make, folks have seen the option for creating rss
accounts and what not, so it's working in our release builds.
Flags: blocking1.8b5+ → blocking1.8b5-
Comment 10•20 years ago
|
||
Updated•20 years ago
|
Attachment #197674 -
Flags: review?
Comment 11•20 years ago
|
||
Attachment #197675 -
Flags: review?
Comment 12•20 years ago
|
||
The release builds have the appropiate files, so they should work allright, this
should only be a problem for those who build from source.
Assignee | ||
Comment 13•19 years ago
|
||
*** Bug 328512 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 14•19 years ago
|
||
This is a first stab at getting this fixed. This is heavily borrowed from mailnews/base/ispdata/Makefile.in.
Attachment #191068 -
Attachment is obsolete: true
Attachment #191070 -
Attachment is obsolete: true
Attachment #197674 -
Attachment is obsolete: true
Attachment #197675 -
Attachment is obsolete: true
Attachment #230828 -
Flags: review?(benjamin)
Attachment #197674 -
Flags: review?
Attachment #197675 -
Flags: review?
Assignee | ||
Comment 15•19 years ago
|
||
Note that the movemail issue was covered in bug 281084.
Assignee: wsheets → mscott
Severity: major → normal
Component: Account Manager → Build Config
QA Contact: build
Version: unspecified → Trunk
Updated•19 years ago
|
Attachment #230828 -
Flags: superreview?(mscott)
Attachment #230828 -
Flags: review?(benjamin)
Attachment #230828 -
Flags: review+
Comment 16•19 years ago
|
||
Comment on attachment 230828 [details] [diff] [review]
patch
nice work adam!
Attachment #230828 -
Flags: superreview?(mscott) → superreview+
Assignee | ||
Updated•19 years ago
|
Whiteboard: [checkin needed]
Assignee | ||
Updated•19 years ago
|
Assignee: mscott → ispiked
Comment 17•19 years ago
|
||
mozilla/mail/extensions/newsblog/Makefile.in 1.8
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Whiteboard: [checkin needed]
Target Milestone: --- → Thunderbird 3
Assignee | ||
Updated•19 years ago
|
Attachment #230828 -
Flags: approval-thunderbird2?
Updated•19 years ago
|
Attachment #230828 -
Flags: approval-thunderbird2? → approval-thunderbird2+
Assignee | ||
Updated•19 years ago
|
Whiteboard: [checkin needed (1.8 branch)]
Target Milestone: Thunderbird 3 → Thunderbird2.0
Comment 18•19 years ago
|
||
Checked in, with the bustage fix from bug 352168.
mozilla/mail/extensions/newsblog/Makefile.in 1.7.4.1
Keywords: fixed1.8.1
Whiteboard: [checkin needed (1.8 branch)]
You need to log in
before you can comment on or make changes to this bug.
Description
•