Compare commits
11 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
59c5ade395 | ||
|
|
2d31fab2bc | ||
|
|
0a2700693f | ||
|
|
b65e615953 | ||
|
|
f6f90c2bb1 | ||
|
|
960357b77f | ||
|
|
719b713fcd | ||
|
|
df7bc3fe79 | ||
|
|
1b90ec6842 | ||
|
|
a55386d3a9 | ||
|
|
c7fd58652e |
1 changed files with 19 additions and 9 deletions
|
|
@ -1,18 +1,21 @@
|
|||
flatpak:
|
||||
id: org.mozilla.Firefox
|
||||
id: org.mozilla.firefox
|
||||
branch: stable
|
||||
end-of-life: Renamed to org.mozilla.firefox
|
||||
end-of-life-rebase: org.mozilla.firefox
|
||||
component: firefox-flatpak
|
||||
name: eol/firefox
|
||||
runtime-name: flatpak-runtime
|
||||
runtime-version: f39
|
||||
runtime-version: f44
|
||||
packages:
|
||||
- firefox
|
||||
- firefox-langpacks
|
||||
command: firefox
|
||||
rename-appdata-file: firefox.appdata.xml
|
||||
rename-desktop-file: firefox.desktop
|
||||
rename-icon: firefox
|
||||
add-extensions:
|
||||
org.mozilla.firefox.Locale:
|
||||
directory: share/runtime/locale
|
||||
autodelete: true
|
||||
locale-subset: true
|
||||
org.mozilla.firefox.systemconfig:
|
||||
directory: etc/firefox
|
||||
no-autodownload: true
|
||||
finish-args: |-
|
||||
--share=ipc
|
||||
--share=network
|
||||
|
|
@ -22,13 +25,13 @@ flatpak:
|
|||
--socket=pcsc
|
||||
--env=KRB5CCNAME=KCM:
|
||||
--filesystem=/run/.heim_org.h5l.kcm-socket
|
||||
--filesystem=~/.cache/firefox:create
|
||||
--filesystem=~/.mozilla:create
|
||||
--filesystem=home:ro
|
||||
--filesystem=xdg-download:rw
|
||||
--filesystem=xdg-run/gvfs
|
||||
--filesystem=xdg-run/gvfsd
|
||||
--filesystem=xdg-run/pipewire-0
|
||||
--filesystem=xdg-run/speech-dispatcher
|
||||
--device=all
|
||||
--talk-name=org.freedesktop.FileManager1
|
||||
--system-talk-name=org.freedesktop.NetworkManager
|
||||
|
|
@ -39,3 +42,10 @@ flatpak:
|
|||
--talk-name=org.freedesktop.Notifications
|
||||
--own-name=org.mpris.MediaPlayer2.firefox.*
|
||||
--own-name=org.mozilla.firefox.*
|
||||
cleanup-commands: |
|
||||
cd /app/lib64/firefox/langpacks
|
||||
for f in *; do
|
||||
l=`echo $f | sed -e 's/langpack-\([^-@]*\).*/\1/'`
|
||||
rm -f $f
|
||||
ln -sf ../../../share/runtime/locale/$l/$f .
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue