Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan White <support@dmapps.us>2017-09-29 23:26:58 +0300
committerJonathan White <droidmonkey@users.noreply.github.com>2017-09-30 18:35:16 +0300
commitdce691157e5388c8794aff44bdabd4be2d1d99ee (patch)
tree236b5a618458662050bdeb9a082f14a28221abd1 /snapcraft.yaml
parent611a74d74dd88774587e716daebbb81f2a619609 (diff)
Added snapd-xdg-open to snap to enable URL loading
Diffstat (limited to 'snapcraft.yaml')
-rw-r--r--snapcraft.yaml12
1 files changed, 11 insertions, 1 deletions
diff --git a/snapcraft.yaml b/snapcraft.yaml
index 6aa500c63..f8d20daae 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -40,8 +40,9 @@ parts:
- libyubikey-dev
- libykpers-1-dev
after: [desktop-qt5]
+
+ # Redefine desktop-qt5 stage packages to work with Ubuntu 17.04
desktop-qt5:
- # Redefine stage packages to work with Ubuntu 17.04
stage-packages:
- libxkbcommon0
- ttf-ubuntu-font-family
@@ -52,3 +53,12 @@ parts:
- libgdk-pixbuf2.0-0
- libqt5svg5 # for loading icon themes which are svg
- locales-all
+
+ # Overcome limitation in snapd to support URL loading (CTRL+U)
+ snapd-xdg-open:
+ source: https://github.com/ubuntu-core/snapd-xdg-open.git
+ plugin: dump
+ organize:
+ data/xdg-open: bin/xdg-open
+ stage-packages:
+ - dbus