summaryrefslogtreecommitdiff
path: root/bugfix-Solve-the-problem-that-the-circular-loading-progress-bar-does-not-rota...
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-09-19 03:19:34 +0000
committerCoprDistGit <infra@openeuler.org>2023-09-19 03:19:34 +0000
commite9f07e4582f7977395d5c26d41e3fc97ed9e077c (patch)
tree478a9376a299c9450151b72c29c5c790c1023564 /bugfix-Solve-the-problem-that-the-circular-loading-progress-bar-does-not-rotate.patch
parenta4252603249fd648f2870ce2dcbaf86ebcf1f118 (diff)
automatic import of anacondaopeneuler20.03
Diffstat (limited to 'bugfix-Solve-the-problem-that-the-circular-loading-progress-bar-does-not-rotate.patch')
-rw-r--r--bugfix-Solve-the-problem-that-the-circular-loading-progress-bar-does-not-rotate.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/bugfix-Solve-the-problem-that-the-circular-loading-progress-bar-does-not-rotate.patch b/bugfix-Solve-the-problem-that-the-circular-loading-progress-bar-does-not-rotate.patch
new file mode 100644
index 0000000..b9ea22e
--- /dev/null
+++ b/bugfix-Solve-the-problem-that-the-circular-loading-progress-bar-does-not-rotate.patch
@@ -0,0 +1,25 @@
+From ccc28e983cd2c1f1f02fd00b9b1659fb572bac1b Mon Sep 17 00:00:00 2001
+From: yueyuankun <yueyuankun@kylinos.cn>
+Date: Tue, 23 Aug 2022 15:53:18 +0800
+Subject: [PATCH] Solve the problem that sometimes the circular
+ loading progress bar does not rotate
+
+---
+ pyanaconda/ui/gui/spokes/installation_progress.py | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/pyanaconda/ui/gui/spokes/installation_progress.py b/pyanaconda/ui/gui/spokes/installation_progress.py
+index 0de742b..5ed3424 100644
+--- a/pyanaconda/ui/gui/spokes/installation_progress.py
++++ b/pyanaconda/ui/gui/spokes/installation_progress.py
+@@ -85,6 +85,7 @@ class ProgressSpoke(StandaloneSpoke):
+
+ if code == progressQ.PROGRESS_CODE_INIT:
+ self._init_progress_bar(args[0])
++ gtk_call_once(self._spinner.start)
+ elif code == progressQ.PROGRESS_CODE_STEP:
+ self._step_progress_bar()
+ elif code == progressQ.PROGRESS_CODE_MESSAGE:
+--
+2.27.0
+