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

github.com/FreeRDP/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/snap
diff options
context:
space:
mode:
authorAntenore Gatta (tmow) <antenore@simbiosi.org>2021-04-20 01:44:27 +0300
committerAntenore Gatta (tmow) <antenore@simbiosi.org>2021-04-20 01:44:27 +0300
commit1859ec165f48ab1960b935ff2863ff4d6e94a457 (patch)
tree0a7118ea92bd29318969e26899ce3b19ce4eeb24 /snap
parentab30ca973195344751252c1283af381f18aa32b6 (diff)
Using lzo compression to improve startup speed.
See https://forum.snapcraft.io/t/how-to-switch-your-snap-to-use-lzo-compression/21714
Diffstat (limited to 'snap')
-rw-r--r--snap/snapcraft.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index b004e62ed..f5c217207 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -5,6 +5,9 @@ grade: stable
confinement: strict
base: core18
+# this line enables LZO compression for the snap
+compression: lzo
+
layout:
/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/webkit2gtk-4.0:
bind: $SNAP/gnome-platform/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/webkit2gtk-4.0