Skip to content
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

keyboard input stays with xquartz terminal instead of ghidra gui #4

Closed
kbroughton opened this issue Jul 18, 2019 · 1 comment
Closed

Comments

@kbroughton
Copy link

The mouse focus works as expected and i can browse and select ghidra menus, but when attempting to input forms with the keyboard, the characters appear on the background xquartz terminal.

osx mojave

docker run --init -it --rm --name ghidra --cpus 2 --memory 4g -e MAXMEM=4G -e DISPLAY=host.docker.internal:0 -v /path/to/samples:/samples -v /path/to/projects:/root blacktop/ghidra

@kbroughton
Copy link
Author

kbroughton commented Jul 18, 2019

here is the console output. All keyboard input appears below the docker stdout

openjdk version "11.0.3" 2019-04-16
OpenJDK Runtime Environment 18.9 (build 11.0.3+7)
OpenJDK 64-Bit Server VM 18.9 (build 11.0.3+7, mixed mode)
INFO Using log config file: jar:file:/ghidra/Ghidra/Framework/Generic/lib/Generic.jar!/generic.log4j.xml (LoggingInitialization)
INFO Using log file: /root/.ghidra/.ghidra-9.0.4/application.log (LoggingInitialization)

$ cat /root/.ghidra/.ghidra-9.0.4/application.log
INFO Loading user preferences: /root/.ghidra/.ghidra-9.0.4/preferences (Preferences)
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by ghidra.framework.GhidraApplicationConfiguration (file:/ghidra/Ghidra/Features/Base/lib/Base.jar) to field sun.awt.X11.XToolkit.awtAppClassName
WARNING: Please consider reporting this to the maintainers of ghidra.framework.GhidraApplicationConfiguration
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations

After quitting and restarting xquartz, i am unable to reproduce. Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant