Hi,
I removed the mnemosyne package with synaptic and all packages that were no
longer needed with apt autoremove.
Then I installed mnemosyne as described on their webpage with pipx install
mnemosyne-proj.
The program also hangs, after opening the 'preview window' from the 'edit card'
dialog.
I had to kill mnemosyne (started from the console) with ^c. Now I get a more
verbose error message as below:
snip -------------
^CLog body:
An unexpected error has occurred.
Please forward the following info to the developers:
Traceback (innermost last):
File "/home/juergen/.local/share/pipx/venvs/mnemosyne-
proj/lib/python3.13/site-packages/mnemosyne/pyqt_ui/review_wdgt.py", line 449,
in restore_focus
def restore_focus(self):
KeyboardInterrupt
An unexpected error has occurred.
Please forward the following info to the developers:
Traceback (innermost last):
File "/home/juergen/.local/share/pipx/venvs/mnemosyne-
proj/lib/python3.13/site-packages/mnemosyne/pyqt_ui/review_wdgt.py", line 449,
in restore_focus
def restore_focus(self):
KeyboardInterrupt
Failed to make OpenGL context current for clean-up, OpenGL resources will not be
destroyed.
-------------
Jürgen