diff --git a/qt/aqt/main.py b/qt/aqt/main.py index 0359ac1bb..260fa7ba0 100644 --- a/qt/aqt/main.py +++ b/qt/aqt/main.py @@ -1074,8 +1074,10 @@ title="{}" {}>{}""".format( theme_manager.apply_style() if is_lin: # On Linux, the check requires invoking an external binary, + # and can potentially produce verbose logs on systems where + # the preferred theme cannot be determined, # which we don't want to be doing frequently - interval_secs = 5 + interval_secs = 300 else: interval_secs = 2 self.progress.timer(