retext
                                
                                 retext copied to clipboard
                                
                                    retext copied to clipboard
                            
                            
                            
                        I keep getting console error messages: "XmbTextListToTextProperty result code -2"
For every interaction with the retext UI, one or multiple copies of the following message show up on my console:
XmbTextListToTextProperty result code -2
Why, and how can I avoid this happening?
Additional information:
- I'm using ReText 7.0.4 on Devuan ASCII (~= Debian Stretch).
- I also get (but just once) the message:
QXcbIntegration: Cannot create platform OpenGL context, neither GLX nor EGL are enabled
Did you install PyQt5 from PyPI? This may be an incompatibility issue between new Qt and X11 libraries from Stretch.
Please try uninstalling PyQt5 from PyPI and using distro packages (python3-pyqt5, python3-pyqt5.qtwebkit) instead.
Also, if these warnings do not cause any harm, you can just ignore them.
I use my distribution's versions of everything... if you want me to check something and list the output here, I'll gladly do that.
$ pip uninstall PyQT5
Skipping PyQT5 as it is not installed.
$ pip uninstall PyQt5
Skipping PyQt5 as it is not installed.
$ pip3 uninstall PyQt5
Cannot uninstall requirement PyQt5, not installed
$ pip3 uninstall PyQT5
Cannot uninstall requirement PyQT5, not installed
OK, then I do not have any idea what could cause them.
But do these warnings really cause any issues? Is the user interface buggy or slow because of them?
Well, it takes up some CPU time trying to do useless work. I can't say it makes the UI buggy.