
答案1
按住Ctl并同时按L。
要返回到原始面包屑视图,请确保可编辑文本区域具有焦点,然后按 键Esc。
要使其永久化(即始终使用位置条目),请运行:
gsettings set org.gnome.nautilus.preferences always-use-location-entry true
或者
dconf write /org/gnome/nautilus/preferences/always-use-location-entry true
恢复为面包屑的命令相同(只需替换true
为false
)。