diff options
author | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2021-01-01 01:38:44 +0100 |
---|---|---|
committer | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2021-01-01 01:48:34 +0100 |
commit | 9c0fcc0de564f832b8a630666094a80a2e43de07 (patch) | |
tree | 2b43f83054d35afdad00abfdc9566c66f09aedcd /CHANGELOG.md | |
parent | Set default XDG_DATA_DIRS in AppRun if unset (diff) | |
download | librewolf-linux-9c0fcc0de564f832b8a630666094a80a2e43de07.tar.gz librewolf-linux-9c0fcc0de564f832b8a630666094a80a2e43de07.tar.bz2 librewolf-linux-9c0fcc0de564f832b8a630666094a80a2e43de07.zip |
Improve the Flatpak build process
.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
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 012692c..368efe2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ This project follows the official Firefox releases, but also uses ### Fixed +- Flatpak now properly provides a .desktop-file (and some other small improvements) - Fixed AppImage crashes when `XDG_DATA_DIRS` is unset (fixes #139) ## [84.0-1] - 2020-12-25 |