Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions live/root/root/.mozilla/firefox/profile/user.js.template
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions live/src/agama-installer.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Apr 3 08:28:18 UTC 2025 - Ladislav Slezák <lslezak@suse.com>

- 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 <igonzalezsosa@suse.com>

Expand Down