Comment 3 for bug 1642272

Revision history for this message
Gerry Boland (gerboland) wrote :

Hey,
this is weird. Would you be able to open a terminal and run the following command:

xargs -n 1 -0 < /proc/`pidof unity8`/environ | ag GRID_UNIT

(it prints all the environment variables that the unity8 process has, and just returns the GRID_UNIT_PX one)
Thanks
-G