summarylogtreecommitdiffstats
path: root/flashprint
diff options
context:
space:
mode:
authorMichael Gisbers2020-03-23 10:57:41 +0100
committerMichael Gisbers2020-03-23 10:57:41 +0100
commitbc9182369f0475cee5664a363fe2931f37d9ea5a (patch)
treee004fca900c95a87d568c2b6bc0680356e5adfc7 /flashprint
parent160ca0c3f0b636f24db6b0a0e877880b4468ad5f (diff)
downloadaur-bc9182369f0475cee5664a363fe2931f37d9ea5a.tar.gz
add workaround for qt; thx to selexin
Diffstat (limited to 'flashprint')
-rw-r--r--flashprint2
1 files changed, 1 insertions, 1 deletions
diff --git a/flashprint b/flashprint
index 6b5d84799b6e..794a1fc60665 100644
--- a/flashprint
+++ b/flashprint
@@ -3,4 +3,4 @@
### start flashprint with LANG=C to fix render issues
### thanks to Michael Risthaus for reporting this workaround
### will be replaced with symlink after fix from uplink
-env LANG=C /usr/share/FlashPrint/FlashPrint
+env LANG=C LD_LIBRARY_PATH=/opt/qt595/lib /usr/share/FlashPrint/FlashPrint