Skip to content

Instantly share code, notes, and snippets.

@come-maiz
Last active October 5, 2016 23:31
Show Gist options
  • Save come-maiz/e054f40e11761f2aa02a04d8339a880f to your computer and use it in GitHub Desktop.
Save come-maiz/e054f40e11761f2aa02a04d8339a880f to your computer and use it in GitHub Desktop.
QGIS snap testing

Smoke tests for the QGIS snap

First, build and install the snap:

$ sudo apt install git snapcraft
$ git clone https://github.com/elopio/QGIS
$ cd QGIS
$ git checkout snapcraft
$ snapcraft
$ sudo snap install *.snap --force-dangerous

Open the application:

$ qgis
@come-maiz
Copy link
Author

come-maiz commented Sep 30, 2016

Tested in an ubuntu xenial kvm.

When I open it, I get some errors:
Unable to open bookmarks database.
Database: /home/elopio/snap/qgis/x5/.qgis-dev//qgis.db
Driver: Driver not loaded
Database: Driver not loaded

Authentication System: DISABLED. Resources authenticating via the system can not be accessed

@luipir
Copy link

luipir commented Oct 4, 2016

Authentication System: DISABLED would be related with

QCA's qca-ossl (OpenSSL) plugin is missing ?

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