[master 1/1] Only insert strings into the environment (#1201411)

dashea installerbot-noreply at redhat.com
Thu Mar 12 18:18:30 UTC 2015


From: David Shea <dshea at redhat.com>

---
 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 bcf32f6..232070e 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


-- 
To view this commit on github, visit https://github.com/rhinstaller/anaconda/commit/de5772b60e0812f5237cda4e3754d50a21a29351


More information about the anaconda-patches mailing list