We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: