Jump to content

Mat_London

Level 1
  • Posts

    1
  • Joined

  • Last visited

About Mat_London

Mat_London's Achievements

0

Reputation

  1. Thanks this is great, I've got Evernote installed in Ubuntu 14.04 using POL (Play on Linux) Adding your suggested dll's made the icons and notes themselves behave properly - loads better Agree the WineHQ DB is a mess I have another thing I did which is useful, I created a .reg file that you can import into the registry in wine and get the important attachments opening in the native linux programs. So doc,docx,xls,xlsx open in Libre Office, pdf in Acrobat for Ubuntu etc Import looks like this in POL - not sure if regular wine has a Registry Editor? Just download it here or the code is below: https://www.dropbox.com/s/7mid0tgmpzhu655/MIME-Defaults-for-Evernote.reg?dl=0 [HKEY_CLASSES_ROOT\.doc] @="DOCfile" "Content Type"="application/doc" [HKEY_CLASSES_ROOT\DOCfile\Shell\Open\command] @="C:\\windows\\system32\\winebrowser.exe \"%1\"" [HKEY_CLASSES_ROOT\.docx] @="DOCXfile" "Content Type"="application/docx" [HKEY_CLASSES_ROOT\DOCXfile\Shell\Open\command] @="C:\\windows\\system32\\winebrowser.exe \"%1\"" [HKEY_CLASSES_ROOT\.xls] @="XLSfile" "Content Type"="application/xls" [HKEY_CLASSES_ROOT\XLSfile\Shell\Open\command] @="C:\\windows\\system32\\winebrowser.exe \"%1\"" [HKEY_CLASSES_ROOT\.xlsx] @="XLSXfile" "Content Type"="application/xlsx" [HKEY_CLASSES_ROOT\XLSXfile\Shell\Open\command] @="C:\\windows\\system32\\winebrowser.exe \"%1\"" [HKEY_CLASSES_ROOT\.pdf] @="PDFfile" "Content Type"="application/pdf" [HKEY_CLASSES_ROOT\PDFfile\Shell\Open\command] @="C:\\windows\\system32\\winebrowser.exe \"%1\"" [HKEY_CLASSES_ROOT\.jpg] @="JPGfile" "Content Type"="application/jpg" [HKEY_CLASSES_ROOT\JPGfile\Shell\Open\command] @="C:\\windows\\system32\\winebrowser.exe \"%1\"" [HKEY_CLASSES_ROOT\.mp3] @="MP3file" "Content Type"="application/mp3" [HKEY_CLASSES_ROOT\MP3file\Shell\Open\command] @="C:\\windows\\system32\\winebrowser.exe \"%1\""
×
×
  • Create New...