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

GpgFrontend Portable is not really portable #191

Open
shamsuddin82 opened this issue Dec 31, 2024 · 0 comments
Open

GpgFrontend Portable is not really portable #191

shamsuddin82 opened this issue Dec 31, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@shamsuddin82
Copy link

shamsuddin82 commented Dec 31, 2024

GpgFrontend Portable is not functioning as a truly portable application due to the following issues:

  1. Key Database Location:
  • The application defaults to saving the key database on the C: drive, which defeats the purpose of portability. It should ideally save all data within its own directory or allow users to specify a custom directory.
  1. Configuration Persistence:
  • There's no option to change the default key database directory path, and even if a new key database is created, this setting does not persist when the application is run on another machine.

  • The configuration for the new key database does not retain when moving the portable version to a different device. This means settings and databases are not carried over, which undermines the utility of having a portable version.

Expected Behavior:

  • GpgFrontend should save all necessary data (including keys, configurations, and settings) within its own directory to ensure true portability.

  • Alternatively, there should be an option to manually set the storage path for the key database, with this configuration being saved and recognized across different machines when using the portable version.

Current Impact:

  • This issue significantly hampers my ability to use the same key database across multiple devices, which is critical for my workflow.

Suggested Solutions:

  • Implement a feature to save all data within the application's directory or provide a setting to specify where data should be stored.

  • Ensure that all settings, including the database path, are saved in a way that they are recognized by the portable version regardless of the machine it's run on.

Additional Information:

  • GpgFrontend Portable Version: 2.1.6

  • Operating Systems Tested: Windows 11

Thank you for considering this enhancement to make GpgFrontend truly portable.

Best regards!

@saturneric saturneric added the enhancement New feature or request label Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants