hello!
Thank you for creating and maintaining mnemosyne. I've found it helpful for memorization practice.
environment
I am running GNU/Linux distribution NixOS 24.05.4974.8f7492cce289 (Uakari) and Mnemosyne 2.10.1. I've also invoked the program with a custom directory location -d to somewhere in my home directory.
steps
Open a card deck
Click settings
Click configure
click card appearance tab
Click "Select font"
Change font size to 16 from 9
Then, the following stack trace appears:
An unexpected error has occurred.
Please forward the following info to the developers:
Traceback (innermost last):
File "/nix/store/lmnxycxzgmi5cwwfbqssxwjiaaxajlil-mnemosyne-2.10.1/lib/python3.11/site-packages/mnemosyne/pyqt_ui/configuration_wdgt_card_appearance.py", line 223, in preview
render_chain.renderer_for_card_type(card_type).update(card_type)
File "/nix/store/lmnxycxzgmi5cwwfbqssxwjiaaxajlil-mnemosyne-2.10.1/lib/python3.11/site-packages/mnemosyne/libmnemosyne/renderers/html_css.py", line 105, in update
self.card_type_css(card_type, **render_args)
File "/nix/store/lmnxycxzgmi5cwwfbqssxwjiaaxajlil-mnemosyne-2.10.1/lib/python3.11/site-packages/mnemosyne/libmnemosyne/renderers/html_css.py", line 81, in card_type_css
family,size,x,x,w,i,u,s,x,x,x,x,x,x,x,x,style \
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: not enough values to unpack (expected 17, got 16)
guesses
NixOS enforces strong separation of application configuration so I'd wager some of that affects how mnemosyne might read and set its configuration.
hello! Thank you for creating and maintaining mnemosyne. I've found it helpful for memorization practice.
environment
I am running GNU/Linux distribution NixOS 24.05.4974.8f7492cce289 (Uakari) and Mnemosyne 2.10.1. I've also invoked the program with a custom directory location
-d
to somewhere in my home directory.steps
Then, the following stack trace appears:
guesses
NixOS enforces strong separation of application configuration so I'd wager some of that affects how mnemosyne might read and set its configuration.