个人工具

“UbuntuHelp:HideRecentDocumentsHowto”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(新页面: {{From|https://help.ubuntu.com/community/HideRecentDocumentsHowto}} {{Languages|UbuntuHelp:HideRecentDocumentsHowto}} Places --> Recent Documents lists all the recently opened documents. ...)
 
 
(未显示同一用户的2个中间版本)
第2行: 第2行:
 
{{Languages|UbuntuHelp:HideRecentDocumentsHowto}}
 
{{Languages|UbuntuHelp:HideRecentDocumentsHowto}}
 
Places --> Recent Documents lists all the recently opened documents. If you wish to disable it, you need to do the following:
 
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:
 
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:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2009年5月12日 (二) 17:09的最新版本

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