文件操作 - overrides.page
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/help/C/system-admin-guide/overrides.page
编辑文件内容
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="overrides"> <info> <link type="guide" xref="setup" /> <revision pkgversion="3.6" date="2012-05-21" status="stub"/> <credit type="author copyright"> <name>Michael Hill</name> <email>mdhillca@gmail.com</email> <years>2012</years> </credit> <desc>GSettings overrides are used by distributions to adjust default settings.</desc> </info> <title>Why should not I use GSettings overrides?</title> <comment> <cite date="2012-07-05" href="mailto:mdhillca@gmail.com">Michael Hill</cite> <p>Adapted from d-g-o GSettings page. Add a see-also?</p> </comment> <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> <comment> <p>GNOME developers are working towards allowing or even requiring <file>/usr/</file> to be mounted read-only with the exception of <file>/usr/local/</file>.</p> <p>Default values are defined in the schemas that get installed by an application. Sometimes, it is necessary for a vendor or distributor to adjust these defaults. Since patching the XML source for the schema is inconvenient and error-prone, glib-compile-schemas 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. The schema id serves as the group name in the key file, and the values are expected in serialized GVariant form, as in the following example:</p> <code> [org.gtk.Example] key1='string' key2=1.5 </code> </comment> </page>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件