Bug with Text Stim in KDE?

I think there might be a bug for psychopy users using the KDE desktop environment. Not sure why it’s happening but after downloading several experiments that were previously working fine all of visual.TextStim are shifted to the left.

The attached screen comes from the following code.

from psychopy import visual, core, event, data, logging,gui

win=visual.Window(fullscr=False,
                  size=[1500,900],
                  units="pix")
pos=(0,0)
Outline= visual.RadialStim( win=win, name='OUTLINE', color=[0,0,1],opacity=1,
                                colorSpace = 'rgb',pos=pos,units="pix",size=[50,50])
Outline.draw()
txt=visual.TextStim(win=win,pos=pos,text='+',units="pix",bold=True,alignHoriz='center')
txt.draw()```

Hi @jbdenniso , sounds like it could be related to the Pyglet issue reported by other users, with the solution to downgrade your version of Pyglet to 1.3.2