summarylogtreecommitdiffstats
path: root/bcn3dcura.patch
diff options
context:
space:
mode:
authorKarsten Pufahl2019-11-26 11:32:33 +0100
committerKarsten Pufahl2019-11-26 11:32:33 +0100
commit6d02d9271dd1906a29d109a6d9cb201fa45d4934 (patch)
treef343a1bd0fb1c7efc7d4bacc3028b005eb8e481a /bcn3dcura.patch
downloadaur-bcn3dcura-git.tar.gz
initial commit
Diffstat (limited to 'bcn3dcura.patch')
-rw-r--r--bcn3dcura.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/bcn3dcura.patch b/bcn3dcura.patch
new file mode 100644
index 000000000000..1d830650f1f7
--- /dev/null
+++ b/bcn3dcura.patch
@@ -0,0 +1,10 @@
+--- src/Cura/cura_app.py 2019-11-25 19:51:02.320955181 +0100
++++ src/Cura/cura_app.py.new 2019-11-25 20:07:49.654478625 +0100
+@@ -45,7 +45,6 @@
+ #WORKAROUND: GITHUB-88 GITHUB-385 GITHUB-612
+ if Platform.isLinux(): # Needed for platform.linux_distribution, which is not available on Windows and OSX
+ # For Ubuntu: https://bugs.launchpad.net/ubuntu/+source/python-qt4/+bug/941826
+- linux_distro_name = platform.linux_distribution()[0].lower()
+ # 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.
+ import ctypes
+ from ctypes.util import find_library