Unity dash home 当前按以下顺序显示结果:
我想要的是在 Dash home 中拥有高于应用程序结果的文档和下载结果。是否可以重新排序搜索结果?
您可以使用dconf-editor
Unity dash home 重新排列搜索结果。
单击这个大按钮来安装dconf-editor :
\n\n或者在终端中运行以下命令:
\nsudo apt-get install dconf-tools\n
Run Code Online (Sandbox Code Playgroud)\n然后导航到com
\xe2\x86\x92 canonical
\xe2\x86\x92 Unity
\xe2\x86\x92Dash
并将设置更改home-lens-ordering
为[\'files.lens\', \'applications.lens\', \'music.lens\']
。
如果您想恢复默认设置,可以点击右下角的设置为默认按钮。
\n按照上述方式调整设置后,您将得到以下结果:
\n或者,如果您不喜欢用鼠标进行狩猎,您可以在终端中运行以下命令:
\ngsettings set com.canonical.Unity.Dash home-lens-ordering "[\'files.lens\', \'applications.lens\', \'music.lens\']"\n
Run Code Online (Sandbox Code Playgroud)\n它将按照您喜欢的方式对结果进行排序。
\n要重置设置,请运行以下命令:
\ngsettings reset com.canonical.Unity.Dash home-lens-ordering\n
Run Code Online (Sandbox Code Playgroud)\n