9518679
diff -up cura-lulzbot-3.6.21/cura_app.py.disable-linux-distro-check cura-lulzbot-3.6.21/cura_app.py
9518679
--- cura-lulzbot-3.6.21/cura_app.py.disable-linux-distro-check	2019-12-19 08:57:56.514555367 -0500
9518679
+++ cura-lulzbot-3.6.21/cura_app.py	2019-12-19 08:58:02.154451445 -0500
9518679
@@ -43,7 +43,7 @@ import faulthandler
9518679
 if Platform.isLinux(): # Needed for platform.linux_distribution, which is not available on Windows and OSX
9518679
     # For Ubuntu: https://bugs.launchpad.net/ubuntu/+source/python-qt4/+bug/941826
9518679
 
9518679
-    linux_distro_name = platform.linux_distribution()[0].lower()
9518679
+    # linux_distro_name = platform.linux_distribution()[0].lower()
9518679
     # TODO: Needs a "if X11_GFX == 'nvidia'" here. The workaround is only needed on Ubuntu+NVidia drivers. Other drivers are not affected, but fine with this fix.
9518679
     import ctypes
9518679
     from ctypes.util import find_library