View Single Post
Old 04-03-2020, 04:01 PM   #3
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,838
Karma: 6120478
Join Date: Nov 2009
Device: many
Here are some env var settings to try:

export QT_OPENGL="desktop"
Then try launching Sigil in that terminal

You could also try using ANGLE via

export QT_OPENGL="angle"
Then try opening Sigil in that terminal session.

and lastly you could try software opengl emulation

export QT_OPENGL="software"
Then try running Sigil from that terminal session.

Do any of these impact the error you are getting?
KevinH is offline   Reply With Quote