static Set<S> linux_gsettings_keysForSchema(S schema) { 
  ret asTreeSet(lines(backtick("gsettings list-keys " + pqO(schema))));
}