Skip to content

Commit

Permalink
Only insert strings into the environment (#1201411)
Browse files Browse the repository at this point in the history
  • Loading branch information
dashea committed Mar 12, 2015
1 parent bdb4a0f commit de5772b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyanaconda/ui/gui/__init__.py
Expand Up @@ -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
Expand Down

0 comments on commit de5772b

Please sign in to comment.