I would like to know how to go about creating new schema entries for gsettings or dconf, to create an entirely new entity that does not exist.
ie; /org/gnome/my-schema-entry/property-entry boolean 'foo-bar'
When I went to look up some answers from Google it said I should do like this;
gsettings set org.gnome.my-schema-entry.property-entry:/org/gnome/my-schema-entry/property-entry boolean 'foo-bar'
but this just returns an error saying;
No such schema 'org.gnome.my-schema-entry.property-entry'
How do I even create or write a new schema entry that doesn't exist yet?