forked from pool/gnome-initial-setup
Accepting request 881126 from GNOME:Factory
GNOME 40 - here we come (forwarded request 880954 from dimstar) OBS-URL: https://build.opensuse.org/request/show/881126 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-initial-setup?expand=0&rev=10
This commit is contained in:
commit
a9801918f6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8fd6c1cb5b2db0ff77c5b9170473f51c977c13301919cb54c68114b6f56f3200
|
||||
size 1158984
|
3
gnome-initial-setup-40.0.tar.xz
Normal file
3
gnome-initial-setup-40.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:14e0c74614380ee112a7414fec6606bd0f6f3f421b980070ca7d519d1b99896f
|
||||
size 1162284
|
@ -1,3 +1,51 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 20 09:26:24 UTC 2021 - Michael Gorse <mgorse@suse.com>
|
||||
|
||||
- Update to version 40.0:
|
||||
+ No changes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 18 14:46:01 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 40.rc:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 16 10:38:26 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 40.beta:
|
||||
+ Completing GNOME Initial Setup no longer triggers GNOME Tour.
|
||||
GNOME Shell 40 now prompts new and upgrading users to run the
|
||||
tour.
|
||||
+ Previous versions of Initial Setup would run the first time a
|
||||
user logs in ("existing user" mode) as well as when the system
|
||||
is booted with no users ("new user" mode). Initial Setup no
|
||||
longer displays any UI in "existing user" mode, to avoid
|
||||
colliding with the tour. The mode has not been removed in code.
|
||||
+ A simple check has been added to the main() function. If your
|
||||
distribution needs the old behaviour, this check can be patched
|
||||
out. The hope is that a future version of GNOME will restore
|
||||
"existing user" mode, but run Initial Setup from the same
|
||||
cut-down Shell that is used in "new user" mode.
|
||||
+ Initial Setup's .desktop file is now installed to
|
||||
@datadir@/applications rather than a GDM-specific directory.
|
||||
This means its icon is displayed correctly when run within a
|
||||
normal shell session. Some distros have previously worked
|
||||
around this issue by installing a symbolic link.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 16 04:40:01 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 40.alpha:
|
||||
+ Some enhancements to the avatar picker:
|
||||
- The "Take a photo…" button now has the suggested-action
|
||||
style.
|
||||
- Generated avatars now have a darker border.
|
||||
- Fix runtime warning when built without libcheese.
|
||||
+ The "Welcome" page, displayed when the language picker is
|
||||
disabled, has a refreshed splash image.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 15 18:25:55 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: gnome-initial-setup
|
||||
Version: 3.38.4
|
||||
Version: 40.0
|
||||
Release: 0
|
||||
Summary: GNOME Initial Setup Assistant
|
||||
License: GPL-2.0-or-later
|
||||
Group: System/GUI/GNOME
|
||||
URL: https://wiki.gnome.org/Design/OS/InitialSetup
|
||||
Source0: https://download.gnome.org/sources/gnome-initial-setup/3.38/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/gnome-initial-setup/40/%{name}-%{version}.tar.xz
|
||||
# PATCH-FEATURE-SLE gnome-initial-setup-smarter.patch FATE#325763 FATE#321126 boo#1067288 bnc#1029083 qzhao@suse.com -- Investigate gnome-initial-setup, and make a Smarter gnome initial configuration.
|
||||
Patch0: gnome-initial-setup-smarter.patch
|
||||
|
||||
@ -86,10 +86,6 @@ Initial assistant, helping you to get the system up and running.
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
%if 0%{?sle_version} >= 150200
|
||||
rm -rf %{buildroot}%{_libexecdir}/gnome-welcome-tour
|
||||
rm -rf %{buildroot}%{_sysconfdir}/xdg/autostart/gnome-welcome-tour.desktop
|
||||
%endif
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
|
||||
%pre
|
||||
@ -98,10 +94,7 @@ useradd -rM -d /run/gnome-initial-setup/ -s /sbin/nologin %{name} || :
|
||||
%files
|
||||
%license COPYING
|
||||
%doc README.md
|
||||
%dir %{_datadir}/gdm
|
||||
%dir %{_datadir}/gdm/greeter
|
||||
%dir %{_datadir}/gdm/greeter/applications
|
||||
%{_datadir}/gdm/greeter/applications/gnome-initial-setup.desktop
|
||||
%{_datadir}/applications/gnome-initial-setup.desktop
|
||||
%dir %{_datadir}/gnome-session
|
||||
%dir %{_datadir}/gnome-session/sessions
|
||||
%{_datadir}/gnome-session/sessions/gnome-initial-setup.session
|
||||
@ -116,17 +109,11 @@ useradd -rM -d /run/gnome-initial-setup/ -s /sbin/nologin %{name} || :
|
||||
%if !0%{?sle_version} || 0%{?sle_version} >= 160000
|
||||
%{_userunitdir}/gnome-initial-setup-copy-worker.service
|
||||
%{_userunitdir}/gnome-initial-setup-first-login.service
|
||||
%{_userunitdir}/gnome-welcome-tour.service
|
||||
%dir %{_userunitdir}/gnome-session@gnome-initial-setup.target.d
|
||||
%{_userunitdir}/gnome-session@gnome-initial-setup.target.d/session.conf
|
||||
%dir %{_userunitdir}/gnome-session.target.wants
|
||||
%{_userunitdir}/gnome-session.target.wants/gnome-initial-setup-copy-worker.service
|
||||
%{_userunitdir}/gnome-session.target.wants/gnome-initial-setup-first-login.service
|
||||
%{_userunitdir}/gnome-session.target.wants/gnome-welcome-tour.service
|
||||
%endif
|
||||
%if 0%{?sle_version} < 150200
|
||||
%{_libexecdir}/gnome-welcome-tour
|
||||
%{_sysconfdir}/xdg/autostart/gnome-welcome-tour.desktop
|
||||
%endif
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
Loading…
Reference in New Issue
Block a user