Skip to content

Adhere to XDG base directory spec #41560

Open
dart-archive/cli_util
#66
@retnikt

Description

@retnikt

Currently, on Linux, Dart stores some data in ~/.dart and ~/.dartServer, which is annoying because it clutters up the user's home directory. Please consider following the XDG Base Directory spec by moving these files to appropriate locations specified in the environment variables $XDG_CONFIG_HOME, $XDG_DATA_HOME, and $XDG_CACHE_HOME. (typically, and by default, ~/.config, ~/.local/share, and ~/.cache).

  • Dart SDK Version (dart --version) = 2.7.2
  • Applies to Linux only

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-metaCross-cutting, high-level issues (for tracking many other implementation issues, ...).type-questionA question about expected behavior or functionality

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions