public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Martin Stransky <stransky@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/firefox] f44: Disabled session restore on Fedora 45+ dues to crashes.
Date: Mon, 17 Aug 2026 08:35:17 GMT	[thread overview]
Message-ID: <178695571778.1.8554186053136702304.rpms-firefox-be71369edc28@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/firefox
Branch : f44
Commit : be71369edc2811bc1e372b806a014f4591522f55
Author : Martin Stransky <stransky@redhat.com>
Date   : 2026-08-17T10:34:45+02:00
Stats  : +8/-2 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/firefox/c/be71369edc2811bc1e372b806a014f4591522f55?branch=f44

Log:
Disabled session restore on Fedora 45+ dues to crashes.

---
diff --git a/firefox-redhat-default-prefs.js b/firefox-redhat-default-prefs.js
index d9ec3d6..2e5ee84 100644
--- a/firefox-redhat-default-prefs.js
+++ b/firefox-redhat-default-prefs.js
@@ -31,4 +31,3 @@ pref("browser.policies.perUserDir",         true);
 pref("browser.gnome-search-provider.enabled",true);
 /* Enable ffvpx playback for WebRTC */
 pref("media.navigator.mediadatadecoder_vpx_enabled", true);
-pref("widget.wayland.session-management.enabled", true);
\ No newline at end of file

diff --git a/firefox.spec b/firefox.spec
index 5440ed5..8d5da61 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -186,7 +186,7 @@ ExcludeArch: i686
 Summary:        Mozilla Firefox Web browser
 Name:           firefox
 Version:        154.0
-Release:        1%{?pre_tag}%{?dist}
+Release:        2%{?pre_tag}%{?dist}
 URL:            https://www.mozilla.org/firefox/
 # Automatically converted from old format: MPLv1.1 or GPLv2+ or LGPLv2+ - review is highly recommended.
 License:        LicenseRef-Callaway-MPLv1.1 OR GPL-2.0-or-later OR LicenseRef-Callaway-LGPLv2+
@@ -1064,6 +1064,10 @@ cp failures-* %{buildroot}/%{version}-%{release}/ || true
 # Default
 cp %{SOURCE12} %{buildroot}%{mozappdir}/browser/defaults/preferences
 
+%if 0%{?fedora} <= 44
+echo 'pref("widget.wayland.session-management.enabled", true);' >> %{buildroot}%{mozappdir}/browser/defaults/preferences/firefox-redhat-default-prefs.js
+%endif
+
 %if %{?use_pipewire_camera}
 echo 'pref("media.webrtc.camera.allow-pipewire", true);' >> %{buildroot}%{mozappdir}/browser/defaults/preferences/firefox-redhat-default-prefs.js
 %endif
@@ -1201,6 +1205,9 @@ fi
 #---------------------------------------------------------------------
 
 %changelog
+* Thu Aug 17 2026 Martin Stransky <stransky@redhat.com> - 154.0-2
+- Disabled session restore on Fedora 45+ dues to crashes.
+
 * Thu Aug 13 2026 Martin Stransky <stransky@redhat.com> - 154.0-1
 - Updated to 154.0
 - Enabled session restore (KDE only)

                 reply	other threads:[~2026-08-17  8:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178695571778.1.8554186053136702304.rpms-firefox-be71369edc28@fedoraproject.org \
    --to=stransky@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox