Skip to content

Instantly share code, notes, and snippets.

@zlbruce
Last active August 29, 2015 14:20
Show Gist options
  • Save zlbruce/9df5d988d1417ea6f672 to your computer and use it in GitHub Desktop.
Save zlbruce/9df5d988d1417ea6f672 to your computer and use it in GitHub Desktop.
wine tips

现在 wine 已经高度可用了,win 下的一些软件基本都能在 linux 下面跑了,工作中主要会使用 rtx, TDExplorer,notes 等软件

首先安装必要组件

winetricks msxml3 gdiplus riched20 riched30 ie6 vcrun6 vcrun2005sp1 vcrun6sp6 vb6run fakechinese

安装 rtx2010

wine rtxclient2010formal.exe

运行 TDExplorer

需要安装 IE7,以及 TD 自带的插件

winetricks ie7
wine TDClientSideInstallation.exe

然后直接运行 TDExplorer 即可

wine TDExplorer.exe

安装 lotos notes

虽然可以下载到 linux 版本的 notes,不过使用的时候输入法不能使用,最终还是采用 wine 的方式,直接安装即可

wine setup.exe

使用系统自带的浏览器打开链接而不是使用wine的ie

运行regedit,找到HKEY_CLASSES_ROOT -> http -> shell -> open -> command,将其值修改为

"C:\windows\system32\winebrowser.exe" -nohome "%1"

notes中也需要在场所惯用选项中设置浏览器为其他,然后选择C:\windows\system32\winebrowser.exe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment