Using Evernote with Wine on Mint

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.

posted on 2014-03-17 18:11  leechau  阅读(336)  评论(0编辑  收藏  举报

导航