archlinux.flutter icon indicating copy to clipboard operation
archlinux.flutter copied to clipboard

Disable auto-update and analytics via environment variable

Open TheOneWithTheBraid opened this issue 2 years ago • 1 comments

Once https://github.com/flutter/flutter/pull/107121 is trickled down in stable, we should immediately set the

  • FLUTTER_VERSION_CHECK
  • FLUTTER_ANALYTICS

environment variables system wide to false in order to fix a) permission issues in /opt/flutter/ and b) privacy regressions.

TheOneWithTheBraid avatar Jul 06 '22 05:07 TheOneWithTheBraid

Together with https://github.com/flutter/flutter/issues/105087, we could also move the installation directory to /usr/share/flutter and the cache correspondingly to /usr/lib. That would result in a much cleaner directory structure.

TheOneWithTheBraid avatar Jul 06 '22 06:07 TheOneWithTheBraid