We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi! Themes aren't working for some reason.
I get the error
[MakePreview] Fonts... [MakePreview] Generating Preview Image [MakePreview] Metrics... OK Traceback (most recent call last): File "/home/admin/Scrivania/.Chicago95/Plus/./PlusGUI.py", line 872, in open_file self.preview_image = MakePreview(self.theme) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/admin/Scrivania/.Chicago95/Plus/./PlusGUI.py", line 110, in __init__ self.set_fonts() File "/home/admin/Scrivania/.Chicago95/Plus/./PlusGUI.py", line 171, in set_fonts self.lfMessageFont = self.get_font(self.msgfont) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/admin/Scrivania/.Chicago95/Plus/./PlusGUI.py", line 384, in get_font return self.get_font("Noto-Sans-Regular") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/admin/Scrivania/.Chicago95/Plus/./PlusGUI.py", line 365, in get_font return installed_fonts[fontname]['glyphs'] ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^ KeyError: 'glyphs'```
The text was updated successfully, but these errors were encountered:
I am also having this problem on arch linux.
edit: the cli version of this tool seems to be working much better for some reason.
Sorry, something went wrong.
I am also having this problem on arch linux. edit: the cli version of this tool seems to be working much better for some reason.
ill try the CLI version shortly
No branches or pull requests
Hi! Themes aren't working for some reason.
I get the error
The text was updated successfully, but these errors were encountered: