Activity log for bug #1906138

Date Who What changed Old value New value Message
2020-11-29 07:05:54 Doug Brown bug added bug
2020-11-29 07:14:19 Doug Brown description In Ubuntu MATE 20.04, a Qt program with an indeterminate progress bar (meaning its minimum and maximum values have both been set to zero) does not display properly. It is supposed to animate in a way that shows that something is happening with an unknown time remaining. Instead, it sits still with its progress bar showing approximately 25 to 30% progress. To test this, make a simple Qt program with a QProgressBar in the main window, and add these lines to the constructor of the main window: ui->progressBar->setMinimum(0); ui->progressBar->setMaximum(0); This problem is not present in Ubuntu MATE 18.04, and it's also not present in standard Ubuntu 20.04. Both of those versions correctly animate the indeterminate progress bar. It's unclear to me which package is at fault, but it seems to be something specific to Ubuntu MATE because standard Ubuntu 20.04 doesn't have this problem. In Ubuntu MATE 20.04, a Qt program with an indeterminate progress bar (meaning its minimum and maximum values have both been set to zero) does not display properly. It is supposed to animate in a way that shows that something is happening with an unknown time remaining. Instead, it sits still with its progress bar showing approximately 25 to 30% progress. To test this, make a simple Qt program with a QProgressBar in the main window, and add these lines to the constructor of the main window: ui->progressBar->setMinimum(0); ui->progressBar->setMaximum(0); This problem is not present in standard Ubuntu 20.04. Standard Ubuntu correctly animates the indeterminate progress bar. It's unclear to me which package is at fault, but it seems to be something specific to Ubuntu MATE because standard Ubuntu 20.04 doesn't have this problem. Ubuntu MATE 18.04 also has this problem with Qt 5. With Qt 4 it doesn't have this problem.
2021-04-08 10:20:02 Norbert tags bionic focal
2021-07-30 11:36:57 Norbert bug task added qtbase-opensource-src (Ubuntu)
2021-07-30 11:37:18 Norbert bug task added mate-themes (Ubuntu)
2022-04-08 22:48:58 Martin Wimpress  bug task deleted ubuntu-mate
2022-04-08 22:49:17 Martin Wimpress  bug task deleted mate-themes (Ubuntu)
2023-04-21 20:18:05 Doug Brown bug task added qtstyleplugins-src (Ubuntu)
2023-04-21 21:07:13 Dmitry Shachnev bug task deleted qtbase-opensource-src (Ubuntu)
2023-05-20 08:47:30 Launchpad Janitor qtstyleplugins-src (Ubuntu): status New Fix Released