-
-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Issue background
I store my AppImages in /opt, which has permission g+w set for wheel.
I'd like to be able to set that as the default install directory for new AppImages.
Additionally, sometimes opinionated programs want to install AppImages to other locations, so I want to also specify those for updating purposes.
Suggested improvement
Please allow a config file in which that the user can set their own preference:
- Directory for installation
- DirectorIES to search for updates
XDG Base Directory Specification says:
There is a single base directory relative to which user-specific configuration files should be written. This directory is defined by the environment variable
$XDG_CONFIG_HOME.
Therefore, I'd suggest the app's config file be: $XDG_CONFIG_HOME/AppManager.{conf,yaml,toml,...}
Related issue
[FR] Use XDG_APPLICATIONS_DIR instead of ~/Applications #30
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request