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

View -> Logs & Recordings does not honor Application Root #1554

Closed
wedgef5 opened this issue May 18, 2023 · 0 comments · Fixed by #1725
Closed

View -> Logs & Recordings does not honor Application Root #1554

wedgef5 opened this issue May 18, 2023 · 0 comments · Fixed by #1725
Labels
Milestone

Comments

@wedgef5
Copy link
Contributor

wedgef5 commented May 18, 2023

master-branch

I have changed my application root to a different drive (G:) from where the code is located (C:), so I have more space for recordings. When I select View -> Logs & Recordings in the GUI, the file browser still comes up in the C: path.

Steps to reproduce the behavior:

  1. Change Application Root to a different drive
  2. Restart SDRtrunk
  3. Select View -> Logs & Recordings
  4. Windows Explorer opens in drive where user.home is

I would expect the Windows Explorer to open in the Application Root path.

Looking at SDRTrunk.java, I see that the ActionListener for the "Logs & Recordings" menu item calls getHomePath(), which gets the user.home system property, plus "SDRTrunk". I feel like this menu item should get the DIRECTORY_APPLICAION_ROOT from DirectoryPreference, but maybe I'm not understanding the intended behavior.

@wedgef5 wedgef5 added the bug label May 18, 2023
@DSheirer DSheirer added this to the Version 0.7.0 milestone Nov 10, 2023
DSheirer pushed a commit that referenced this issue Nov 11, 2023
…ons. Enhances menu items with icons. Changes icon for playlist editor tab.
DSheirer added a commit that referenced this issue Nov 11, 2023
#1554 App View Menu Cleanup & File Explorer Location
@DSheirer DSheirer modified the milestones: Version 0.7.0, Version 0.6.0 Nov 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants