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 5 deletions
|
|
@ -1,14 +1,21 @@
|
||||||
flatpak:
|
flatpak:
|
||||||
id: org.mozilla.Firefox
|
id: org.mozilla.firefox
|
||||||
branch: stable
|
branch: stable
|
||||||
runtime-name: flatpak-runtime
|
runtime-name: flatpak-runtime
|
||||||
runtime-version: f39
|
runtime-version: f44
|
||||||
packages:
|
packages:
|
||||||
- firefox
|
- firefox
|
||||||
|
- firefox-langpacks
|
||||||
command: firefox
|
command: firefox
|
||||||
rename-appdata-file: firefox.appdata.xml
|
|
||||||
rename-desktop-file: firefox.desktop
|
|
||||||
rename-icon: firefox
|
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: |-
|
finish-args: |-
|
||||||
--share=ipc
|
--share=ipc
|
||||||
--share=network
|
--share=network
|
||||||
|
|
@ -18,13 +25,13 @@ flatpak:
|
||||||
--socket=pcsc
|
--socket=pcsc
|
||||||
--env=KRB5CCNAME=KCM:
|
--env=KRB5CCNAME=KCM:
|
||||||
--filesystem=/run/.heim_org.h5l.kcm-socket
|
--filesystem=/run/.heim_org.h5l.kcm-socket
|
||||||
--filesystem=~/.cache/firefox:create
|
|
||||||
--filesystem=~/.mozilla:create
|
--filesystem=~/.mozilla:create
|
||||||
--filesystem=home:ro
|
--filesystem=home:ro
|
||||||
--filesystem=xdg-download:rw
|
--filesystem=xdg-download:rw
|
||||||
--filesystem=xdg-run/gvfs
|
--filesystem=xdg-run/gvfs
|
||||||
--filesystem=xdg-run/gvfsd
|
--filesystem=xdg-run/gvfsd
|
||||||
--filesystem=xdg-run/pipewire-0
|
--filesystem=xdg-run/pipewire-0
|
||||||
|
--filesystem=xdg-run/speech-dispatcher
|
||||||
--device=all
|
--device=all
|
||||||
--talk-name=org.freedesktop.FileManager1
|
--talk-name=org.freedesktop.FileManager1
|
||||||
--system-talk-name=org.freedesktop.NetworkManager
|
--system-talk-name=org.freedesktop.NetworkManager
|
||||||
|
|
@ -35,3 +42,10 @@ flatpak:
|
||||||
--talk-name=org.freedesktop.Notifications
|
--talk-name=org.freedesktop.Notifications
|
||||||
--own-name=org.mpris.MediaPlayer2.firefox.*
|
--own-name=org.mpris.MediaPlayer2.firefox.*
|
||||||
--own-name=org.mozilla.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