Skip to content
This repository was archived by the owner on Nov 5, 2023. It is now read-only.

Commit 1ca626f

Browse files
Fix: Blocking code when spinner is used on some systems
1 parent 46df768 commit 1ca626f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/System.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ def information_grid(self):
390390
flatpak_packages_grid.attach(self.flatpak_packages_label, 0, 0, 1, 1)
391391
# Spinner (Flatpak)
392392
self.flatpak_packages_spinner_label = Gtk.Spinner()
393-
# Rest of the code is not run and infomation is not shown if Spinner is started on some systems with XFCE DE.
393+
# Rest of the code is not run and infomation is not shown if Spinner is started on some systems with XFCE DE (GTK4 bug).
394394
#self.flatpak_packages_spinner_label.start()
395395
flatpak_packages_grid.attach(self.flatpak_packages_spinner_label, 1, 0, 1, 1)
396396

0 commit comments

Comments
 (0)