gnome-initial-setup:gnome-45

Last commit made on 2024-02-12
Get this branch:
git clone -b gnome-45 https://git.launchpad.net/gnome-initial-setup

Branch merges

Branch information

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

Recent commits

ff26013... by Will Thompson <email address hidden>

Bump version to 45.5

eb47afa... by Will Thompson <email address hidden>

maintainer-upload-release: Handle 3-part version numbers

Previously, attempting to release 45.4.1 would fail because this script
constructed the branch name gnome-45-4 when checking that the release is
on the correct branch.

6827557... by Will Thompson <email address hidden>

Prepare 45.4.1

89fd936... by Will Thompson <email address hidden>

account: Use an existing string for error while caching

In 3bb784c6c93eea22b6c5679063fff64535445c14, cherry-picked from
1b0cb656c5025467dc6a6e86917be0b885751e78, a new translatable string is
introduced, breaking string freeze.

I think the bug fix is worth having. So, let's reuse the title for a
slightly different error, which is already marked for translation lower
in the file. This is still an improvement on the previous behaviour
where failing to cache the account would be silently ignored.

https://gitlab.gnome.org/Teams/Translation/Coordination/-/issues/100

b2353fe... by Will Thompson <email address hidden>

Bump version to 45.5

027df28... by Will Thompson <email address hidden>

Prepare 45.4 release

3bb784c... by Ondrej Holy

account: Cache enterprise user asynchronously

When adding an enterprise account, the application freezes and the dialog
to force quit application is shown. This is because a synchronous call is
used to cache the user account. Let's use an asynchronous variant instead
to prevent those freezes.

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

ff00579... by Jeremy BĂ­cha

driver: Allow closing the window in existing user mode

Existing user mode was disabled in 43f1870c
but some distros like Debian have reverted that change.

With existing user mode, Initial Setup is just another app.
Since the questions are not mandatory, it is reasonable
to not go out of our way to prevent users from exiting early.

This partially reverts 1db957a7

(cherry picked from commit 5ffced5f0b7d96458cde5264b79e08a89e22ffb2)

9bc2f66... by Will Thompson <email address hidden>

Bump version to 45.4

2fbcadd... by Will Thompson <email address hidden>

Prepare 45.3 release