-
Notifications
You must be signed in to change notification settings - Fork 17
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
Problems launching magic gui #41
Comments
@RTimothyEdwards Any quick pointers you can think of? Not sure if it's related to the changes I made. I'll continue looking into this |
I don't even see a specific error listed "(default value for "-font" in widget ".text")" does not sound like an error. My best guess is that the container is missing fonts for Tk, meaning a problem with the Tcl/Tk install. But Tk should be able to fall back on X11 fonts, and it would be surprising to find that the container didn't have X11 fonts installed somewhere. . . |
FYI, the error occurs inside the "tkcon.tcl" script, which is magic's console window in interactive mode under the Tcl/Tk interpreter. Since you have been using magic in batch for OpenROAD applications, you may not have noticed if anything was wrong with the interactive version. Technically, I would not suppose that OpenROAD is under any obligation to support interactive use of Magic within OpenROAD, but it would be nice to have that ability. |
Thanks for the hints. I'll do some more debugging. @oharboe Does the docker image have tk installed? Also is the docker image running ubuntu 18 or is it the docker host. |
the docker image is openroad/alpha-release, so you probably know what it has installed. i am running the command from nondocker ubuntu 18.04 desktop. |
Normally, I can launch a GUI from within Docker on my desktop by running the command below, but I get an error message.
I run Ubuntu 18.04.
The text was updated successfully, but these errors were encountered: