fix(profiles): ensure all firefox start is cached.

This commit is contained in:
Alexandre Pujol 2022-10-14 22:13:23 +01:00
parent 513abeb59d
commit 3c841e6d6a
No known key found for this signature in database
GPG Key ID: C5469996F0DF68EC

View File

@ -12,7 +12,7 @@ include <tunables/global>
@{MOZ_LIBDIR} = /{usr/,}lib/firefox{,-esr}
@{MOZ_LIBDIR} += /opt/firefox{,-esr}
@{MOZ_HOMEDIR} = @{HOME}/.mozilla
@{exec_path} = @{MOZ_LIBDIR}/firefox{,-bin,-esr}
@{exec_path} = /{usr/,}bin/firefox @{MOZ_LIBDIR}/firefox{,-bin,-esr}
profile firefox @{exec_path} flags=(attach_disconnected) {
include <abstractions/base>
include <abstractions/audio>