<!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>Set default favorite applications</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="desktop-favorite-applications.html.ca">català</a></li>
<li><a href="desktop-favorite-applications.html.cs">čeština</a></li>
<li><a href="desktop-favorite-applications.html.de">Deutsch</a></li>
<li><a href="desktop-favorite-applications.html">English</a></li>
<li><a href="desktop-favorite-applications.html.es">español</a></li>
<li><a href="desktop-favorite-applications.html.eu">euskara</a></li>
<li><a href="desktop-favorite-applications.html.fr">français</a></li>
<li><a href="desktop-favorite-applications.html.gl">galego</a></li>
<li><a href="desktop-favorite-applications.html.hr">hrvatski</a></li>
<li><a href="desktop-favorite-applications.html.id">Indonesia</a></li>
<li><a href="desktop-favorite-applications.html.it">italiano</a></li>
<li><a href="desktop-favorite-applications.html.hu">magyar</a></li>
<li><a href="desktop-favorite-applications.html.nl">Nederlands</a></li>
<li><a href="desktop-favorite-applications.html.pt_BR">português (Brasil)</a></li>
<li><a href="desktop-favorite-applications.html.sv">svenska</a></li>
<li><a href="desktop-favorite-applications.html.tr" aria-current="true">Türkçe</a></li>
<li><a href="desktop-favorite-applications.html.ru">русский</a></li>
<li><a href="desktop-favorite-applications.html.uk">українська</a></li>
<li><a href="desktop-favorite-applications.html.kk">қазақ тілі</a></li>
<li><a href="desktop-favorite-applications.html.fa" dir="rtl">فارسی</a></li>
<li><a href="desktop-favorite-applications.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/desktop-favorite-applications.html.tr#per-user" title="Set different favorite applications for different users">Set different favorite applications for different users</a></li>
<li class="links "><a href="../system-admin-guide/desktop-favorite-applications.html.tr#all-users" title="Set the same favorite applications for all users">Set the same favorite applications for all users</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/appearance.html.tr" title="Appearance">Appearance</a> » </div></div></div></header><article><div class="hgroup pagewide"><h1 class="title"><span class="title">Set default favorite applications</span></h1></div>
<div class="region">
<div class="contents pagewide"><p class="p">Favorite applications are those visible on the GNOME Shell
  <span class="link"><a href="help:gnome-help/shell-introduction#activities" title="help:gnome-help/shell-introduction#activities">dash</a></span>.
  You can use <span class="sys">dconf</span> to set favorite applications
  for one user, or to set the same favorite applications
  for all users. For both cases, you must first edit the
  <span class="sys">dconf</span> profile found in
  <span class="file">/etc/dconf/profile/user</span>.</p></div>
<section id="per-user"><div class="inner">
<div class="hgroup pagewide"><h2 class="title"><span class="title">Set different favorite applications for different users</span></h2></div>
<div class="region"><div class="contents pagewide">
<p class="p">You can set the default favorite applications for each user by modifying
  their user database via <span class="cmd">gsettings</span>. The following example
  command sets <span class="app">Text Editor</span>,
  <span class="app">Terminal</span> and <span class="app">Files</span> (<span class="sys">nautilus</span>) as default
  favorites for a user.</p>
<div class="listing"><div class="inner">
<div class="title title-listing"><h3><span class="title">Contents of <span class="file">/etc/dconf/profile/user</span>:</span></h3></div>
<div class="region"><div class="contents"><div class="code"><pre class="contents"><code># <span class="span">This line allows the user to change the default favorites later</span>
user-db:user</code></pre></div></div></div>
</div></div>
<p class="p">Set Text Editor, Terminal and Files as default favorites:</p>
<div class="screen"><pre class="contents"><code><span class="prompt output"># </span><span class="input">gsettings set org.gnome.shell favorite-apps "['org.gnome.TextEditor.desktop', 'org.gnome.Terminal.desktop', 'org.gnome.Nautilus.desktop']"</span></code></pre></div>
<div class="note note-tip" title="İpucu">
<svg height="24" width="24" version="1.1">
 <g>
  <path class="yelp-svg-fill" style="color-rendering:auto;text-decoration-color:#000000;color:#000000;isolation:auto;mix-blend-mode:normal;shape-rendering:auto;solid-color:#000000;block-progression:tb;text-decoration-line:none;text-decoration-style:solid;image-rendering:auto;white-space:normal;text-indent:0;text-transform:none" d="m12 2c-3.8541 0-7 3.1459-7 7 0 1.823 0.4945 3.139 1.1641 4.133 0.6695 0.994 1.4328 1.671 2.039 2.471 0.0882 0.116 0.1749 0.656 0.2071 1.32 0.016 0.332 0.0133 0.68 0.1894 1.119 0.0881 0.22 0.2439 0.478 0.5059 0.672 0.2619 0.194 0.6028 0.285 0.8945 0.285h4c0.583 0 1.204-0.478 1.402-0.908 0.199-0.43 0.217-0.793 0.244-1.137 0.056-0.688 0.138-1.319 0.211-1.441 0.549-0.916 1.304-2.009 1.94-3.114 0.636-1.104 1.203-2.199 1.203-3.4 0-3.8541-3.146-7-7-7zm0 2c2.773 0 5 2.2267 5 5 0 0.456-0.359 1.401-0.936 2.402-0.111 0.195-0.246 0.399-0.369 0.598h-7.8825c-0.4871-0.728-0.8125-1.519-0.8125-3 0-2.7733 2.2267-5 5-5z"></path>
  <path class="yelp-svg-fill" d="m9 20a0.5 0.5 0 0 0 -0.5 0.5 0.5 0.5 0 0 0 0.5 0.5h6a0.5 0.5 0 0 0 0.5 -0.5 0.5 0.5 0 0 0 -0.5 -0.5h-6zm0 2a0.5 0.5 0 0 0 -0.5 0.5 0.5 0.5 0 0 0 0.5 0.5h6a0.5 0.5 0 0 0 0.5 -0.5 0.5 0.5 0 0 0 -0.5 -0.5h-6z"></path>
 </g>
