~onboard/onboard/trunk

« back to all changes in this revision

Viewing changes to tools/install_gsettings_schema

  • Committer: marmuta
  • Date: 2017-02-16 20:22:24 UTC
  • Revision ID: marmvta@gmail.com-20170216202224-2eohpl93l0oux6vh
Allow to replace onboard-defaults.conf with gsettings overrides.

Install the example override file
onboard-default-settings.gschema.override.example.
manually (for testing) with tools/install_gsettings_schema, or
add its contents to a distribution specific override file of your choice.

The old onboard-defaults.conf is not necessary anymore and can be removed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
# along with this program. If not, see <http://www.gnu.org/licenses/>.
19
19
 
20
20
cp data/org.onboard.gschema.xml /usr/share/glib-2.0/schemas/
 
21
 
 
22
# optional: distro-specific customization
 
23
cp onboard-default-settings.gschema.override.example /usr/share/glib-2.0/schemas/99_onboard-default-settings.gschema.override
 
24
 
21
25
glib-compile-schemas /usr/share/glib-2.0/schemas
22
26