特殊:Badtitle/NS100:HideRecentDocumentsHowto:修订间差异

来自Ubuntu中文
跳到导航跳到搜索
Wikibot留言 | 贡献
无编辑摘要
Wikibot留言 | 贡献
无编辑摘要
第4行: 第4行:
Open a terminal and type:
Open a terminal and type:
<pre><nowiki>
<pre><nowiki>
chmod 400 ~/.recently-used
chmod 400 ~/.recently-used
</nowiki></pre>
</nowiki></pre>
=== Renabling Recent Documents ===
=== Renabling Recent Documents ===
If you have already disabled it, you can reenable Recent Documents by opening a terminal and typing:
If you have already disabled it, you can reenable Recent Documents by opening a terminal and typing:
<pre><nowiki>
<pre><nowiki>
chmod 600 ~/.recently-used
chmod 600 ~/.recently-used
</nowiki></pre>
</nowiki></pre>
[[category:CategoryDocumentation]]
[[category:CategoryDocumentation]]


[[category:UbuntuHelp]]
[[category:UbuntuHelp]]

2007年12月6日 (四) 10:34的版本

{{#ifexist: :HideRecentDocumentsHowto/zh | | {{#ifexist: HideRecentDocumentsHowto/zh | | {{#ifeq: {{#titleparts:HideRecentDocumentsHowto|1|-1|}} | zh | | }} }} }} {{#ifeq: {{#titleparts:HideRecentDocumentsHowto|1|-1|}} | zh | | }}

Places --> Recent Documents lists all the recently opened documents. If you wish to disable it, you need to do the following: Open a terminal and type:

 chmod 400 ~/.recently-used

Renabling Recent Documents

If you have already disabled it, you can reenable Recent Documents by opening a terminal and typing:

 chmod 600 ~/.recently-used