Skip to content

Instantly share code, notes, and snippets.

@nickolga
Created March 12, 2019 13:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nickolga/74858eb8927627d4c7d0f846f09dd789 to your computer and use it in GitHub Desktop.
Save nickolga/74858eb8927627d4c7d0f846f09dd789 to your computer and use it in GitHub Desktop.
Firefox ESR v52
name: firefox52
version: '0.1'
summary: "A Firefox snap"
description: "Firefox in a confined snap"
grade: stable
confinement: strict
apps:
firefox52:
command: desktop-launch $SNAP/bin/firefox
environment:
DISABLE_WAYLAND: 1
HOME: "$SNAP_USER_COMMON"
plugs:
- avahi-observe
- browser-sandbox
- camera
- cups-control
- desktop
- desktop-legacy
- gsettings
- home
- network
- network-observe
- opengl
- pulseaudio
- removable-media
- screen-inhibit-control
- unity7
- upower-observe
- x11
plugs:
browser-sandbox:
interface: browser-support
allow-sandbox: true
parts:
firefox52:
after: [desktop-gtk3]
plugin: dump
source: https://ftp.mozilla.org/pub/firefox/releases/52.9.0esr/firefox-52.9.0esr.linux-x86_64.sdk.tar.bz2
source-type: tar
stage-packages:
- libxt6
- libdbus-glib-1-2
- libasound2
- libpulse0
- libgl1-mesa-dri
- libgl1-mesa-glx
- libmirclient9
- desktop-file-utils
- ffmpeg
- libc-bin
- locales-all
- libcurl3-gnutls
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment