ysard / mintrayr

Mozilla extension: Minimize windows into the system tray (Firefox, Thunderbird, Seamonkey, Instantbird)
https://addons.thunderbird.net/en-US/thunderbird/addon/minimizetotray-reanimated/
Mozilla Public License 2.0
130 stars 14 forks source link

AddOn doesn't work with Thunderbird v.60.3.0 #17

Closed kojid0 closed 5 years ago

kojid0 commented 5 years ago

Every time I close Thunderbird, the program doesn't minimize to system tray but closes completely. I've double checked the settings - everything should be correct and I've already tried different settings...

OS: Windows 10 (Build 17134) Thunderbird version 60.3.0

Dtrieb commented 5 years ago

Didn't show a Tray Symbol, TB didn't go in the Sys Tray. Win 7 - TB: 60.3.0 (32-Bit)

soulhunter123 commented 5 years ago

+1

sagamusix commented 5 years ago

I found that changing the config value extensions.mintrayr.minimizeon from the default of 1 to 2 or 3 makes the extension on a machine where the previous MinimizeToTray addon was not installed. The problem here is that the configuration UI that used to be there is entirely missing, so you have to use the built-in config editor of Thunderbird.

ysard commented 5 years ago

@jwsp1 : Thank you for your report, i will try on Windows as soon as possible, maybe the correct signal emitted on GNU systems is not the same on Windows.

@sagamusix : Indeed, it is the option that make the addon sensitive to the closing event. 0 = Never 1 = When minimizing 2 = Instead of closing 3 = Instead of closing and when minimizing But you can not access the configuration via the "Tools / add-ons options" menu? Does this manual modification allow you to make Thunderbird responsive to the closing event on Windows?

sagamusix commented 5 years ago

But you can not access the configuration via the "Tools / add-ons options" menu?

Ah, that's where it is! I guess most people reporting the issue here were looking for the plugin options on the the Add-Ons page, where it can be found for most other plugins (at least on Firefox). You are right, when using that menu the add-on can be configured properly. I guess the most confusing part for most people is simply that in the add-on's default state, it does nothing.

Dtrieb commented 5 years ago

@ysard:

No it makes no change if you user any of the numbers. I try 1,2,3 and it doesn't work for me.

ysard commented 5 years ago

@sagamusix In fact the presence of this button in the addons page is possible (although recent in Thunderbird) but I am faced with a problem of size of the window that I can not fix for the moment. I note the need to fix this.

@jwsp1 & @Dtrieb: Ok The addon is not functional for both of you, whatever the configuration (minimization / closure), and you are on Windows 10 and 7. Until then there was a context menu problem on Windows 10 only but the addon seemed to work on Windows :/

Dtrieb commented 5 years ago

Crazy on my laptop in the uni (Win7) it works! 🤔

kojid0 commented 5 years ago

Yay! It's working with the latest update v1.4.6. Thank you 👍