Ubuntu 11.10,经典 Gnome shell。前段时间,我使用这种方法在 Nautilus 中设置了可编辑地址,该方法在这个问题中进行了描述超级用户:
gconftool-2 --type=Boolean --set /apps/nautilus/preferences/always_use_location_entry true
现在我想恢复默认行为。我尝试了以下方法:
gconftool-2 --type=Boolean --set /apps/nautilus/preferences/always_use_location_entry false
但这无济于事。我该如何恢复默认行为?
答案1
命令行
只需在终端中输入以下内容:
gsettings set org.gnome.nautilus.preferences always-use-location-entry false
图形化
要从位置栏切换到路径栏,您可以使用dconf-工具 。
要安装 dconf-tools,请在终端中运行以下命令:
sudo apt-get install dconf-tools
安装后,在 dash 中搜索 dconf-tools 并打开。
从那里,设置位于组织->侏儒->鹦鹉螺->优先。您需要禁用always-use-location-entry
始终使用路径栏而不是位置栏。