Recoll 作为 gnome 搜索提供商

Recoll 作为 gnome 搜索提供商

我想使用回忆index 作为 gnome 3 中的搜索提供程序。也就是说,我不想打开 recoll 并输入我的搜索词,而是想点击 super,获取gnome 概述,输入我的搜索词并在那里获取重新排序的结果。

这似乎是可能的在 Unity 中但我还没有找到在 vanilla gnome shell 中启用它的方法。

关于如何在 gnome 中启用该功能有什么建议吗?

非常感谢!

答案1

Recoll 在其官方下载中提供了 Gnome Shell Search:

Gnome Shell 搜索提供程序

这可以与所有最新的 Gnome 桌面版本一起使用,以将 Recoll 搜索结果包含在 Gnome Shell 搜索中,并取代最新的 Ubuntu 版本(18.04/bionic 及更新版本)的 Unity Scope。

gssp-recoll-1.0.0.tar.gz

存在适用于 Ubuntu(在 Recoll PPA 上)和 Fedora(版本 28 及以上)的软件包。

https://www.lesbonscomptes.com/recoll/download.html

要安装 PPA,请按照以下步骤操作(也来自 Recoll 的下载页面):

sudo add-apt-repository ppa:recoll-backports/recoll-1.15-on
sudo apt update
sudo apt install recoll

最后,安装 GNOME shell 搜索提供程序:

sudo apt install gssp-recoll

相关内容