mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-02 04:53:17 +00:00
Updating the config as suggested by the snap community here - https://forum.snapcraft.io/t/snap-fails-to-load-error-minidump-segmentation-fault/8691/5 Should improve #593.
38 lines
835 B
YAML
38 lines
835 B
YAML
name: zulip
|
|
version: 2.3.82
|
|
summary: Zulip Desktop Client for Linux
|
|
description: Zulip combines the immediacy of Slack with an email threading model. With Zulip, you can catch up on important conversations while ignoring irrelevant ones.
|
|
confinement: strict
|
|
grade: stable
|
|
icon: snap/gui/icon.png
|
|
apps:
|
|
zulip:
|
|
command: env TMPDIR=$XDG_RUNTIME_DIR desktop-launch $SNAP/zulip
|
|
plugs:
|
|
- desktop
|
|
- desktop-legacy
|
|
- home
|
|
- x11
|
|
- unity7
|
|
- browser-support
|
|
- network
|
|
- gsettings
|
|
- pulseaudio
|
|
- opengl
|
|
parts:
|
|
app:
|
|
plugin: dump
|
|
stage-packages:
|
|
- libasound2
|
|
- libgconf2-4
|
|
- libnotify4
|
|
- libnspr4
|
|
- libnss3
|
|
- libpcre3
|
|
- libpulse0
|
|
- libxss1
|
|
- libxtst6
|
|
source: dist/linux-unpacked
|
|
after:
|
|
- desktop-gtk3
|