Skip to content

Allow user config for default install dir and directories to search for updates #47

@HaleTom

Description

@HaleTom

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions