freegeekchicago / fgc-installscript

FreeGeek Chicago Install Script
MIT License
8 stars 7 forks source link

Fix #52 - Autoplay settings aren't properly setup. #59

Closed steenburgh closed 6 years ago

steenburgh commented 6 years ago

My previous 'fix' for #52 hasn't been working properly. When I tested autoplay settings last Sunday, the script wasn't properly updating the autoplay settings, despite my changes. I didn't notice this when I initially added the lines because I wasn't testing on a completely fresh system. Today, I used VirtualBox's 'snapshots' feature to make sure I was starting with a fresh system every time I ran the command and was able to track down the issue.

One thing to note though: After the script is run, you will need to either logout or reboot for these changes to take effect, so if you ignore the 'reboot' prompt that appears when the script is done, the autoplay settings will not be properly set.

steenburgh commented 6 years ago

If you're curious why these changes fix the problem, take a look at my comments on the github issue here: #52