diff --git a/live/root/root/.mozilla/firefox/profile/user.js.template b/live/root/root/.mozilla/firefox/profile/user.js.template index 50737023cb..a3e8c05cd7 100644 --- a/live/root/root/.mozilla/firefox/profile/user.js.template +++ b/live/root/root/.mozilla/firefox/profile/user.js.template @@ -16,6 +16,10 @@ user_pref("browser.startup.couldRestoreSession.count", 0); // disable homepage override on updates user_pref("browser.startup.homepage_override.mstone", "ignore"); +// workaround for non working file picker, disable XDG portal, use the FF native popup +// TODO: make the XDG portal working again, it has more features (mounting USB flash) +user_pref("widget.use-xdg-desktop-portal.file-picker", 0); + // start always in the custom homepage user_pref("browser.startup.page", 1); // custom homepage: the value is expected to be replaced with the login URL by the startup script diff --git a/live/src/agama-installer.changes b/live/src/agama-installer.changes index ecfe08eae7..871c114575 100644 --- a/live/src/agama-installer.changes +++ b/live/src/agama-installer.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Apr 3 08:28:18 UTC 2025 - Ladislav Slezák + +- Workaround for a not working file picker in local installation + (gh#agama-project/agama#2243) + ------------------------------------------------------------------- Wed Apr 2 05:47:01 UTC 2025 - Imobach Gonzalez Sosa