aboutsummaryrefslogtreecommitdiff
path: root/flatpak/content/io.gitlab.LibreWolf.json
Commit message (Collapse)AuthorAge
* Bump runtimeTheEvilSkeleton2021-01-07
|
* Merge branch 'TheEvilSkeleton/linux-master'ohfp2021-01-07
|\
| * Enable native Wayland supportTheMainOne2020-09-14
| |
* | Improve the Flatpak build processohfp2021-01-01
|/ | | | | | | | | | | | | | | | | .desktop file, icon and appdata are now properly exported by flatpak. "Wayland first" flatpak, falling back to X11 if not on Wayland. Note: this is currently potentially broken on many systems (ie. font rendering is broken). See https://github.com/flatpak/flatpak/issues/2861. Might work when using Wayland + Gnome, does not seem to work on Arch + Sway (couldn't get it working with any workaround for now). Several smaller issues addressed. A few untested issues might remain (Screensharing, WebRTC/Camera access) Addresses (at least partially): #128, #132, #131, #118
* add pcsc socket for smartcard access with flatpakohfp2020-08-26
|
* Move content to ~/.var/app/io.gitlab.LibreWolf/.{mozilla,librewolf}TheMainOne2020-08-24
|
* Restrict $HOMETheMainOne2020-08-24
|
* use the intended module, not another oneohfp2020-03-31
|
* comment some ubuntu-specific options; fix flatpak json talk-variableohfp2020-03-30
|
* really fix shared-modules pathohfp2020-03-30
|
* fix shared-modules pathohfp2020-03-30
|
* extend flatpak json with permissions and dbus-glib shared moduleohfp2020-03-30
|
* actually fix the flatpak json; had a typoohfp2020-03-30
|
* try build without explicit gold; fix flatpak jsonohfp2020-03-30
|
* Partial rewrite of build processohfp2020-03-06
| | | | | | | | | | Switching to an Arch based build process for easier maintenance and using specific runners for tasks where that might be necessary. Right now, parent/child pipelines for somewhat parallel builds for different architectures / semi-independent pak-builds don't seem to properly work yet due to `trigger:` not being recognized when it should, so that's not yet implemented.
* move linux files to top levelBeatLink2019-08-16
bgstack15