You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I often look for binaries with the OS file explorer first, but if I then want to import a file into Ghidra, I have to do the entire navigation again within the file picker window.
The file picker has a sort of address bar, just let me paste into it like I can with Windows Explorer or Nautilus on Ubuntu.
Edit: I just noticed drag and drop works from Nautilus (it can be finicky on Linux sometimes), so...maybe it's not a super critical issue.
The text was updated successfully, but these errors were encountered:
The class is docking.widgets.filechooser.GFileChooser. The code itself is probably not very difficult. Trickier is dealing with the multithreaded nature of the filechooser. It can be tricky to get that right. There are a ton tests that you can run to verify you did't break anything.
I often look for binaries with the OS file explorer first, but if I then want to import a file into Ghidra, I have to do the entire navigation again within the file picker window.
The file picker has a sort of address bar, just let me paste into it like I can with Windows Explorer or Nautilus on Ubuntu.
Edit: I just noticed drag and drop works from Nautilus (it can be finicky on Linux sometimes), so...maybe it's not a super critical issue.
The text was updated successfully, but these errors were encountered: