mnemosyne-proj / mnemosyne

Mnemosyne: efficient learning with powerful digital flash-cards.
https://mnemosyne-proj.org/
Other
507 stars 74 forks source link

Preview display bug #254

Closed lukemorgan8064 closed 10 months ago

lukemorgan8064 commented 10 months ago

When clicking "OK" on a preview, it does not remove the preview window. The changes are saves, but the window is not redrawn.

The following video demonstrates:

untitled.webm

I am using:

Terminal output on startup: /usr/lib/python3.11/site-packages/mnemosyne/libmnemosyne/__init__.py:372: UserWarning: gTTS package is not installed. Text warnings.warn("gTTS package is not installed. Text to speak feature will not be available.") /usr/lib/python3.11/site-packages/mnemosyne/libmnemosyne/__init__.py:377: UserWarning: google_trans_new package is not ins warnings.warn("google_trans_new package is not installed. Google translate feature will not be available.") QGuiApplication::setDesktopFileName: the specified desktop file name ends with .desktop. For compatibility reasons, the .d qt.gui.imageio: libpng warning: iCCP: known incorrect sRGB profile qt.gui.imageio: libpng warning: iCCP: known incorrect sRGB profile qt.gui.imageio: libpng warning: iCCP: known incorrect sRGB profile qt.gui.imageio: libpng warning: iCCP: known incorrect sRGB profile qt.gui.imageio: libpng warning: iCCP: known incorrect sRGB profile doh set to "" -- SystemOnly

Apologies if I did not file this bug correctly. If I did not include enough information, I will add it.

Thank you so much for your work on this amazing project, I plan to contribute when I am able to code better. In the mean time, consider setting up a donation page so that grateful users like me can donate!

pbienst commented 10 months ago

This image corruption is in all likelihood not due to Mnemosyne itself. It doesn't happen on my system is and probably either due to some issues with the driver of your graphics card, the Qt library, or some other aspect of the graphics system of your linux distribution...