From 3fd3a2c0a5b9be3b372da4d586133c433b1b4868 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Thu, 17 Aug 2023 14:27:41 +0200 Subject: [PATCH] Disable geolocation on the Fedora Workstation live image We need to disable geolocation for the Fedora Workstation live image or else this will clash with and possibly override the language selection performed by Gnome Initial setup, which in this environment runs before Anaconda is started. As far as we can tell, the Fedora Workstation live image is the only image using the Fedora Workstation configuration file, so it should be safe to put it there. Resolves: rhbz#2232579 Related: rhbz#2231339 --- data/profile.d/fedora-workstation.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/data/profile.d/fedora-workstation.conf b/data/profile.d/fedora-workstation.conf index 230d7abff21..edbec81eea7 100644 --- a/data/profile.d/fedora-workstation.conf +++ b/data/profile.d/fedora-workstation.conf @@ -22,3 +22,9 @@ hidden_spokes = NetworkSpoke PasswordSpoke UserSpoke + +[Localization] +# disable localization for the Fedora Workstation live image to avoid +# it clashing with Gnome Initial Setup setting the Live environmment and +# installation language first +use_geolocation = False