| Server IP : 85.112.90.236 / Your IP : 192.168.1.26 Web Server : Apache System : Linux 85-112-90-236.cprapid.com 6.12.0-211.7.3.el10_2.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 12:46:58 EDT 2026 x86_64 User : ftechme ( 1002) PHP Version : 8.2.32 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/share/help/tr/system-admin-guide/ |
Upload File : |
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" style="task" id="overrides" xml:lang="tr">
<info>
<link type="guide" xref="setup"/>
<revision pkgversion="3.30" date="2019-02-08" status="review"/>
<credit type="author copyright">
<name>Michael Hill</name>
<email>mdhillca@gmail.com</email>
<years>2012</years>
</credit>
<credit type="editor">
<name>Petr Kovar</name>
<email>pknbe@volny.cz</email>
<years>2019</years>
</credit>
<desc>GSettings overrides are used by distributions to adjust default
settings.</desc>
</info>
<title>Why should I not use GSettings overrides?</title>
<p>GSettings overrides are used by distributions to adjust default settings
for the GNOME desktop and apps. dconf overrides were designed for system
administrators to adjust default settings and set mandatory settings for the
GNOME desktop and apps.</p>
<section id="what-are-vendor-overrides">
<title>What are vendor overrides?</title>
<p>Default values are defined in the schemas that are installed by an
application. Sometimes, it is necessary for a vendor or distributor to adjust
these defaults.</p>
<p>Since patching the XML source for the schema is inconvenient and
error-prone, <link its:translate="no" href="man:glib-compile-schemas">
<sys>glib-compile-schemas</sys></link> reads so-called <em>vendor override</em>
files. These are keyfiles in the same directory as the XML schema sources,
which can override default values.</p>
</section>
</page>