Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

glib-compile-schemas(1) [centos man page]

GLIB-COMPILE-SCHEM(1)						   User Commands					     GLIB-COMPILE-SCHEM(1)

NAME
glib-compile-schemas - GSettings schema compiler SYNOPSIS
glib-compile-schemas [OPTION...] {DIRECTORY} DESCRIPTION
glib-compile-schemas compiles all the GSettings XML schema files in DIRECTORY into a binary file with the name gschemas.compiled that can be used by GSettings. The XML schema files must have the filename extension .gschema.xml. For a detailed description of the XML file format, see the GSettings documentation. At runtime, GSettings looks for schemas in the glib-2.0/schemas subdirectories of all directories specified in the XDG_DATA_DIRS environment variable. The usual location to install schema files is /usr/share/glib-2.0/schemas. In addition to schema files, glib-compile-schemas reads 'vendor override' files, which are key files that can override default values for keys in the schemas. The group names in the key files are the schema id, and the values are written in serialized GVariant form. Vendor override files must have the filename extension .gschema.override. By convention, vendor override files begin with nn_ where nn is a number from 00 to 99. Higher numbered files have higher priority (eg: if the same override is made in a file numbered 10 and then again in a file numbered 20, the override from 20 will take precedence). OPTIONS
-h, --help Print help and exit --targetdir=TARGET Store gschemas.compiled in the TARGET directory instead of DIRECTORY. --dry-run Don't write gschemas.compiled. This option can be used to check .gschema.xml sources for errors. --allow-any-name Do not enforce restrictions on key names. Note that this option is purely to facility the transition from GConf, and will be removed at some time in the future. GIO
GLIB-COMPILE-SCHEM(1)

Check Out this Related Man Page

DH_INSTALLGSETTINGS(1)						     Debhelper						    DH_INSTALLGSETTINGS(1)

NAME
dh_installgsettings - install GSettings overrides and set dependencies SYNOPSIS
dh_installgsettings [debhelperoptions] [--priority=<number>] DESCRIPTION
dh_installgsettings is a debhelper program that is responsible for installing GSettings override files and generating appropriate dependencies on the GSettings backend. The dependency on the backend will be generated in ${misc:Depends}. FILES
debian/package.gsettings-override Installed into usr/share/glib-2.0/schemas/10_package.gschema.override in the package build directory, with "package" replaced by the package name. The format of the file is the following: [org.gnome.mypackage] boolean-setting=true string-setting='string' ... OPTIONS
--priority priority Use priority (which should be a 2-digit number) as the override priority instead of 10. Higher values than ten can be used by derived distributions (20), blend distributions (50), or site-specific packages (90). SEE ALSO
debhelper(7) This program is a part of debhelper. AUTHOR
Laurent Bigonville <bigon@debian.org>, Josselin Mouette <joss@debian.org> 8.9.0ubuntu2.1 2012-06-12 DH_INSTALLGSETTINGS(1)
Man Page

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

glib and gaim

i'm trying to install gaim from source on suse linux. it has some problems finding the right version of glib during the configure script. the error looks like this: checking for glib-config... /usr/local/bin/glib-config checking for GLIB - version >= 1.2.0... *** 'glib-config --version'... (1 Reply)
Discussion started by: nydel
1 Replies

2. UNIX for Dummies Questions & Answers

Compile X-Chat

Hi! Ive Solaris 8 x86 and i want to compile X-Chat. Ive installed glib-1.2.10-sol8-intel-local from www.sunfreeware.com. But the configure script of XChat tells me the following: ----- checking for pkg-config... /usr/local/bin/pkg-config checking for GLIB - version >= 2.0.3... sh:... (3 Replies)
Discussion started by: donald1111
3 Replies

3. Solaris

export oracle schemas

Hi, How do i export selected Oracle database schemas from HpUnix? Is it possible to export it to a windows shared drive? If so how do i do it? Pls advice. Thanks in advance. (4 Replies)
Discussion started by: nicky88
4 Replies

4. Programming

Not able to compile .pcc (Pro*C++) file

Hello, I use Omniworks build environment for compiling pro*c++(filename.pcc) files which would result in .filename.cc. I am not able get these files due some misplacement in environment... Could anyone explain the environment variable linked to it .. I know few like LIB_PATH,LD_LIBRARY_PATH and... (0 Replies)
Discussion started by: shafi2all
0 Replies

5. Linux

glib-2.22.4 missing after installation?

I've installed glib-2.22.4 from source codes and everything seems just fine with these commands, ./configure, make, make install), but glib-2.22.4 is missing after the installation: # rpm -qa | grep glib NetworkManager-glib-0.7.0-9.el5 glib2-devel-2.12.3-4.el5_3.1 glibc-common-2.5-42.el5_4.3... (3 Replies)
Discussion started by: aixlover
3 Replies

6. Linux

glib-devel-2

Hi I want to install glib-devel-2.xx on suse 9 linux. I downloaded from below site, Index of /pub/gnome/sources/glib/2.24 and installed using normal configure,make,make install. Am I correct or something else is required? Thanks. (4 Replies)
Discussion started by: upengan78
4 Replies

7. Shell Programming and Scripting

Parallel export of all oracle DB schema.

In my Oracle db there are 4 schemas. All the username & passwords are stored in a text file. I am using a while loop to export all the schemas. It read the first line and doing the export. For all users it export one by one. But I need all the schemas will exported simultaneously. i.e. all the... (1 Reply)
Discussion started by: priya001
1 Replies

8. Red Hat

Glib-compile-schemas not found RHEL6

glib-compile-schemas not found RHEL6 Unable to configue glibc-2.34.3 (3 Replies)
Discussion started by: vishwesh98130
3 Replies

9. UNIX for Advanced & Expert Users

Problem compiling glib using static zlib

Hello I have been trying to compile glib 2.28 with needs Zlib. During the compilation process I received these messages Then giving a look at the configure of Zlib, there was an option to static link it and I obviously used it. So I think I can solve it by compiling a shared zlib, or by... (4 Replies)
Discussion started by: colt
4 Replies

10. Shell Programming and Scripting

awk print not working properly

Hello friends, There is one requirment where I need to login into database environment and pull all schema names into a text file ... as of now below are the schemas available... $> describe keyspaces; system_schema system_auth system abc system_distributed system_traces Now from... (4 Replies)
Discussion started by: onenessboy
4 Replies