GuiLiteSamples
GuiLiteSamples copied to clipboard
privacy concerns
The examples go against (my) privacy expectations for open-source projects in 2 points:
- all examples try to call home (powerbi.com) via the "hidden" file
.sync_build.shon Linux; this should be opt-in, not something by-default and without a visible notice (yes, I know this is metioned in https://github.com/idea4good/GuiLite#hero-features). - instructions suggest to run binary-distributed xWindow (which is already a red flag) with
sudo— seriously...?!
- Will make the notice more visible later
- xWindow will share memory with HelloXXX application, which need super user permission.