-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
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
Bug Report: Linux installer throws _tkinter.TclError exception #123
Comments
What flavour of Linux is this? There's a known situation with Linux Mint where it will generate a bunch of warnings about fonts similar to what you see, but it still runs successfully and the warnings can be safely ignored. From what I see in the error (and a bunch of searching I did for the Linux Mint issue) it's likely the system font configuration that's the issue here. EX-Installer uses Helvetica which apparently may not always be installed on Linux distributions by default, and if the font system isn't configured to use a substitute, it may cause issues. |
It's KDE. I just checked and I've got "Adobe Helvetica" installed. Also tried this: Didn't do anything. |
Opened an issue over at the fontconfig repo as well: |
Same bug with Manjaros Linux as per #126. Investigating options to prevent these exceptions if Helvetica is not installed/available. As it turns out, Helvetica is not installed in Windows either, and it performs a seemless substitution, possibly with Arial. Best option at the moment seems to be not to use Helvetica, and to use probably Arial on Windows, and FreeSans on Linux. Need to find the right option for Mac but possibly Arial as well. |
Could you install the following packages: |
According to the issue opened by @higaski over at fontconfig, the issue is the build is done on a system with an older version of fontconfig. I've validated this is the case, as I've been building on Ubuntu 18 to try to ensure it runs on older Linux flavours, however this is obviously causing issues. Have tested with Ubuntu 20 and the issue is resolved, so from the next release (which will be 0.0.17), these will be built on Ubuntu 20 which should resolve this issue. |
Thanks, works for me. |
Version
latest
Bug description
The Linux version currently linked over on the EX-Installer page gives me a
_tkinter.TclError
.Some sys info
╰─λ uname -a Linux archlinux 6.7.0-zen3-1-zen #1 ZEN SMP PREEMPT_DYNAMIC Sat, 13 Jan 2024 14:36:54 +0000 x86_64 GNU/Linux
Steps to reproduce the bug
Expected behaviour
The installer should execute.
Screenshots
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: