5

today at startup my Tb (not precisely sure what version it was) asked if it should check compatibility of the lightning calendar addon. That is to say it displayed in a list windows the only item: lightning and said it was not compatible. Choices were "check" or "don't" check compatibility. I clicked on check and after nothing happened for several minutes on "cancel". So, now my Tb is upgraded to 15.0 and Lightning isn't there anymore. It never asked me to upgrade anyway and I urgently need my calendar now.

Any suggestions warmly welcome!

Holger

Edit: Solved!I had to reinstall lightning and provider for google calendar addons - although they were already installed and obviously falsely not found compatible.

The question now is how to avoid automatic updates in tb in general...

Glutanimate
  • 21,763
Holger
  • 51

2 Answers2

3

Referring to your second question:

Avoiding automatic updates for a specific package

Install synaptic package manager if you haven't done so already

sudo apt-get install synaptic

Open it up and search for the package in question, e.g. thunderbird. Mark the package you want to modify and head to Package --> Lock version.

Do the same for all thunderbird related packages and thunderbird will not get upgraded until you remove the version lock flag.

Glutanimate
  • 21,763
0

To avoid the problem described in #108206 I'm using the following pinning file /etc/apt/preferences.d/99-lock-thunderbird

# thunderbird and lightning (and companions) need to be locked !

Package: thunderbird
Pin: version 16.*
Pin-Priority: 1001

Package: xul-ext-lightning
Pin: version 1.8*
Pin-Priority: 1001

Package: xul-ext-calendar-timezones
Pin: version 1.8*
Pin-Priority: 1001

Package: xul-ext-gdata-provider
Pin: version 1.8*
Pin-Priority: 1001

See also #1082089 for the additional pins.