Skip to content

Instantly share code, notes, and snippets.

@come-maiz
Last active September 22, 2016 02:37
Show Gist options
  • Save come-maiz/c2e93a4ea03d76af64a5a11ca11479b4 to your computer and use it in GitHub Desktop.
Save come-maiz/c2e93a4ea03d76af64a5a11ca11479b4 to your computer and use it in GitHub Desktop.
Trojitá snap testing

Smoke tests for the Trojitá snap

First, build and install the snap:

$ sudo apt install git snapcraft
$ git clone https://github.com/elopio/trojita
$ cd trojita
$ git checkout snapcraft
$ snapcraft
$ sudo snap install trojita*.snap --force-dangerous
@come-maiz
Copy link
Author

Problems:

  • The icon and desktop files are not located in the right place in the snap, so they are not being used.
  • When I install the app without devmode, and launch it, it crashes. Here's the output: http://paste.ubuntu.com/23209789/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment