diff --git a/scripts/launcher.py b/scripts/launcher.py index 16ea758fc..8e336f573 100644 --- a/scripts/launcher.py +++ b/scripts/launcher.py @@ -59,7 +59,7 @@ class Launcher: else: self.debug_command = ["gdb", "--args"] - if self.options.wide: + if accept_geometry and self.options.wide: self.options.geometry = "1280x800" def start_shell(self):