</svg><div class="inner"><div class="region"><div class="contents"><p class="p">You can also <span class="link"><a href="../system-admin-guide/dconf-lockdown.html.tr" title="Lock down specific settings">lock down</a></span> the above
    settings to prevent users from changing them.</p></div></div></div>
</div>
</div></div>
</div></section><section id="all-users"><div class="inner">
<div class="hgroup pagewide"><h2 class="title"><span class="title">Set the same favorite applications for all users</span></h2></div>
<div class="region"><div class="contents pagewide">
<p class="p">In order to have the same favorites for all users, you must modify system
  database files using <span class="link"><a href="../system-admin-guide/dconf-keyfiles.html.tr" title="Control system settings with keyfiles">dconf keyfiles</a></span>. The
  following steps edit the <span class="sys">dconf</span> profile
  and then create a keyfile to set default favorite applications for all
  users in the <span class="code">local</span> configuration database.</p>
<div class="steps"><div class="inner">
<div class="title title-steps"><h3><span class="title">Set the favorite applications</span></h3></div>
<div class="region"><ol class="steps">
<li class="steps">
<p class="p">Create the <span class="file">user</span> profile which contains
    the following lines:</p>
<div class="listing"><div class="inner">
<div class="title title-listing"><h3><span class="title"><span class="file">/etc/dconf/profile/user</span></span></h3></div>
<div class="region"><div class="contents"><div class="code"><pre class="contents"><code>user-db:user
system-db:local</code></pre></div></div></div>
</div></div>
<p class="p"><span class="input">local</span> is the name of a
    <span class="sys"><a href="../system-admin-guide/dconf.html.tr" title="Manage user and system settings with dconf">dconf</a></span> database.</p>
</li>
<li class="steps"><p class="p">Create the directory <span class="file">/etc/dconf/db/local.d/</span>
    if it does not already exist.</p></li>
<li class="steps">
<p class="p">Create the key file
      <span class="file">/etc/dconf/db/local.d/00-favorite-apps</span> to provide
      information for the <span class="sys">local</span> database.</p>
<div class="listing"><div class="inner">
<div class="title title-listing"><h3><span class="title">Contents of
      <span class="file">/etc/dconf/db/local.d/00-favorite-apps</span>:
      </span></h3></div>
<div class="region"><div class="contents"><div class="code"><pre class="contents"><code># Snippet sets gedit, terminal and nautilus as default favorites for all users
[org/gnome/shell]
favorite-apps = [<span class="var">'gedit.desktop'</span>, <span class="var">'gnome-terminal.desktop'</span>, <span class="var">'nautilus.desktop'</span>]</code></pre></div></div></div>
</div></div>
</li>
<li class="steps">
<p class="p">To prevent the user from overriding these settings, create the file
      <span class="file">/etc/dconf/db/local.d/locks/favorite-apps</span> with the following
      content:</p>
<div class="listing"><div class="inner">
<div class="title title-listing"><h3><span class="title"><span class="file">/etc/dconf/db/local.d/locks/favorite-apps</span></span></h3></div>
<div class="region"><div class="contents"><div class="code"><pre class="contents"><code># Lock default favorite applications
/org/gnome/shell/favorite-apps</code></pre></div></div></div>
</div></div>
</li>
<li class="steps">
<p class="p">Update the system databases:</p>
<div class="screen"><pre class="contents"><code><span class="prompt output"># </span><span class="input">dconf update</span></code></pre></div>
</li>
<li class="steps"><p class="p">Users must log out and back in again before the system-wide
    settings take effect.</p></li>
</ol></div>
</div></div>
</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/appearance.html.tr" title="Appearance">Appearance</a><span class="desc"> — 
      <span class="link"><a href="../system-admin-guide/desktop-shield.html.tr" title="Change the lock screen shield">Change the lock screen shield</a></span>,
      <span class="link"><a href="../system-admin-guide/desktop-favorite-applications.html.tr" title="Set default favorite applications">default favorite
      applications</a></span>,
      <span class="link"><a href="../system-admin-guide/desktop-lockscreen.html.tr" title="Lock the screen when the user is idle">lock the screen when idle</a></span>…
    </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="credits">
<div class="credits-authors">
<div class="title"><span class="title">Yazan(lar):</span></div>
<ul class="credits"><li>Aruna Sankaranarayanan</li></ul>
</div>
<div class="credits-editors">
<div class="title"><span class="title">Düzenleyen(ler):</span></div>
<ul class="credits"><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>
