[opensuse-factory] TW 20170529 major breakage in Thunderbird
Hi, I just updated to Tumbleweed 20170529 from whatever the current-minus-1 release was, and Thunderbird is now unusable. It has major graphical glitches that obscure most of the interface. The UI elements sort of flash and appear/disappear as I move the mouse over them. This is an example of what I'm seeing: http://i.imgur.com/Dl4UdYP.png http://i.imgur.com/oksucPY.png (The only think I modified on these screenshots was blurring my personal information. The large grey rectangles and abnormal white patches are from this bug.) I tried disabling all extensions (I only use one), and I confirmed that I'm not using any custom Thunderbird skins. Also I tried reverting to Adwaita. I also tried switching from the modesetting Xorg driver the Intel driver, and I tried both Intel SNA and Intel UXA acceleration. None of these changes made any difference. I was able to work around the issue by reverting to this old version I found here: http://download.opensuse.org/repositories/mozilla:/beta/openSUSE_Tumbleweed/... -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Confirmed. It's practically unusable. Bug #? Nate On 05/31/2017 05:47 PM, S. wrote:
Hi, I just updated to Tumbleweed 20170529 from whatever the current-minus-1 release was, and Thunderbird is now unusable. It has major graphical glitches that obscure most of the interface. The UI elements sort of flash and appear/disappear as I move the mouse over them. This is an example of what I'm seeing:
http://i.imgur.com/Dl4UdYP.png
http://i.imgur.com/oksucPY.png
(The only think I modified on these screenshots was blurring my personal information. The large grey rectangles and abnormal white patches are from this bug.)
I tried disabling all extensions (I only use one), and I confirmed that I'm not using any custom Thunderbird skins. Also I tried reverting to Adwaita. I also tried switching from the modesetting Xorg driver the Intel driver, and I tried both Intel SNA and Intel UXA acceleration. None of these changes made any difference.
I was able to work around the issue by reverting to this old version I found here: http://download.opensuse.org/repositories/mozilla:/beta/openSUSE_Tumbleweed/...
-- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Let me also take the opportunity ask: how do you easily roll back a package version with zypper? I read through the man page and scoured the web but wasn't able to come up with anything that worked. Nate On 05/31/2017 07:13 PM, Nate Graham wrote:
Confirmed. It's practically unusable. Bug #?
Nate
On 05/31/2017 05:47 PM, S. wrote:
Hi, I just updated to Tumbleweed 20170529 from whatever the current-minus-1 release was, and Thunderbird is now unusable. It has major graphical glitches that obscure most of the interface. The UI elements sort of flash and appear/disappear as I move the mouse over them. This is an example of what I'm seeing:
http://i.imgur.com/Dl4UdYP.png
http://i.imgur.com/oksucPY.png
(The only think I modified on these screenshots was blurring my personal information. The large grey rectangles and abnormal white patches are from this bug.)
I tried disabling all extensions (I only use one), and I confirmed that I'm not using any custom Thunderbird skins. Also I tried reverting to Adwaita. I also tried switching from the modesetting Xorg driver the Intel driver, and I tried both Intel SNA and Intel UXA acceleration. None of these changes made any difference.
I was able to work around the issue by reverting to this old version I found here: http://download.opensuse.org/repositories/mozilla:/beta/openSUSE_Tumbleweed/...
-- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Let me also take the opportunity ask: how do you easily roll back a package version with zypper? I read through the man page and scoured the web but wasn't able to come up with anything that worked.
% zypper se -s pkg will give you the list of versions that zypper knows about (has a cached version of / can see in your repos). You can then forcefully install (downgrade) pkg to pkg-1.2.3 with: % zypper in --oldpackage pkg-1.2.3 You should get a warning about a downgrade. I'm not actually sure if this will downgrade libraries (if necessary) but I would hope it does (since zypper would see it as a reinstall with different Requires). -- Aleksa Sarai Software Engineer (Containers) SUSE Linux GmbH https://www.cyphar.com/ -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Thanks. Sadly, zypper only sees the latest version of thunderbird: 52.1.1-1.2. sudo zypper install --oldpackage MozillaThunderbird-52.1.1-1.1 Loading repository data... Reading installed packages... Package 'MozillaThunderbird-52.1.1-1.1' not found. Resolving package dependencies... This is feeling really user-hostile. :( I filed https://bugzilla.opensuse.org/show_bug.cgi?id=1042094 - Always retain version n-1 in repo cache to facilitate package rollbacks Nate On 05/31/2017 07:22 PM, Aleksa Sarai wrote:
Let me also take the opportunity ask: how do you easily roll back a package version with zypper? I read through the man page and scoured the web but wasn't able to come up with anything that worked.
% zypper se -s pkg
will give you the list of versions that zypper knows about (has a cached version of / can see in your repos). You can then forcefully install (downgrade) pkg to pkg-1.2.3 with:
% zypper in --oldpackage pkg-1.2.3
You should get a warning about a downgrade. I'm not actually sure if this will downgrade libraries (if necessary) but I would hope it does (since zypper would see it as a reinstall with different Requires).
-- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
* Nate Graham <pointedstick@zoho.com> [05-31-17 21:33]:
Thanks. Sadly, zypper only sees the latest version of thunderbird: 52.1.1-1.2.
sudo zypper install --oldpackage MozillaThunderbird-52.1.1-1.1 Loading repository data... Reading installed packages... Package 'MozillaThunderbird-52.1.1-1.1' not found. Resolving package dependencies...
This is feeling really user-hostile. :(
I filed https://bugzilla.opensuse.org/show_bug.cgi?id=1042094 - Always retain version n-1 in repo cache to facilitate package rollbacks
Nate
On 05/31/2017 07:22 PM, Aleksa Sarai wrote:
Let me also take the opportunity ask: how do you easily roll back a package version with zypper? I read through the man page and scoured the web but wasn't able to come up with anything that worked.
% zypper se -s pkg
will give you the list of versions that zypper knows about (has a cached version of / can see in your repos). You can then forcefully install (downgrade) pkg to pkg-1.2.3 with:
% zypper in --oldpackage pkg-1.2.3
You should get a warning about a downgrade. I'm not actually sure if this will downgrade libraries (if necessary) but I would hope it does (since zypper would see it as a reinstall with different Requires).
the tools are available for you to retain the packages as you desire, but it is your responsibility to do so. man zypper search for keep-packages you really need to learn about the tools you use. -- (paka)Patrick Shanahan Plainfield, Indiana, USA @ptilopteri http://en.opensuse.org openSUSE Community Member facebook/ptilopteri Registered Linux User #207535 @ http://linuxcounter.net Photos: http://wahoo.no-ip.org/piwigo paka @ IRCnet freenode -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Thanks. Sadly, zypper only sees the latest version of thunderbird: 52.1.1-1.2.
sudo zypper install --oldpackage MozillaThunderbird-52.1.1-1.1 Loading repository data... Reading installed packages... Package 'MozillaThunderbird-52.1.1-1.1' not found. Resolving package dependencies...
This is feeling really user-hostile. :(
I filed https://bugzilla.opensuse.org/show_bug.cgi?id=1042094 - Always retain version n-1 in repo cache to facilitate package rollbacks
Also, a reminder that you can use snapper to rollback to older states of your system. Every upgrade with zypper creates a snapshot before and after the upgrade. If you're really desperate, you can rollback your entire box to before the upgrade. -- Aleksa Sarai Software Engineer (Containers) SUSE Linux GmbH https://www.cyphar.com/ -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Wed, 31 May 2017 19:13:32 -0600 Nate Graham wrote:
Confirmed. It's practically unusable. Bug #?
https://bugzilla.opensuse.org/show_bug.cgi?id=1042090 -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Wed, 31 May 2017 19:16:15 -0600 Nate Graham wrote:
Let me also take the opportunity ask: how do you easily roll back a package version with zypper? I read through the man page and scoured the web but wasn't able to come up with anything that worked.
There isn't really a way to do rollbacks with zypper. If you have BtrFS setup with GRUB2 integration, you can boot into a different snapshot of the entire root filesystem. Otherwise, you just have to search for a different version of the package here: https://software.opensuse.org/ Then download the RPM and install it manually if it's just a single package, or else add the repo and switch the buggy package to the version of that repo. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On 05/31/2017 05:47 PM, S. wrote:
I was able to work around the issue by reverting to this old version I found here: http://download.opensuse.org/repositories/mozilla:/beta/openSUSE_Tumbleweed/...
FWIW, that link didn't work for me, but I did find an RPM for 52.0-2.31. It installed fine but didn't resolve the problem. Nate -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Hi, we had something similar in MozillaFirefox, we will do the same change toe Thunderbird. Ciao, Marcus On Wed, May 31, 2017 at 06:47:51PM -0500, S. wrote:
Hi, I just updated to Tumbleweed 20170529 from whatever the current-minus-1 release was, and Thunderbird is now unusable. It has major graphical glitches that obscure most of the interface. The UI elements sort of flash and appear/disappear as I move the mouse over them. This is an example of what I'm seeing:
http://i.imgur.com/Dl4UdYP.png
http://i.imgur.com/oksucPY.png
(The only think I modified on these screenshots was blurring my personal information. The large grey rectangles and abnormal white patches are from this bug.)
I tried disabling all extensions (I only use one), and I confirmed that I'm not using any custom Thunderbird skins. Also I tried reverting to Adwaita. I also tried switching from the modesetting Xorg driver the Intel driver, and I tried both Intel SNA and Intel UXA acceleration. None of these changes made any difference.
I was able to work around the issue by reverting to this old version I found here: http://download.opensuse.org/repositories/mozilla:/beta/openSUSE_Tumbleweed/... -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
-- Marcus Meissner,SUSE LINUX GmbH; Maxfeldstrasse 5; D-90409 Nuernberg; Zi. 3.1-33,+49-911-740 53-432,,serv=loki,mail=wotan,type=real <meissner@suse.de> -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Wed, 2017-05-31 at 18:47 -0500, S. wrote:
Hi, I just updated to Tumbleweed 20170529 from whatever the current-minus-1 release was, and Thunderbird is now unusable. It has major graphical glitches that obscure most of the interface. The UI elements sort of flash and appear/disappear as I move the mouse over them. This is an example of what I'm seeing:
http://i.imgur.com/Dl4UdYP.png
http://i.imgur.com/oksucPY.png
(The only think I modified on these screenshots was blurring my personal information. The large grey rectangles and abnormal white patches are from this bug.)
I tried disabling all extensions (I only use one), and I confirmed that I'm not using any custom Thunderbird skins. Also I tried reverting to Adwaita. I also tried switching from the modesetting Xorg driver the Intel driver, and I tried both Intel SNA and Intel UXA acceleration. None of these changes made any difference.
I was able to work around the issue by reverting to this old version I found here: http://download.opensuse.org/repositories/mozilla:/beta/openSUSE_Tumb leweed/x86_64/MozillaThunderbird-52.0-2.30.x86_64.rpm
Can you please test Thunderbird from this repo: http://download.opensuse.org/repositories/mozilla:/Factory/openSUSE_Fac tory/ It should be version 52.1.1-454.1 - it's built with gcc7 (as all of the latest TW snapshot) but with the fixes applied. If this one is working for you guys, I can publish it in the TW update channel Cheers, Dominique
On 06/01/2017 09:47 AM, Dominique Leuenberger / DimStar wrote:
On Wed, 2017-05-31 at 18:47 -0500, S. wrote:
Hi, I just updated to Tumbleweed 20170529 from whatever the current-minus-1 release was, and Thunderbird is now unusable. It has major graphical glitches that obscure most of the interface. The UI elements sort of flash and appear/disappear as I move the mouse over them. This is an example of what I'm seeing:
Same problem here. ...
Can you please test Thunderbird from this repo: http://download.opensuse.org/repositories/mozilla:/Factory/openSUSE_Fac tory/
It should be version 52.1.1-454.1 - it's built with gcc7 (as all of the latest TW snapshot) but with the fixes applied.
If this one is working for you guys, I can publish it in the TW update channel
Works for me, thanks! Vlastimil -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Thu, 2017-06-01 at 10:07 +0200, Vlastimil Babka wrote:
Can you please test Thunderbird from this repo: http://download.opensuse.org/repositories/mozilla:/Factory/openSUSE _Fac tory/
It should be version 52.1.1-454.1 - it's built with gcc7 (as all of the latest TW snapshot) but with the fixes applied.
If this one is working for you guys, I can publish it in the TW update channel
Works for me, thanks!
Thanks for testing - this version has been published in the openSUSE Tumbleweed update channel and carries version | package | 52.1.1-4.1 | x86_64 | openSUSE-Tumbleweed-Update Cheers, Dominique
Am 01.06.2017 um 13:01 schrieb Dominique Leuenberger / DimStar:
On Thu, 2017-06-01 at 10:07 +0200, Vlastimil Babka wrote:
Can you please test Thunderbird from this repo: http://download.opensuse.org/repositories/mozilla:/Factory/openSUSE _Fac tory/
It should be version 52.1.1-454.1 - it's built with gcc7 (as all of the latest TW snapshot) but with the fixes applied.
If this one is working for you guys, I can publish it in the TW update channel
Works for me, thanks!
Thanks for testing - this version has been published in the openSUSE Tumbleweed update channel and carries version
| package | 52.1.1-4.1 | x86_64 | openSUSE-Tumbleweed-Update
Cheers, Dominique
Is it possible, to publish this fix also for i586? I'm running MozillaThunderbird-52.1.1-4.1.i586 and I'm still suffering from these problems. regards Hendrik -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Op donderdag 1 juni 2017 20:09:20 CEST schreef Hendrik Woltersdorf:
Am 01.06.2017 um 13:01 schrieb Dominique Leuenberger / DimStar:
On Thu, 2017-06-01 at 10:07 +0200, Vlastimil Babka wrote:
Can you please test Thunderbird from this repo: http://download.opensuse.org/repositories/mozilla:/Factory/openSUSE _Fac tory/
It should be version 52.1.1-454.1 - it's built with gcc7 (as all of the latest TW snapshot) but with the fixes applied.
If this one is working for you guys, I can publish it in the TW update channel
Works for me, thanks!
Thanks for testing - this version has been published in the openSUSE Tumbleweed update channel and carries version
| package | 52.1.1-4.1 | x86_64 | openSUSE-Tumbleweed-Update
Cheers, Dominique
Is it possible, to publish this fix also for i586?
I'm running MozillaThunderbird-52.1.1-4.1.i586 and I'm still suffering from these problems.
regards Hendrik Do you have the TW Update repo enabled?
-- Gertjan Lettink, a.k.a. Knurpht openSUSE Board Member openSUSE Forums Team -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Am 01.06.2017 um 20:32 schrieb Knurpht - Gertjan Lettink:
Op donderdag 1 juni 2017 20:09:20 CEST schreef Hendrik Woltersdorf:
Am 01.06.2017 um 13:01 schrieb Dominique Leuenberger / DimStar:
On Thu, 2017-06-01 at 10:07 +0200, Vlastimil Babka wrote: Thanks for testing - this version has been published in the openSUSE Tumbleweed update channel and carries version
| package | 52.1.1-4.1 | x86_64 | openSUSE-Tumbleweed-Update
Cheers, Dominique
Is it possible, to publish this fix also for i586?
I'm running MozillaThunderbird-52.1.1-4.1.i586 and I'm still suffering from these problems.
regards Hendrik Do you have the TW Update repo enabled?
Yes, I have it enabled. I tested also the version from the Mozilla repo (mozilla:/Factory/openSUSE_Factory/); with the same bad result. Hendrik -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Thu, 2017-06-01 at 20:09 +0200, Hendrik Woltersdorf wrote:
Am 01.06.2017 um 13:01 schrieb Dominique Leuenberger / DimStar:
On Thu, 2017-06-01 at 10:07 +0200, Vlastimil Babka wrote:
Can you please test Thunderbird from this repo: http://download.opensuse.org/repositories/mozilla:/Factory/open SUSE _Fac tory/
It should be version 52.1.1-454.1 - it's built with gcc7 (as all of the latest TW snapshot) but with the fixes applied.
If this one is working for you guys, I can publish it in the TW update channel
Works for me, thanks!
Thanks for testing - this version has been published in the openSUSE Tumbleweed update channel and carries version
| package | 52.1.1-4.1 | x86_64 | openSUSE-Tumbleweed-Update
Cheers, Dominique
Is it possible, to publish this fix also for i586?
I'm running MozillaThunderbird-52.1.1-4.1.i586 and I'm still suffering from these problems.
The same fix actually is published for i586: | package | 52.1.1-4.1 | i586 | openSUSE-Tumbleweed-Update If there is still a problem on this arch, then the chase will have to continue. Do you also see t hose issues in Firefox on i586? Cheers, Dominique
Am 01.06.2017 um 22:31 schrieb Dominique Leuenberger / DimStar:
On Thu, 2017-06-01 at 20:09 +0200, Hendrik Woltersdorf wrote:
Am 01.06.2017 um 13:01 schrieb Dominique Leuenberger / DimStar:
On Thu, 2017-06-01 at 10:07 +0200, Vlastimil Babka wrote:
Is it possible, to publish this fix also for i586?
I'm running MozillaThunderbird-52.1.1-4.1.i586 and I'm still suffering from these problems.
The same fix actually is published for i586:
| package | 52.1.1-4.1 | i586 | openSUSE-Tumbleweed-Update
If there is still a problem on this arch, then the chase will have to continue.
Do you also see t hose issues in Firefox on i586?
Cheers, Dominique
Then the fix does not work for i586 :( Firefox_i586 runs without any problems on the same machine. Hendrik -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Thanks to everyone who helped to push the quick fix to Tumbleweed Updates, it works great. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Op donderdag 1 juni 2017 17:48:03 CEST schreef S.:
Thanks to everyone who helped to push the quick fix to Tumbleweed Updates, it works great. Can't stop myself: the power of a healthy community :-)
-- Gertjan Lettink, a.k.a. Knurpht openSUSE Board Member openSUSE Forums Team -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
participants (9)
-
Aleksa Sarai
-
Dominique Leuenberger / DimStar
-
Hendrik Woltersdorf
-
Knurpht - Gertjan Lettink
-
Marcus Meissner
-
Nate Graham
-
Patrick Shanahan
-
S.
-
Vlastimil Babka