From a96008ef20c4941cd08f3900e18c873e765638a1 Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: Nov 03 2016 00:30:25 +0000 Subject: Explicitly run cura on X11 GDK backend (#1388953) --- diff --git a/cura-lulzbot b/cura-lulzbot index bc76b20..c60dfb7 100755 --- a/cura-lulzbot +++ b/cura-lulzbot @@ -1,4 +1,7 @@ #!/usr/bin/python +import os +os.environ['GDK_BACKEND'] = 'x11' + import CuraLulzbot.cura as cura diff --git a/cura-lulzbot.spec b/cura-lulzbot.spec index 9185f26..36d2aeb 100644 --- a/cura-lulzbot.spec +++ b/cura-lulzbot.spec @@ -1,6 +1,6 @@ Name: cura-lulzbot Version: 21.00 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Cura LulzBot Edition, 3D printer control software # Code is AGPLv3 # Example models are CC-BY-SA @@ -129,6 +129,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE2} %{_bindir}/%{name} %changelog +* Thu Nov 03 2016 Miro Hrončok - 21.00-2 +- Explicitly run cura on X11 GDK backend (#1388953) + * Fri Sep 30 2016 Tom Callaway - 21.00-1 - update to 21.00