From de5772b60e0812f5237cda4e3754d50a21a29351 Mon Sep 17 00:00:00 2001 From: David Shea Date: Thu, 12 Mar 2015 13:51:19 -0400 Subject: [PATCH] Only insert strings into the environment (#1201411) --- pyanaconda/ui/gui/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyanaconda/ui/gui/__init__.py b/pyanaconda/ui/gui/__init__.py index bcf32f62c3b..232070eee8d 100644 --- a/pyanaconda/ui/gui/__init__.py +++ b/pyanaconda/ui/gui/__init__.py @@ -562,7 +562,7 @@ def _widgetScale(self): if monitor_height_px >= 1200 and monitor_dpi_x > 192 and monitor_dpi_y > 192: display.set_window_scale(2) # Export the scale so that Gtk programs launched by anaconda are also scaled - iutil.setenv("GDK_SCALE", 2) + iutil.setenv("GDK_SCALE", "2") def _convertSignals(self): # What tends to happen when we receive a signal is that the signal will