Article 5526G gsettings - Monitor All System Settings Change

gsettings - Monitor All System Settings Change

by
blueray
from LinuxQuestions.org on (#5526G)
Using gsetting, I can monitor a specific schema change.

Code:$ gsettings list-schemas | grep sound
org.cinnamon.sounds
org.gnome.desktop.sound
org.mate.sound
org.cinnamon.desktop.sound
org.gnome.settings-daemon.plugins.sound
$ gsettings list-keys org.cinnamon.sounds
....
maximize-enabled
login-enabled
switch-enabled
....
$ gsettings get org.cinnamon.sounds login-enabled
false
$ gsettings monitor org.cinnamon.sounds
login-enabled: true
login-enabled: falseHow, can I use gsettings to monitor all schema changes (the output I get from gsettings list-schemas) in my machine.latest?d=yIl2AUoC8zA latest?i=JtOyjBZSgz4:hciJdGozSf4:F7zBnMy latest?i=JtOyjBZSgz4:hciJdGozSf4:V_sGLiP latest?d=qj6IDK7rITs latest?i=JtOyjBZSgz4:hciJdGozSf4:gIN9vFwJtOyjBZSgz4
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments