If you want to see what an application does to the file system try this
touch /tmp/marker
{change a preference via the GUI}
sudo find / -newer /tmp/marker -ls
If you want to see what an application does to the file system try this
touch /tmp/marker
{change a preference via the GUI}
sudo find / -newer /tmp/marker -ls