当我单击Clear recent documents
GNOME 菜单中的项目时,它会清除最近使用的文档列表(如预期)。如何从命令行复制此功能?
答案1
在 Ubuntu Gnome 中,最近的文档存储在~/.recently-used.xbel
.您可以使用rm
该文件,但 Gnome 面板仍会显示该列表。必须有一种更好的方法来刷新面板,但又killall gnome-panel
可行。
rm ~/.recently-used.xbel
killall gnome-panel
当我单击Clear recent documents
GNOME 菜单中的项目时,它会清除最近使用的文档列表(如预期)。如何从命令行复制此功能?
在 Ubuntu Gnome 中,最近的文档存储在~/.recently-used.xbel
.您可以使用rm
该文件,但 Gnome 面板仍会显示该列表。必须有一种更好的方法来刷新面板,但又killall gnome-panel
可行。
rm ~/.recently-used.xbel
killall gnome-panel