文件操作 - dconf.page
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/help/es/system-admin-guide/dconf.page
编辑文件内容
<?xml version="1.0" encoding="utf-8"?> <page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="guide" style="task" id="dconf" xml:lang="es"> <info> <link type="guide" xref="setup"/> <revision pkgversion="3.8" date="2013-08-08" status="incomplete"/> <revision pkgversion="3.14" date="2014-06-17" status="incomplete"/> <credit type="author copyright"> <name>Ekaterina Gerasimova</name> <email>kittykat3756@gmail.com</email> <years>2013</years> </credit> <credit type="collaborator"> <name>Ryan Lortie</name> <email>desrt@desrt.ca</email> <years>2013</years> </credit> <credit type="author copyright"> <name>Jim Campbell</name> <email>jcampbell@gnome.org</email> <years>2014</years> </credit> <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/> <desc>¿Qué es <sys>dconf</sys>? ¿Cómo se puede usar para editar configuraciones?</desc> <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright"> <mal:name>Daniel Mustieles</mal:name> <mal:email>daniel.mustieles@gmail.com</mal:email> <mal:years>2017</mal:years> </mal:credit> </info> <title>Gestionar configuración de usuario y sistema con dconf</title> <!-- TODO: improve wording throughout the page --> <p><sys>dconf</sys> es una de las utilidades principales de configuración de GNOME. Su propósito es ayudarle a establecer y gestionar la configuración de aplicaciones y del sistema.</p> <p>To give you an idea of the power of <sys>dconf</sys> within GNOME, a <sys>dconf</sys> key exists for most every setting that a user can click on in the GNOME desktop or in any GNOME application. In addition to this, there are some system and application settings that can’t even be changed from within the user interface, but which <em>can</em> be changed by using <sys>dconf</sys>.</p> <p>As an administrator, this means that knowing how to use <sys>dconf</sys> will help you to customize GNOME and GNOME-based applications to best suit the needs of your particular environment.</p> <!-- TODO: changes are written to the first database in the list, but multiple databases can be writable. --> <p>A <em>profile</em> 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 key file directory. Each key file directory contains one or more key files. Each key file contains at least one dconf path and one or more keys and the corresponding values.</p> <p>Key pairs which are set in a <sys>dconf</sys> <em>profile</em> will override the default settings unless there is a problem with the value that you have set.</p> <!-- TODO: databases --> <p/> <section id="profile"> <!-- TODO: explain the profile syntax (maybe new page) --> <title>Perfiles</title> <p>You will usually want your <sys>dconf</sys> profile to consist of a <em>user database</em> and at least one system database. The profile must list one database per line.</p> <p>The first line in a profile is the database that changes are written to. It is usually <code>user-db:<input>user</input></code>. <input>user</input> is the name of the user database which can normally be found in <file>~/.config/dconf</file>.</p> <example> <listing> <title>Perfil de ejemplo</title> <code its:translate="no">user-db:user system-db:<input>local</input> system-db:<input>site</input></code> </listing> </example> <!--TODO: explain local and site --> </section> <!--section id="key-file"> < TODO: link to dconf-keyfiles.page? > <p></p> </section--> </page>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件