Skip to content

Commit

Permalink
snap: Back to strict confinement because QR code eventually loads
Browse files Browse the repository at this point in the history
  • Loading branch information
xeco23 committed Jun 4, 2020
1 parent 95bffae commit a8db819
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: '1.0.2'
summary: An unofficial WhatsApp linux client.
description: An unofficial WhatsApp linux client written in C++ with the help of gtkmm-3.0 and webkit2.
grade: stable
confinement: classic
confinement: strict

parts:
whatsapp-for-linux:
Expand All @@ -22,9 +22,20 @@ parts:
- libwebkit2gtk-4.0-dev
stage-packages:
- libgtkmm-3.0-1v5
- libwebkit2gtk-4.0-37

apps:
whatsapp-for-linux:
command: usr/bin/whatsapp-for-linux
command: desktop-launch whatsapp-for-linux
desktop: usr/share/applications/whatsapp-for-linux.desktop
extensions: [gnome-3-28] # This takes care of most of the things for us
plugs:
- account-control
- network
- network-manager
- browser-support
- camera
- audio-playback
- audio-record
- home
- opengl
- upower-observe

0 comments on commit a8db819

Please sign in to comment.