diff options
author | Martin Stransky <stransky@redhat.com> | 2021-07-15 13:07:26 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2021-07-15 13:07:26 +0200 |
commit | d03875f6f39abae35b8e11ba55bb0b75c05b3c94 (patch) | |
tree | 2a2d80c383b1231fd87e84b4573601b1c6417da5 | |
parent | Added xorg-x11-server-Xwayland dependency for Mutter (diff) | |
download | librewolf-fedora-ff-d03875f6f39abae35b8e11ba55bb0b75c05b3c94.tar.gz librewolf-fedora-ff-d03875f6f39abae35b8e11ba55bb0b75c05b3c94.tar.bz2 librewolf-fedora-ff-d03875f6f39abae35b8e11ba55bb0b75c05b3c94.zip |
Disabled Wayland backend on KDE due to https://bugzilla.mozilla.org/show_bug.cgi?id=1714132
-rw-r--r-- | firefox.sh.in | 6 | ||||
-rw-r--r-- | firefox.spec | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/firefox.sh.in b/firefox.sh.in index 76df06b..fb7f463 100644 --- a/firefox.sh.in +++ b/firefox.sh.in @@ -76,9 +76,9 @@ if ! [ $MOZ_DISABLE_WAYLAND ] && [ "$WAYLAND_DISPLAY" ]; then fi ## Enable Wayland on KDE/Sway ## - if [ "$XDG_SESSION_TYPE" == "wayland" ]; then - export MOZ_ENABLE_WAYLAND=1 - fi +# if [ "$XDG_SESSION_TYPE" == "wayland" ]; then +# export MOZ_ENABLE_WAYLAND=1 +# fi fi ## diff --git a/firefox.spec b/firefox.spec index 5f81b2e..f6df675 100644 --- a/firefox.spec +++ b/firefox.spec @@ -152,7 +152,7 @@ ExcludeArch: armv7hl Summary: Mozilla Firefox Web browser Name: firefox Version: 90.0 -Release: 2%{?pre_tag}%{?dist} +Release: 3%{?pre_tag}%{?dist} URL: https://www.mozilla.org/firefox/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Source0: https://archive.mozilla.org/pub/firefox/releases/%{version}%{?pre_version}/source/firefox-%{version}%{?pre_version}.source.tar.xz @@ -1039,6 +1039,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #--------------------------------------------------------------------- %changelog +* Thu Jul 15 2021 Martin Stransky <stransky@redhat.com> - 90.0-3 +- Disabled Wayland backend on KDE due to + https://bugzilla.mozilla.org/show_bug.cgi?id=1714132 + * Tue Jul 13 2021 Martin Stransky <stransky@redhat.com> - 90.0-2 - Added xorg-x11-server-Xwayland dependency for Mutter |