我刚刚在我的 Ubuntu 14.04 中使用 Wine 安装了 Picasa,如下所示如何安装 Picasa 3.9?直到第 3 步,因为我不想连接到我的 Picasa 帐户。我只想使用 Picasa 照片查看器。因此,我想将 Picasa 图像查看器设为我的默认图像查看器。我在默认应用程序中尝试过这个,但我在那里找不到 Picasa 的条目。我怎样才能将 Picasa 设为我的默认图像查看器?
答案1
您可以使用命令mimeopen
,在终端中转到包含一些带扩展名的图片的文件夹,您应该对每个扩展名执行此操作。假设图片名为 image.jpg。运行命令:
mimeopen -d image.jpg
您将看到一个弹出菜单,您可以在其中看到一些选项,这是我的应用程序的示例:
$ minemimeopen -d e.jpg
Please choose a default application for files of type image/jpeg
1) Wine Internet Explorer (wine-extension-jpe)
2) Wine Internet Explorer (wine-extension-jfif)
3) gThumb (gthumb)
4) Pinta (pinta)
5) Image Viewer (gpicview)
6) Shutter (shutter)
7) Firefox Web Browser (firefox)
8) Shotwell Viewer (shotwell-viewer)
9) GIMP Image Editor (gimp)
10) Other...
正如您所注意到的,您可以看到一些 wine 应用程序,因此如果您找到 picasa,请选择它,否则选择其他(10),然后键入运行 picasa 的命令。它看起来像
wine ~/.wine/drive_c/myapps/foo.exe