On 17/09/2020 06.41, WaltS48 wrote:
> On 9/17/20 3:26 AM, Tiger wrote:
>> On 16/09/2020 21:25, Tiger wrote:
>>> I just updated my Thunderbird to version 78.2.2 (Mac) and now have a
>>> "Switch to the calendar tab" and a "Switch to the tasks tab" icon in
>>> the upper toolbar.
>>> There's also a "Today pane" icon in the status bar.
>>>
>>> As I have all my appointments in the MacOS Calendar app I have no
>>> need for the Thunderbird equivalent and would like to remove the
>>> icons, but I can't find a way to do it! I've been able to remove them
>>> in the past, but not this time.
>>
>>
>> Replying to my own posting.... according to this discussion I found it
>> looks like it's a bug as others aren't able to remove those icons the
>> usual way either:
>>
https://support.mozilla.org/no/questions/1304629
>>
>> Is anyone looking into this for a solution?
>>
>>
>>
>
> Does the bug report say it is "Unconfirmed" or "New", "Assigned" or
> "Unassigned"? You will find an answer in the answer to those questions.
>
> Is it even filed in the right Product and Component.
These questions indicate the post at the support link was not read
carefully - can you post the bugzilla bug link? Once you find it,
perhaps you can confirm whether it is in the "right" component, and
answer the other questions yourself for the benefit of the whole group.
For reference, it is here:
https://bugzilla.mozilla.org/show_bug.cgi?id=1614402
Making the buttons customizable/removable is _trivially_ easy.
Rather than using css, it's even easier to get rid of them, per comment
12, by issuing these 2 commands in the developer console command line:
Services.xulStore.setValue(document.URL, "task-tab-button", "hidden", true)
Services.xulStore.setValue(document.URL, "calendar-tab-button",
"hidden", true)