首页 > Windows开发 > 详细

Using Evernote with Wine on Mint

时间:2014-03-17 22:13:30      阅读:648      评论:0      收藏:0      [点我收藏+]

Install Evernote

Install Evernote in Wine: wine Evernote_xxx.exe;

Backup Evernote Database File Locally

Database file location is: ~/.wine/drive_c/users/chad/Local Settings/Application Data/Evernote/Evernote/Databases/leechau.exb

Query in Evernote

Add the following command in Custom Actions of AppFinder:

Type: Prefix

Pattern: q. Command: env WINEPREFIX="/home/chad/.wine" wine C:\Program\ Files\Evernote\Evernote\ENScript.exe shownotes /q "%s"

Now you can , input "q.ahk" to search all notes contains "ahk" evernote database.

Create New Note

env WINEPREFIX="/home/chad/.wine" wine C:\\Program\ Files\\Evernote\\Evernote\\ENScript.exe createNote hangs both on Windows7 and linux Wine, likes a Evernote bug. Here is a workaround:

  1. Use Application shortcuts defined in Keyboard "env WINEPREFIX="/home/chad/.wine" wine C:\Program\ Files\Evernote\Evernote\Evernote.exe" to activate Evernote window;

  2. press ctrl+n to create a new note.

Using Evernote with Wine on Mint,布布扣,bubuko.com

Using Evernote with Wine on Mint

原文:http://www.cnblogs.com/darkmatter/p/3605634.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!