forked from pool/gnome-initial-setup
Compare commits
6 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
6090d1b8f8 | ||
a94e112e52 | |||
|
1a5cd55511 | ||
9bf630f14d | |||
|
aef2bc763a | ||
e96bf6792a |
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/gnome-initial-setup.git</param>
|
||||
<param name="revision">46.4</param>
|
||||
<param name="revision">47.2</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1d892c2b400dbeac9a636ad6791474f713a59de8f270aab42ddfe1659e9c33e8
|
||||
size 3484684
|
3
gnome-initial-setup-47.2.obscpio
Normal file
3
gnome-initial-setup-47.2.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f18e9c010c09952909354b5ebecd8751e1f5e5fe80eb777455f89f1e4f1b5f80
|
||||
size 3552268
|
@ -1,3 +1,71 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 21 15:17:35 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 47.2:
|
||||
+ Previously, the timezone page would list duplicate entries for
|
||||
some cities, and selecting the wrong one would crash Initial
|
||||
Setup. In this release these problematic entries are not shown.
|
||||
+ Previous versions would crash on startup when run with GTK
|
||||
4.17, which has made it a fatal error to use certain functions
|
||||
before gtk_init() has been called. This crash is fixed in this
|
||||
release.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 10 09:32:38 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 47.1:
|
||||
+ The (hidden) password hint field is now labelled as such,
|
||||
rather than as a “password reminder”.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 12 12:42:51 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 47.0:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 1 08:14:23 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 47.rc:
|
||||
+ Updated translations.
|
||||
- Changes from version 47.beta:
|
||||
+ The third-party repositories page, which is currently only
|
||||
displayed on Fedora, now links to a webpage documenting what
|
||||
software is provided by these external repositories.
|
||||
+ On the privacy page, references to Mozilla Location Service
|
||||
have been removed, since this service was shut down earlier
|
||||
this year.
|
||||
+ If an error occurs when applying the user's settings (which in
|
||||
practice means while creating user accounts), it is now
|
||||
displayed in a dialog rather than only in the journal.
|
||||
+ The password page has been lightly refreshed, fixing a bug
|
||||
where the empty input shows the red error style as soon as the
|
||||
page is displayed.
|
||||
+ There is now a field to set an optional password hint, which
|
||||
has been supported by accountsservice for many years. However,
|
||||
since the login screen does not currently know how to display
|
||||
the hint when the user needs it, this field is currently hidden.
|
||||
+ Updated translations.
|
||||
- Changes from version 47.alpha:
|
||||
+ gnome-initial-setup-copy-worker, which runs when the
|
||||
newly-created user signs in to copy files from the temporary
|
||||
gnome-initial-setup home directory to the user's real home
|
||||
directory, has been rewritten to not use GFile & GVFS. There
|
||||
have previously been issues with GVFS, due to this program
|
||||
running very early in the session startup, & there is no need
|
||||
to unleash the formidable power of GFile to copy a few files.
|
||||
+ The summary page now uses an embedded themed icon for the
|
||||
checkmark, which ensures that the icon is loaded at the proper
|
||||
scaling level on hidpi displays.
|
||||
+ If you customize the generated username for the new account,
|
||||
changing the account name no longer clobbers the customized
|
||||
username.
|
||||
+ The keyboard page no longer crashes if it is destroyed and
|
||||
recreated while still waiting for the set of IBus engines.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 8 20:04:05 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: gnome-initial-setup
|
||||
version: 46.4
|
||||
mtime: 1723045090
|
||||
commit: ce6e61d232e473659ae82a9cd2bca6adf54fe071
|
||||
version: 47.2
|
||||
mtime: 1732184201
|
||||
commit: 0efa94669bcaa6a7fcbc5546ede7ff5b58c38699
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: gnome-initial-setup
|
||||
Version: 46.4
|
||||
Version: 47.2
|
||||
Release: 0
|
||||
Summary: GNOME Initial Setup Assistant
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user