[Bug 1895898] Re: Thunderbird 78.2.2-ubuntu does not show folders etc.

2020-09-20 Thread Launchpad Bug Tracker
This bug was fixed in the package thunderbird - 1:78.2.2+build1-0ubuntu2

---
thunderbird (1:78.2.2+build1-0ubuntu2) groovy; urgency=medium

  * Apply an upstream patch to fix the UI when building with the updater
component disabled (LP: #1895898)
- debian/patches/upstream-fix-ui-updater-disabled.patch

 -- Olivier Tilloy   Thu, 17 Sep 2020
17:43:38 +0200

** Changed in: thunderbird (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1895898

Title:
  Thunderbird 78.2.2-ubuntu does not show folders  etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/thunderbird/+bug/1895898/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1895898] Re: Thunderbird 78.2.2-ubuntu does not show folders etc.

2020-09-17 Thread Bug Watch Updater
Launchpad has imported 19 comments from the remote bug at
https://bugzilla.mozilla.org/show_bug.cgi?id=1664607.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2020-09-12T07:14:49+00:00 Landry-openbsd wrote:

78.2.1 was fine, 78.2.2 has the account wizard broken at startup, or
message pane empty, etc.. in the error console this message is shown:

```
Uncaught TypeError: Cc['@mozilla.org/updates/update-manager;1'] is undefined
```
https://hg.mozilla.org/releases/comm-esr78/rev/ec20676c465e72ce5a35db0f4df995f4a508a24c#l1.78
 doesnt check if the update-manager is available ?

Reply at:
https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/1895898/comments/0


On 2020-09-12T07:22:21+00:00 Mozilla wrote:

In addition apparently the "Check for updates" button also appears even if 
built w/o updater:
ac_add_options --disable-updater
which is another regression.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/1895898/comments/1


On 2020-09-12T07:25:02+00:00 Mozilla wrote:

wait a sec and forget my last comment for now. Did some test mistake.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/1895898/comments/2


On 2020-09-12T07:31:33+00:00 Landry-openbsd wrote:

```
Uncaught TypeError: Cc['@mozilla.org/updates/update-manager;1'] is undefined
showWhatsNewPage chrome://messenger/content/specialTabs.js:1051
openSpecialTabsOnStartup chrome://messenger/content/specialTabs.js:799
OnLoadMessenger chrome://messenger/content/msgMail3PaneWindow.js:617
onload chrome://messenger/content/messenger.xhtml:1
```
is the complete error message.

>From my understanding, other similar callers do call `.activeUpdate`
after getting the potential updatemanager component, eg
https://searchfox.org/comm-
esr78/source/mail/components/preferences/general.js#1484 ? or that
should be withing some #ifdef updater-is-enabled ?

Reply at:
https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/1895898/comments/3


On 2020-09-12T07:33:04+00:00 Landry-openbsd wrote:

missing check for AppConstants.MOZ_UPDATER maybe ?

Reply at:
https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/1895898/comments/4


On 2020-09-12T07:52:27+00:00 Landry-openbsd wrote:

looking at the showWhatsNewPage() method in .1 and .2, previously there
was a try/catch to gracefully handle non-existent update-manager
component, which isnt the case anymore. Dunno what's the best fix for
all cases, but for now adding a local hack.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/1895898/comments/5


On 2020-09-12T09:29:22+00:00 Vseerror wrote:

like bug 1664590 ?

Reply at:
https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/1895898/comments/6


On 2020-09-12T09:45:49+00:00 Fkrueger-6 wrote:

See also openSUSE bug at
https://bugzilla.opensuse.org/show_bug.cgi?id=1176384#c0

Reply at:
https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/1895898/comments/7


On 2020-09-12T15:19:45+00:00 Landry-openbsd wrote:

(In reply to Wayne Mery (:wsmwk) from comment #6)
> like bug 1664590 ?

cant say that the exact same bug but seems similar

Reply at:
https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/1895898/comments/8


On 2020-09-12T17:35:16+00:00 Rob Lemley wrote:

*** Bug 1664590 has been marked as a duplicate of this bug. ***

Reply at:
https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/1895898/comments/9


On 2020-09-12T17:52:12+00:00 Rob Lemley wrote:

Created attachment 9175384
Bug 1664607 - Don't try to load what's new page when built with updater 
disabled. r=mkmelin


When Thunderbird is built with --disable-updater, as it done by most Linux
distributions, accessing the nsIUpdateManager service will throw an error
resulting in a broken UI. Check AppConstants.MOZ_UPDATER when using
nsIUpdateManger to prevent errors.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/1895898/comments/10


On 2020-09-12T17:58:00+00:00 Rob 

[Bug 1895898] Re: Thunderbird 78.2.2-ubuntu does not show folders etc.

2020-09-17 Thread Launchpad Bug Tracker
** Branch linked: lp:thunderbird

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1895898

Title:
  Thunderbird 78.2.2-ubuntu does not show folders  etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/thunderbird/+bug/1895898/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1895898] Re: Thunderbird 78.2.2-ubuntu does not show folders etc.

2020-09-17 Thread Olivier Tilloy
Fixed with
https://bazaar.launchpad.net/~mozillateam/thunderbird/thunderbird.groovy/revision/563.

** Changed in: thunderbird (Ubuntu)
   Status: Confirmed => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1895898

Title:
  Thunderbird 78.2.2-ubuntu does not show folders  etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/thunderbird/+bug/1895898/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1895898] Re: Thunderbird 78.2.2-ubuntu does not show folders etc.

2020-09-17 Thread Olivier Tilloy
That's actually an upstream bug:
https://bugzilla.mozilla.org/show_bug.cgi?id=1664607

** Bug watch added: Mozilla Bugzilla #1664607
   https://bugzilla.mozilla.org/show_bug.cgi?id=1664607

** Also affects: thunderbird via
   https://bugzilla.mozilla.org/show_bug.cgi?id=1664607
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1895898

Title:
  Thunderbird 78.2.2-ubuntu does not show folders  etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/thunderbird/+bug/1895898/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1895898] Re: Thunderbird 78.2.2-ubuntu does not show folders etc.

2020-09-17 Thread Olivier Tilloy
Thanks for the report, I'm looking into it now.

Note that the massive amount of deleted lines is mostly expected, see
https://www.thunderbird.net/en-
US/thunderbird/78.2.2/releasenotes/#changes.

** Changed in: thunderbird (Ubuntu)
 Assignee: (unassigned) => Olivier Tilloy (osomon)

** Changed in: thunderbird (Ubuntu)
   Importance: Undecided => Critical

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1895898

Title:
  Thunderbird 78.2.2-ubuntu does not show folders  etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/1895898/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1895898] Re: Thunderbird 78.2.2-ubuntu does not show folders etc.

2020-09-17 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: thunderbird (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1895898

Title:
  Thunderbird 78.2.2-ubuntu does not show folders  etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/1895898/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1895898] Re: Thunderbird 78.2.2-ubuntu does not show folders etc.

2020-09-16 Thread Derk Willem te Bokkel
had a quick look at the diff file between ubuntu thinderbird versions
78.2.1 and 78.2.2 .. there is a massive amount of deleted lines .. a lot
to do with twitter accounts .. is this on purpose or has something gone
amiss ..

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1895898

Title:
  Thunderbird 78.2.2-ubuntu does not show folders  etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/1895898/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs