gnome-initial-setup:gnome-40

Last commit made on 2024-03-18
Get this branch:
git clone -b gnome-40 https://git.launchpad.net/gnome-initial-setup

Branch merges

Branch information

Name:
gnome-40
Repository:
lp:gnome-initial-setup

Recent commits

61445d6... by tasutlelli17

Add Kabyle translation

92029d6... by Will Thompson <email address hidden>

NEWS for 40.7

ad0605e... by id:sicklylife

Update Japanese translation

cce0ec6... by Will Thompson

Bump version to 40.5

9cb19ee... by Will Thompson

NEWS for 40.4

3b01a46... by Will Thompson

Bump version to 40.4

361f783... by Will Thompson

Revert "Bump version to 40.4"

This reverts commit ada6eab4db5a3efb15efe65501bb690ba9a343e7. My working
copy had unrelated junk in it.

ada6eab... by Will Thompson

Bump version to 40.4

499718e... by Michael Catanzaro

timezone: fix critical on startup when geoclue is disabled

gnome-initial-setup is crashing on startup with this error:

(gnome-initial-setup:85469): InitialSetup-CRITICAL **: 09:18:43.280: Failed to connect to GeoClue2 service: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: Geolocation disabled for UID 1000

g_critical is only to be used to indicate programmer error. In this
case, it's entirely expected that we might fail to connect to geoclue,
so even g_warning() would be too much. I've changed the error message to
use g_info() instead, which does not print by default, though we could
just as well get rid of it entirely.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-initial-setup/-/merge_requests/119>

76fffc3... by Will Thompson

Update version to 40.3