wil*_*ler 23 nautilus preferences gconf
大多数人都知道,您可以通过点击Ctrl+在视觉位置条目和 Nautilus 中基于文本的条目之间切换L。
当我尝试在 gconf-editor 中永久设置此值时,它不存在。当我尝试通过终端执行此操作时,这是我收到的消息:
No value to set for key: /apps/nautilus/preferences/always_use_location_entry
我仍然可以通过Ctrl+在两者之间切换L,但我对修复感到困惑。
Bru*_*ira 24
如果您想在位置栏或路径栏之间切换而不在系统上安装任何内容,请打开终端并键入以启用位置栏
gsettings set org.gnome.nautilus.preferences always-use-location-entry true
Run Code Online (Sandbox Code Playgroud)

并禁用它
gsettings set org.gnome.nautilus.preferences always-use-location-entry false
Run Code Online (Sandbox Code Playgroud)

此设置基于用户。您可能需要使用nautilus -q.
该方法适用于所有当前版本:
jok*_*ino 18
答案编辑出问题
要从路径栏永久切换到位置栏,您可以使用dconf-tools .
要安装 dconf-tools,请在终端中运行以下命令:
sudo apt-get install dconf-tools
Run Code Online (Sandbox Code Playgroud)
安装后,在dash中搜索dconf-tools并打开它。
从那里,设置位于org -> gnome -> nautilus -> preference。您需要启用always-use-location-entry始终使用位置工具栏而不是路径栏。
