我正在使用 Synapse + Unity Dash 进行搜索,但这些似乎都不能索引我在 NTFS 分区中访问过的文件夹。我相信这是因为 Zeitgeist 不会索引文件夹,并且 locate(我相信 Synapse 使用的)不会触及我的 NTFS 驱动器。
简而言之,有没有办法索引我的 NTFS 分区?这样就可以通过定位访问它。或者也可以制作 Zeitgeist 索引文件夹?
截至目前,Dash 给出了 NTFS 分区的结果,但结果中没有文件夹。另一方面, locate 为我提供了文件夹,但仅在本机 ubuntu 分区上。
使用 gnome-do 我可以!这对我来说非常有用,因为 tomboy 很好地集成到了 Ubuntu 中。为什么 dash 没有任何关于这个的信息?
我想知道是否有办法在 Gnome-classic 中使用 Unity Dashboard?如果是,需要安装哪些依赖包?
更新:
或者有什么应用程序可以做到这一点?
我想将默认的 Dash 打开屏幕从快捷方式(“主页”页面)更改为应用程序镜头。或者至少重新绑定超级键以实现该效果。
如何让 Google Drive (Docs) 搜索在 Unity Dash 中工作?
我已在“Online Accounts系统设置”面板中添加了我的 Google 帐户。
我正在使用安装了以下软件包的 Ubuntu 13.04:
ii unity-lens-applications
ii unity-lens-files
un unity-lens-friends
un unity-lens-gdocs
un unity-lens-music
un unity-lens-photos
un unity-lens-shopping
un unity-lens-video
un unity-scope-calculator
un unity-scope-colourlovers
un unity-scope-deviantart
un unity-scope-gallica
un unity-scope-gdocs
ii unity-scope-gdrive
un unity-scope-github
un unity-scope-googlenews
un unity-scope-imdb
un unity-scope-launchpad
un unity-scope-manpages
un unity-scope-openclipart
un unity-scope-openweathermap
un unity-scope-soundcloud
un unity-scope-virtualbox
un unity-scope-yahoostock
un unity-scope-yelp
Run Code Online (Sandbox Code Playgroud) 我正在 ubuntu 12.04 64bit 上安装较新的应用程序 eclipse Juno,遵循本教程:http : //www.blogs.digitalworlds.net/softwarenotes/ ? p=54 。我过去已经安装了 Eclipse Indigo(已经在 Ubuntu 存储库中找到的版本)。请注意,我可能在此处使用 Eclipse 作为示例,但我在其他情况下也遇到过这种行为。
因此,原始 Eclipse Indigo .desktop 文件如下:
[Desktop Entry]
Type=Application
Name=Eclipse
Comment=Eclipse Integrated Development Environment
Icon=eclipse
Exec=eclipse
Terminal=false
Categories=Development;IDE;Java;
Run Code Online (Sandbox Code Playgroud)
为了将新的 Eclipse Juno 与旧的并排安装,我对其进行了一些更改。到上面的文件变成了:
[Desktop Entry]
Type=Application
Name="Eclipse Indigo" #<------THIS CHANGED
Comment=Eclipse Integrated Development Environment
Icon=eclipse
Exec=eclipse
Terminal=false
Categories=Development;IDE;Java;
Run Code Online (Sandbox Code Playgroud)
最后,我为 eclipse juno 生成了 .desktop 文件,不是按照指南指示的方式,而是使用命令
gnome-desktop-item-edit --create-new ~/applications
Run Code Online (Sandbox Code Playgroud)
该文件的内容是:
gnome-desktop-item-edit --create-new ~/applications
Run Code Online (Sandbox Code Playgroud)
现在启动应用程序使用较新的 Juno 图标并将图标悬停在图标上(当然)“Eclipse Juno”。
到现在为止还挺好。但是,如果我从 CLI 启动应用程序,使用/opt/eclipse/eclipse,我会在启动器上看到 Eclipse Indigo 的图标,并将该图标悬停在“Eclipse …
在以前版本的 Ubuntu 中,我使用了一些 PPA 的计算器范围。它非常好,工作迅速,通常表现得像 calc。
13.10 有自己的计算器,可以使用,但在我使用统一调整工具禁用网络结果后它停止工作。即使在工作时,它也很迟钝,好像它只有在没有其他任何地方发现任何其他东西时才使用计算器。
我仍然可以通过键入来使用计算器
计算器:1+1
或从过滤结果 - 菜单中启用它。
但这些选择违背了目的。
如何使计算器范围在默认情况下始终触发?
我的 Ubuntu 系统是用意大利语安装的,所以当我用 Dash 搜索时,我从维基百科的意大利语版本中获得了结果。但是假设我需要更多关于我的主题的信息,而且我知道维基百科的英文版更全面。
如何从 Dash 中获得英文维基百科的结果而不是意大利语维基百科的结果?
我最近问了这个关于向 Dash 添加 shell 脚本的问题:
在 14.04 中,如何在不打开终端的情况下运行我编写的 bash 脚本?
它工作得很好。
后续问题:如何通过 Dash 传递命令行参数?示例:在这种情况下,我的破折号命令名为“Panel”。该脚本将我的屏幕与 8 个终端面板面板。下面是一个用法示例:
panel # Tile the screen with 8 terminal windows.
panel --left # Tile the left side with 4 terminals
panel --right # Tile the right side with 4 terminals
Run Code Online (Sandbox Code Playgroud)
等等。如何像--left或--right通过 Dash传递参数?理想情况下,我想要这个工作流程:
panel --left(例如)现在它运行正确的脚本,但忽略--left.
提示?
我使用 Ubuntu 14.04。在 dash 中搜索需要很长时间。是否有任何程序可以使搜索更快?