如何将文档和音乐添加回我的文件夹书签?

ors*_*iro 5 nautilus directory bookmarks home-directory

我删除了我的音乐和文档文件夹。现在重新创建这些后,我不知道如何将它们添加回如下所示的书签窗格。

截屏

Vid*_*uth 6

要重新添加它们,您必须编辑文件~/.config/user-dirs.dirs并将它们重新添加,这是文件在我的系统上的外观,因为我已将名称全部更改为不同的小写:

# This file is written by xdg-user-dirs-update
# If you want to change or add directories, just edit the line you're
# interested in. All local changes will be retained on the next run
# Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped
# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an
# absolute path. No other format is supported.
# 
XDG_DESKTOP_DIR="$HOME/desktop"
XDG_DOWNLOAD_DIR="$HOME/downloads"
XDG_TEMPLATES_DIR="$HOME/templates"
XDG_PUBLICSHARE_DIR="$HOME/share"
XDG_DOCUMENTS_DIR="$HOME/doc"
XDG_MUSIC_DIR="$HOME/music"
XDG_PICTURES_DIR="$HOME/pictures"
XDG_VIDEOS_DIR="$HOME/"
Run Code Online (Sandbox Code Playgroud)

您可以通过 GUI使用gedit或在终端中使用您喜欢的文本编辑器进行编辑。如果文件不断变回,请将其设为只读以防止系统更改它。