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

Starting from version 1.4.6, only files on the desktop can be selected. #1954

Open
zhanlan123 opened this issue Jul 20, 2023 · 2 comments
Open
Labels
GUI Issues in jadx-gui module need help

Comments

@zhanlan123
Copy link

image

@jpstotz
Copy link
Collaborator

jpstotz commented Jul 21, 2023

I also noticed that the file open dialog is a bit sparse, however my Windows has a My Computer icon on Desktop which allows me to reach every drive in the file open dialog.
As a workaround you can enable `use alternative file dialog" in preferences section "other".

Edit: I see two problems:

  1. the side bar which has a large button to go to My Computer has been disabled because of can't not open folder. sum.wat.shell.Win32ShellFolder2.getIshellFolder()  #1709
  2. the "Search in" dropdown box only shows "Desktop" because putClientProperty("FileChooser.useShellFolder", Boolean.FALSE); disables it (again because of can't not open folder. sum.wat.shell.Win32ShellFolder2.getIshellFolder()  #1709).

@skylot
Copy link
Owner

skylot commented Jul 26, 2023

Well, I am also have 'My computer' in desktop view in open dialog, but I don't have it on my desktop, so it is really weird how it added and why it may not be added 🤣
Also, I do my attempts for fixing #1709 without a way to reproduce that issue, so these changes may not be really needed.
And, to be honest, I don't know what to do here. I can't reproduce any of these issues, so fixing them became nearly impossible. I hope someone else can help here, I will keep this issue open for some time.

@skylot skylot added need help GUI Issues in jadx-gui module labels Jul 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GUI Issues in jadx-gui module need help
Projects
None yet
Development

No branches or pull requests

3 participants