Skip to content
New issue

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

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

Open
agrohe21 opened this issue Jun 1, 2023 · 1 comment

Comments

@agrohe21
Copy link

agrohe21 commented Jun 1, 2023

image

@JamesMcGuigan
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants