summarylogtreecommitdiffstats
path: root/gtk3.patch
diff options
context:
space:
mode:
Diffstat (limited to 'gtk3.patch')
-rw-r--r--gtk3.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/gtk3.patch b/gtk3.patch
new file mode 100644
index 000000000000..884bf447d499
--- /dev/null
+++ b/gtk3.patch
@@ -0,0 +1,12 @@
+diff --color -aur src.orig/Py3DG200-1.6/Py3DG200.py src/Py3DG200-1.6/Py3DG200.py
+--- src.orig/Py3DG200-1.6/Py3DG200.py 2018-05-03 20:47:16.000000000 +0200
++++ src/Py3DG200-1.6/Py3DG200.py 2022-01-04 10:25:16.942575197 +0100
+@@ -32,6 +32,8 @@
+ import os
+ import time
+ from serial import Serial
++import gi
++gi.require_version('Gtk', '3.0')
+ from gi.repository import Gtk
+
+ isDebug = False