如何将默认Wine Browser更改为Native Ubuntu Browser而不是IE?


8

正在运行Wine 1.6.2以与Evernote一起使用。我的一些笔记中包含链接,默认情况下,它们是使用IE的Wine版本启动的。我宁愿使用本机浏览器的Chrome浏览器Firefox。如何更改它,以便本地浏览器代替打开链接?

Answers:


4
  1. wine regedit
    • HKEY_CURRENT_USER->软件->葡萄酒
    • 创建WineBrowser密钥(如果不存在)
    • 如果WineBrowser下不存在,则创建浏览器密钥
    • 编辑浏览器键以阅读以下内容
      • xdg-open,firefox,konqueror,mozilla,netscape,galeon,opera,dillo
    • 保存在 regedit
  2. wine regedit
    • HKEY_CLASSES_ROOT-> http-> shell->打开
    • 创建/编辑命令键以阅读以下内容
      • C:\windows\system32\winebrowser.exe -nohome "%1"
    • 保存在 regedit
  3. 完全关闭Wine并重新加载Wine。

摘要

在这里,我们将设置xdg-open为第一个Browser,然后通过添加作为参数来更改命令的行为"%1"确保对两者都执行步骤2,httphttps同时支持两种协议,如以下注释中所述。


1
注意其他人,这适用于http,但是第二步的更改需要重复https
Steven Green,

您是在Wine键还是WineBrowser键中创建浏览器键?
菲利普
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.