-
Notifications
You must be signed in to change notification settings - Fork 343
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
Visual debugger display too small on Arch with Xmonad WM #44
Comments
Ah, XMonad makes sense. I run i3 and haven't had any issues. I've also run it on GNOME without issue. A few things:
|
4 Fixed the issue! I wonder why this occurs.... Thanks! |
This page has a bit more: https://wiki.haskell.org/Xmonad/Frequently_asked_questions#Problems_with_Java_applications.2C_Applet_java_console It appears that Xmonad is non-reparenting, and the Java GUI library doesn't properly recognize this fact. It also looks like a better version of 4 is to set I'm going to leave this issue open for now. I don't particularly want to install Xmonad to test, but I bet you can detect Xmonad and set the dslabs/framework/tst/dslabs/framework/testing/visualization/DebuggerWindow.java Lines 95 to 122 in 4c3c7c6
|
Describe the bug
When running the visual debugger using either
./run-tests.py .. --debug ...
or./run-tests.py .. --start-viz ...
the display is very small and cannot be resized.Screenshots
Environment
java --version
): openjdk 17.0.6 2023-01-17The text was updated successfully, but these errors were encountered: