<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
<title>Profiles</title>
<link rel="stylesheet" type="text/css" href="../pintail-mallard-tr.css">
<script type="text/javascript" src="../highlight.pack.js"></script><script>
document.addEventListener('DOMContentLoaded', function() {
  var matches = document.querySelectorAll('code.syntax')
  for (var i = 0; i < matches.length; i++) {
    hljs.highlightBlock(matches[i]);
  }
}, false);</script><script type="text/javascript" src="../yelp.js"></script>
</head>
<body lang="tr" dir="ltr">
<header class="gnome-header"><nav><div class="pagewide">
<a id="home-link" class="gnome-navbar-brand" href="../index.html" title="Go to home page"><h1>GNOME Help</h1></a><details class="gnome-langs gnome-langs-wide"><summary title="Change language" aria-label="Change language"><span class="gnome-langs-current">tr</span></summary><ul>
<li><a href="dconf-profiles.html.ca">català</a></li>
<li><a href="dconf-profiles.html.cs">čeština</a></li>
<li><a href="dconf-profiles.html.de">Deutsch</a></li>
<li><a href="dconf-profiles.html">English</a></li>
<li><a href="dconf-profiles.html.es">español</a></li>
<li><a href="dconf-profiles.html.eu">euskara</a></li>
<li><a href="dconf-profiles.html.fr">français</a></li>
<li><a href="dconf-profiles.html.gl">galego</a></li>
<li><a href="dconf-profiles.html.hr">hrvatski</a></li>
<li><a href="dconf-profiles.html.id">Indonesia</a></li>
<li><a href="dconf-profiles.html.it">italiano</a></li>
<li><a href="dconf-profiles.html.hu">magyar</a></li>
<li><a href="dconf-profiles.html.nl">Nederlands</a></li>
<li><a href="dconf-profiles.html.pt_BR">português (Brasil)</a></li>
<li><a href="dconf-profiles.html.sv">svenska</a></li>
<li><a href="dconf-profiles.html.tr" aria-current="true">Türkçe</a></li>
<li><a href="dconf-profiles.html.ru">русский</a></li>
<li><a href="dconf-profiles.html.uk">українська</a></li>
<li><a href="dconf-profiles.html.kk">қазақ тілі</a></li>
<li><a href="dconf-profiles.html.fa" dir="rtl">فارسی</a></li>
<li><a href="dconf-profiles.html.ko">한국어</a></li>
</ul></details>
</div></nav></header><main><aside class="sidebar sidebar-left"><div class="sidebar-contents"><div class="inner">
<div class="title"><h2><span class="title">İçerik</span></h2></div>
<div class="region"><div class="contents"><ul>
<li class="links"><a href="../system-admin-guide/index.html.tr" title="GNOME System Administration Guide">GNOME System Administration Guide</a></li>
<li class="links"><a href="../system-admin-guide/setup.html.tr" title="Setup">Setup</a></li>
<li class="links"><a href="../system-admin-guide/appearance.html.tr" title="Appearance">Appearance</a></li>
<li class="links"><a href="../system-admin-guide/login.html.tr" title="Login">Login</a></li>
<li class="links"><a href="../system-admin-guide/network.html.tr" title="Network &amp; hardware">Network &amp; hardware</a></li>
<li class="links"><a href="../system-admin-guide/software.html.tr" title="Software">Software</a></li>
<li class="links"><a href="../system-admin-guide/user-settings.html.tr" title="User settings">User settings</a></li>
<li class="links"><a href="../system-admin-guide/sundry.html.tr" title="Other">Other</a></li>
</ul></div></div>
</div></div></aside><aside class="sidebar sidebar-right"><div class="sidebar-sections"><div class="inner">
<div class="title"><h2><span class="title">Bu Sayfada</span></h2></div>
<div class="region"><div class="contents"><ul><li class="links "><a href="../system-admin-guide/dconf-profiles.html.tr#dconf-profiles" title="Select a profile">Select a profile</a></li></ul></div></div>
</div></div></aside><div class="page">
<header><div class="inner pagewide"><div class="trails" role="navigation"><div class="trail">
<a class="trail" href="../index.html">GNOME</a> » <a class="trail" href="../system-admin-guide/index.html.tr" title="GNOME System Administration Guide">System Administration Guide</a> » <a class="trail" href="../system-admin-guide/setup.html.tr" title="Setup">Setup</a> » </div></div></div></header><article><div class="hgroup pagewide"><h1 class="title"><span class="title">Profiles</span></h1></div>
<div class="region">
<div class="contents pagewide">
<p class="p">A <span class="em">profile</span> is a list of configuration databases. The first
  database in a profile is the write-to database and the remaining databases
  are read-only. Each of the system databases is generated from a keyfile
  directory. Each keyfile directory contains one or more keyfiles. Each keyfile
  contains at least one dconf path and one or more keys and the corresponding
  values.</p>
<p class="p">Key pairs which are set in a <span class="sys">dconf</span> <span class="em">profile</span> will
  override the default settings unless there is a problem with the value that
  you have set.</p>
<p class="p">You will usually want your <span class="sys">dconf</span> profile to consist of a
  <span class="em">user database</span> and at least one system database. The profile must
  list one database per line.</p>
<p class="p">The first line in a profile is the database that changes are written to. It
  is usually <span class="code">user-db:<span class="input">user</span></span>. <span class="input">user</span> is
  the name of the user database which can normally be found in
  <span class="file">~/.config/dconf</span>.</p>
<p class="p">A <span class="code">system-db</span> line specifies a system database. These databases
  are found in <span class="file">/etc/dconf/db/</span>.</p>
<div class="example"><div class="inner"><div class="region"><div class="contents"><div class="listing"><div class="inner">
<div class="title title-listing"><h2><span class="title">Sample profile</span></h2></div>
<div class="region"><div class="contents"><div class="code"><pre class="contents"><code>user-db:user
system-db:<span class="var">local</span>
system-db:<span class="var">site</span></code></pre></div></div></div>
</div></div></div></div></div></div>
<p class="p">Configuring a single user and multiple system databases allows for layering
  of preferences. Settings from the <span class="code">user</span> database file take
  precedence over the settings in the <span class="code">local</span> database file, and the
  <span class="code">local</span> database file in turn takes precedence over the
  <span class="code">site</span> database file.</p>
<p class="p">However, the order of precedence for <span class="link"><a href="../system-admin-guide/dconf-lockdown.html.tr" title="Lock down specific settings">locks</a></span>
  is reversed. Locks introduced in the <span class="code">site</span> or <span class="code">local</span>
  database files take priority over those present in <span class="code">user</span>.</p>
<div class="note note-important" title="Önemli">
<svg height="24" width="24" version="1.1">
 <path class="yelp-svg-fill" d="m12.5 2a9.5 9.5 0 0 0 -9.5 9.5 9.5 9.5 0 0 0 9.5 9.5 9.5 9.5 0 0 0 9.5 -9.5 9.5 9.5 0 0 0 -9.5 -9.5zm0 3a1.5 1.5 0 0 1 1.5 1.5v6a1.5 1.5 0 0 1 -1.5 1.5 1.5 1.5 0 0 1 -1.5 -1.5v-6a1.5 1.5 0 0 1 1.5 -1.5zm0 10.5a1.5 1.5 0 0 1 1.5 1.5 1.5 1.5 0 0 1 -1.5 1.5 1.5 1.5 0 0 1 -1.5 -1.5 1.5 1.5 0 0 1 1.5 -1.5z"></path>
</svg><div class="inner"><div class="region"><div class="contents"><p class="p">The <span class="sys">dconf</span> profile for a session is determined at login, so users
  will have to log out and log in to apply a new <span class="sys">dconf</span> user profile
  to their session.</p></div></div></div>
</div>
<p class="p">For more information, see the <span class="link"><a href="man:dconf(7)" title="man:dconf(7)">
  <span class="cmd">dconf</span>(7)</a></span> man page.</p>
</div>
<section id="dconf-profiles"><div class="inner">
<div class="hgroup pagewide"><h2 class="title"><span class="title">Select a profile</span></h2></div>
<div class="region"><div class="contents pagewide">
<p class="p">On startup, <span class="sys">dconf</span> consults the <span class="sys">DCONF_PROFILE</span>
  environment variable. The variable can specify a relative path to a file in
  <span class="file">/etc/dconf/profile/</span>, or an absolute path, for example, to the
  user's home directory.</p>
<p class="p">If the environment variable is set, <span class="sys">dconf</span> attempts to open the
  named profile and aborts if that fails. If the variable is not set,
  <span class="sys">dconf</span> attempts to open the profile named “user”. If that
  fails, it will fall back to an internal hard-wired configuration.</p>
<p class="p">For more information, see the <span class="link"><a href="man:dconf(7)" title="man:dconf(7)">
  <span class="cmd">dconf</span>(7)</a></span> man page.</p>
</div></div>
</div></section><section class="links" role="navigation"><div class="inner">
<div class="hgroup pagewide"></div>
<div class="contents pagewide">
<div class="links guidelinks"><div class="inner">
<div class="title"><h2><span class="title">Daha Çok Bilgi</span></h2></div>
<div class="region"><ul><li class="links ">
<a href="../system-admin-guide/setup.html.tr" title="Setup">Setup</a><span class="desc"> — User and system settings management.</span>
</li></ul></div>
</div></div>
<div class="links seealsolinks"><div class="inner">
<div class="title"><h2><span class="title">Ayrıca Bakınız</span></h2></div>
<div class="region"><ul>
<li class="links ">
<a href="../system-admin-guide/dconf-keyfiles.html.tr" title="Control system settings with keyfiles">Control system settings with keyfiles</a><span class="desc"> — Use <span class="sys">dconf</span> <span class="em">keyfiles</span> to
    configure specific settings with a text editor.</span>
</li>
<li class="links ">
<a href="../system-admin-guide/dconf-custom-defaults.html.tr" title="Custom default values for system settings">Custom default values for system settings</a><span class="desc"> — Set system-wide default settings using
    <span class="sys">dconf</span> profiles.</span>
</li>
<li class="links ">
<a href="../system-admin-guide/power-dim-screen.html.tr" title="Dim screen when user is idle">Dim screen when user is idle</a><span class="desc"> — Make the screen dim after a specific amount of time when the user is
    idle.</span>
</li>
<li class="links ">
<a href="../system-admin-guide/dconf-lockdown.html.tr" title="Lock down specific settings">Lock down specific settings</a><span class="desc"> — Use the <span class="em">lockdown</span> mode in <span class="sys">dconf</span>
    to prevent users from changing specific settings.</span>
</li>
<li class="links ">
<a href="../system-admin-guide/desktop-lockscreen.html.tr" title="Lock the screen when the user is idle">Lock the screen when the user is idle</a><span class="desc"> — Make the screen automatically lock, so the user must
    enter a password after being idle.</span>
</li>
<li class="links ">
<a href="../system-admin-guide/dconf.html.tr" title="Manage user and system settings with dconf">Manage user and system settings with dconf</a><span class="desc"> — What is <span class="sys">dconf</span>? How can it be used to edit configurations?</span>
</li>
<li class="links ">
<a href="../system-admin-guide/dconf-nfs-home.html.tr" title="Store settings over NFS">Store settings over <span class="sys">NFS</span></a><span class="desc"> — Update the system configuration for <span class="sys">dconf</span> to store settings
    in an <span class="sys">NFS</span> home directory.</span>
</li>
</ul></div>
</div></div>
</div>
</div></section>
</div>
<div class="clear"></div></article><footer><div class="inner pagewide"><div class="about ui-expander" role="contentinfo">
<div class="yelp-data yelp-data-ui-expander" data-yelp-expanded="false"></div>
<div class="inner">
<div class="hgroup"><h2><span class="title">Hakkında</span></h2></div>
<div class="region"><div class="contents">
<div class="copyrights"><div class="copyright">© 2012 Ryan Lortie</div></div>
<div class="credits">
<div class="credits-authors">
<div class="title"><span class="title">Yazan(lar):</span></div>
<ul class="credits"><li>Ryan Lortie</li></ul>
</div>
<div class="credits-editors">
<div class="title"><span class="title">Düzenleyen(ler):</span></div>
<ul class="credits">
<li>Jana Švárová</li>
<li>Petr Kovar</li>
</ul>
</div>
<div class="credits-blank"></div>
<div class="credits-blank"></div>
</div>
<div class="license">
<div class="title"><span class="title">Lisans</span></div>
<div class="contents"><p class="p">This work is licensed under a <span class="link"><a href="https://creativecommons.org/licenses/by-sa/3.0/" title="https://creativecommons.org/licenses/by-sa/3.0/">Creative
  Commons Attribution-ShareAlike 3.0 Unported License</a></span>.</p></div>
</div>
</div></div>
</div>
</div></div></footer>
</div></main>
</body>
</html>
