klaudiosinani / tusk

Refined Evernote desktop app
https://klaussinani.github.io/tusk
MIT License
3.15k stars 248 forks source link

Using Kubuntu Tusk installs and connects to evernote but nothing shows up #382

Open agrohe21 opened 1 year ago

agrohe21 commented 1 year ago

image

JamesMcGuigan commented 1 year ago

There seems to be an issue with Electron, and this can be fixed with a manual install.

cd /usr/local/src/
sudo chmod a+rw .
git clone https://github.com/klaussinani/tusk.git
cd tusk
npm install
npm run start

Create a .desktop to have it show up in the Kubuntu start menu

~/.local/share/applications/tusk.desktop

[Desktop Entry]
Categories=Office;
Name=Tusk
Comment=Evernote
Path=/usr/local/src/tusk
Exec=/usr/local/src/tusk/node_modules/.bin/electron /usr/local/src/tusk
Terminal=false
Type=Application
Icon=/usr/local/src/tusk/static/Icon.png

Then uninstall the snap version of Tusk

rm ~/.local/share/applications/tusk_tusk.desktop