** Description changed:

+ [SRU] 2.74: https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/2138629
+ 
+ [ Impact ]
+ 
+ This problem only affects the resolute installer image.
+ 
+ Snapd seeding time is slow, both on the (1) live cd image and also (2)
+ on the installed system. This causes notable user experiences issues
+ where (1) causes a significant delay after the desktop shows up, before
+ the user sees the installer windows and (2) it takes a long time before
+ seeded snaps e.g. firefox shows on the dock.
+ 
+ The solution must solve the user experience problem, of leaving the user
+ unsure what is happening during the long wait period, it does not have
+ to solve it purely through accelerating snapd seeding.
+ 
+ [ Test Plan ]
+ 
+ 1. Reproduce with snapd deb < 2.74
+ 
+ Confirm slow boot time for cases (1) and (2) mentioned above. This does
+ not have to be repeated during testing, given it was extensively studied
+ during the bug investigation stage:
+ https://warthogs.atlassian.net/browse/SNAPDENG-36336?focusedCommentId=998442
+ 
+ 2. Prove fixed with snapd deb 2.74
+ 
+ Confirm that the waiting time between the desktop showing and
+   (1) on livecd boot, the installer window appearing
+   (2) on firstboot, the seeded snaps showing on the dock e.g. firefox 
+ does not exceed 5 seconds. 
+ 
+ ---original---
+ 
  We see some increased seeding time since 2.68 landed in questing:
  - the live system, after ensuring no snaps were started before seeding is 
done has gone from few seconds to 30s on the same VM configuration (2 cores)
  - after installation, on first boot, seeding takes up on the same 
configuration up to several minutes before firefox, for instance, appear on the 
dock. Seed was on the same VM specs, not noticeable in term of user experience.
  
  Here are some logs on live system boot, once the installer is waiting on
  the snap seeding process to be done:
  
- $ snap changes --abs-time 
+ $ snap changes --abs-time
  ID   Status  Spawn                 Ready                 Summary
  1    Done    2025-07-07T05:51:19Z  2025-07-15T13:51:47Z  Initialize system 
state
  2    Done    2025-07-15T13:51:19Z  2025-07-15T13:51:19Z  Change configuration 
of "core" snap
  3    Done    2025-07-15T13:51:19Z  2025-07-15T13:51:20Z  Initialize device
  
- $ snap tasks 1 --abs-time 
+ $ snap tasks 1 --abs-time
  Status  Spawn                 Ready                 Summary
  Done    2025-07-07T05:51:16Z  2025-07-07T05:51:19Z  Ensure prerequisites for 
"snapd" are available
  Done    2025-07-07T05:51:16Z  2025-07-07T05:51:19Z  Prepare snap 
"/var/lib/snapd/seed/snaps/snapd_24994.snap" (24994)
  Done    2025-07-07T05:51:16Z  2025-07-07T05:51:20Z  Mount snap "snapd" (24994)
  Done    2025-07-07T05:51:16Z  2025-07-07T05:51:20Z  Copy snap "snapd" data
  Done    2025-07-07T05:51:16Z  2025-07-07T05:51:20Z  Setup snap "snapd" 
(24994) security profiles
  Done    2025-07-07T05:51:16Z  2025-07-07T05:51:20Z  Make snap "snapd" (24994) 
available to the system
  Done    2025-07-07T05:51:16Z  2025-07-07T05:51:20Z  Automatically connect 
eligible plugs and slots of snap "snapd"
  Done    2025-07-07T05:51:16Z  2025-07-07T05:51:20Z  Set automatic aliases for 
snap "snapd"
  Done    2025-07-07T05:51:16Z  2025-07-07T05:51:20Z  Setup snap "snapd" aliases
  Done    2025-07-07T05:51:16Z  2025-07-15T13:51:19Z  Run install hook of 
"snapd" snap if present
  Done    2025-07-07T05:51:16Z  2025-07-15T13:51:19Z  Start snap "snapd" 
(24994) services
  Done    2025-07-07T05:51:16Z  2025-07-15T13:51:19Z  Run configure hook of 
"core" snap if present
  Done    2025-07-07T05:51:16Z  2025-07-07T05:51:20Z  Ensure prerequisites for 
"core22" are available
  Done    2025-07-07T05:51:16Z  2025-07-07T05:51:20Z  Prepare snap 
"/var/lib/snapd/seed/snaps/core22_2010.snap" (2010)
  Done    2025-07-07T05:51:16Z  2025-07-07T05:51:20Z  Mount snap "core22" (2010)
  Done    2025-07-07T05:51:16Z  2025-07-07T05:51:20Z  Copy snap "core22" data
  Done    2025-07-07T05:51:16Z  2025-07-07T05:51:21Z  Setup snap "core22" 
(2010) security profiles
  Done    2025-07-07T05:51:16Z  2025-07-07T05:51:21Z  Make snap "core22" (2010) 
available to the system
  Done    2025-07-07T05:51:16Z  2025-07-07T05:51:21Z  Automatically connect 
eligible plugs and slots of snap "core22"
  Done    2025-07-07T05:51:16Z  2025-07-07T05:51:21Z  Set automatic aliases for 
snap "core22"
  Done    2025-07-07T05:51:16Z  2025-07-07T05:51:21Z  Setup snap "core22" 
aliases
  Done    2025-07-07T05:51:16Z  2025-07-15T13:51:19Z  Run install hook of 
"core22" snap if present
  Done    2025-07-07T05:51:16Z  2025-07-15T13:51:19Z  Start snap "core22" 
(2010) services
  Done    2025-07-07T05:51:16Z  2025-07-15T13:51:19Z  Run health check of 
"core22" snap
  Done    2025-07-07T05:51:17Z  2025-07-07T05:51:21Z  Ensure prerequisites for 
"bare" are available
  Done    2025-07-07T05:51:17Z  2025-07-07T05:51:21Z  Prepare snap 
"/var/lib/snapd/seed/snaps/bare_5.snap" (5)
  Done    2025-07-07T05:51:17Z  2025-07-07T05:51:21Z  Mount snap "bare" (5)
  Done    2025-07-07T05:51:17Z  2025-07-07T05:51:21Z  Copy snap "bare" data
  Done    2025-07-07T05:51:17Z  2025-07-07T05:51:21Z  Setup snap "bare" (5) 
security profiles
  Done    2025-07-07T05:51:17Z  2025-07-07T05:51:21Z  Make snap "bare" (5) 
available to the system
  Done    2025-07-07T05:51:17Z  2025-07-07T05:51:21Z  Automatically connect 
eligible plugs and slots of snap "bare"
  Done    2025-07-07T05:51:17Z  2025-07-07T05:51:21Z  Set automatic aliases for 
snap "bare"
  Done    2025-07-07T05:51:17Z  2025-07-07T05:51:21Z  Setup snap "bare" aliases
  Done    2025-07-07T05:51:17Z  2025-07-15T13:51:19Z  Run install hook of 
"bare" snap if present
  Done    2025-07-07T05:51:17Z  2025-07-15T13:51:19Z  Start snap "bare" (5) 
services
  Done    2025-07-07T05:51:17Z  2025-07-15T13:51:20Z  Run health check of 
"bare" snap
  Done    2025-07-07T05:51:19Z  2025-07-07T05:51:21Z  Ensure prerequisites for 
"core24" are available
  Done    2025-07-07T05:51:19Z  2025-07-07T05:51:21Z  Prepare snap 
"/var/lib/snapd/seed/snaps/core24_1006.snap" (1006)
  Done    2025-07-07T05:51:19Z  2025-07-07T05:51:21Z  Mount snap "core24" (1006)
  Done    2025-07-07T05:51:19Z  2025-07-07T05:51:21Z  Copy snap "core24" data
  Done    2025-07-07T05:51:19Z  2025-07-07T05:51:21Z  Setup snap "core24" 
(1006) security profiles
  Done    2025-07-07T05:51:19Z  2025-07-07T05:51:21Z  Make snap "core24" (1006) 
available to the system
  Done    2025-07-07T05:51:19Z  2025-07-07T05:51:21Z  Automatically connect 
eligible plugs and slots of snap "core24"
  Done    2025-07-07T05:51:19Z  2025-07-07T05:51:21Z  Set automatic aliases for 
snap "core24"
  Done    2025-07-07T05:51:19Z  2025-07-07T05:51:21Z  Setup snap "core24" 
aliases
  Done    2025-07-07T05:51:19Z  2025-07-15T13:51:20Z  Run install hook of 
"core24" snap if present
  Done    2025-07-07T05:51:19Z  2025-07-15T13:51:20Z  Start snap "core24" 
(1006) services
  Done    2025-07-07T05:51:19Z  2025-07-15T13:51:20Z  Run health check of 
"core24" snap
  Done    2025-07-07T05:51:16Z  2025-07-07T05:51:21Z  Ensure prerequisites for 
"desktop-security-center" are available
  Done    2025-07-07T05:51:16Z  2025-07-07T05:51:21Z  Prepare snap 
"/var/lib/snapd/seed/snaps/desktop-security-center_77.snap" (77)
  Done    2025-07-07T05:51:16Z  2025-07-07T05:51:21Z  Mount snap 
"desktop-security-center" (77)
  Done    2025-07-07T05:51:16Z  2025-07-07T05:51:21Z  Copy snap 
"desktop-security-center" data
  Done    2025-07-07T05:51:16Z  2025-07-07T05:51:22Z  Setup snap 
"desktop-security-center" (77) security profiles
  Done    2025-07-07T05:51:16Z  2025-07-07T05:51:22Z  Make snap 
"desktop-security-center" (77) available to the system
  Done    2025-07-07T05:51:16Z  2025-07-07T05:51:22Z  Automatically connect 
eligible plugs and slots of snap "desktop-security-center"
  Done    2025-07-07T05:51:16Z  2025-07-07T05:51:22Z  Set automatic aliases for 
snap "desktop-security-center"
  Done    2025-07-07T05:51:16Z  2025-07-07T05:51:23Z  Setup snap 
"desktop-security-center" aliases
  Done    2025-07-07T05:51:16Z  2025-07-15T13:51:20Z  Run install hook of 
"desktop-security-center" snap if present
  Done    2025-07-07T05:51:16Z  2025-07-15T13:51:20Z  Run default-configure 
hook of "desktop-security-center" snap if present
  Done    2025-07-07T05:51:16Z  2025-07-15T13:51:20Z  Start snap 
"desktop-security-center" (77) services
  Done    2025-07-07T05:51:16Z  2025-07-15T13:51:27Z  Run configure hook of 
"desktop-security-center" snap if present
  Done    2025-07-07T05:51:16Z  2025-07-15T13:51:27Z  Run health check of 
"desktop-security-center" snap
  Done    2025-07-07T05:51:16Z  2025-07-07T05:51:23Z  Ensure prerequisites for 
"firefox" are available
  Done    2025-07-07T05:51:16Z  2025-07-07T05:51:23Z  Prepare snap 
"/var/lib/snapd/seed/snaps/firefox_6436.snap" (6436)
  Done    2025-07-07T05:51:16Z  2025-07-07T05:51:23Z  Mount snap "firefox" 
(6436)
  Done    2025-07-07T05:51:16Z  2025-07-07T05:51:23Z  Copy snap "firefox" data
  Done    2025-07-07T05:51:16Z  2025-07-07T05:51:24Z  Setup snap "firefox" 
(6436) security profiles
  Done    2025-07-07T05:51:16Z  2025-07-07T05:51:24Z  Make snap "firefox" 
(6436) available to the system
  Done    2025-07-07T05:51:16Z  2025-07-07T05:51:24Z  Automatically connect 
eligible plugs and slots of snap "firefox"
  Done    2025-07-07T05:51:16Z  2025-07-07T05:51:26Z  Set automatic aliases for 
snap "firefox"
  Done    2025-07-07T05:51:16Z  2025-07-07T05:51:26Z  Setup snap "firefox" 
aliases
  Done    2025-07-07T05:51:16Z  2025-07-15T13:51:27Z  Run install hook of 
"firefox" snap if present
  Done    2025-07-07T05:51:16Z  2025-07-15T13:51:27Z  Run default-configure 
hook of "firefox" snap if present
  Done    2025-07-07T05:51:16Z  2025-07-15T13:51:27Z  Start snap "firefox" 
(6436) services
  Done    2025-07-07T05:51:16Z  2025-07-15T13:51:30Z  Run configure hook of 
"firefox" snap if present
  Done    2025-07-07T05:51:16Z  2025-07-15T13:51:30Z  Run health check of 
"firefox" snap
  Done    2025-07-07T05:51:16Z  2025-07-07T05:51:26Z  Ensure prerequisites for 
"firmware-updater" are available
  Done    2025-07-07T05:51:16Z  2025-07-07T05:51:26Z  Prepare snap 
"/var/lib/snapd/seed/snaps/firmware-updater_167.snap" (167)
  Done    2025-07-07T05:51:16Z  2025-07-07T05:51:26Z  Mount snap 
"firmware-updater" (167)
  Done    2025-07-07T05:51:16Z  2025-07-07T05:51:26Z  Copy snap 
"firmware-updater" data
  Done    2025-07-07T05:51:16Z  2025-07-07T05:51:26Z  Setup snap 
"firmware-updater" (167) security profiles
  Done    2025-07-07T05:51:16Z  2025-07-07T05:51:26Z  Make snap 
"firmware-updater" (167) available to the system
  Done    2025-07-07T05:51:16Z  2025-07-07T05:51:26Z  Automatically connect 
eligible plugs and slots of snap "firmware-updater"
  Done    2025-07-07T05:51:16Z  2025-07-07T05:51:27Z  Set automatic aliases for 
snap "firmware-updater"
  Done    2025-07-07T05:51:16Z  2025-07-07T05:51:27Z  Setup snap 
"firmware-updater" aliases
  Done    2025-07-07T05:51:16Z  2025-07-15T13:51:30Z  Run install hook of 
"firmware-updater" snap if present
  Done    2025-07-07T05:51:16Z  2025-07-15T13:51:30Z  Run default-configure 
hook of "firmware-updater" snap if present
  Done    2025-07-07T05:51:16Z  2025-07-15T13:51:30Z  Start snap 
"firmware-updater" (167) services
  Done    2025-07-07T05:51:16Z  2025-07-15T13:51:33Z  Run configure hook of 
"firmware-updater" snap if present
  Done    2025-07-07T05:51:16Z  2025-07-15T13:51:33Z  Run health check of 
"firmware-updater" snap
  Done    2025-07-07T05:51:17Z  2025-07-07T05:51:27Z  Ensure prerequisites for 
"gnome-42-2204" are available
  Done    2025-07-07T05:51:17Z  2025-07-07T05:51:27Z  Prepare snap 
"/var/lib/snapd/seed/snaps/gnome-42-2204_202.snap" (202)
  Done    2025-07-07T05:51:17Z  2025-07-07T05:51:29Z  Mount snap 
"gnome-42-2204" (202)
  Done    2025-07-07T05:51:17Z  2025-07-07T05:51:29Z  Copy snap "gnome-42-2204" 
data
  Done    2025-07-07T05:51:17Z  2025-07-07T05:51:29Z  Setup snap 
"gnome-42-2204" (202) security profiles
  Done    2025-07-07T05:51:17Z  2025-07-07T05:51:29Z  Make snap "gnome-42-2204" 
(202) available to the system
  Done    2025-07-07T05:51:17Z  2025-07-07T05:51:29Z  Automatically connect 
eligible plugs and slots of snap "gnome-42-2204"
  Done    2025-07-07T05:51:17Z  2025-07-07T05:51:31Z  Set automatic aliases for 
snap "gnome-42-2204"
  Done    2025-07-07T05:51:17Z  2025-07-07T05:51:32Z  Setup snap 
"gnome-42-2204" aliases
  Done    2025-07-07T05:51:17Z  2025-07-15T13:51:33Z  Run install hook of 
"gnome-42-2204" snap if present
  Done    2025-07-07T05:51:17Z  2025-07-15T13:51:33Z  Run default-configure 
hook of "gnome-42-2204" snap if present
  Done    2025-07-07T05:51:17Z  2025-07-15T13:51:33Z  Start snap 
"gnome-42-2204" (202) services
  Done    2025-07-07T05:51:17Z  2025-07-15T13:51:33Z  Run configure hook of 
"gnome-42-2204" snap if present
  Done    2025-07-07T05:51:17Z  2025-07-15T13:51:33Z  Run health check of 
"gnome-42-2204" snap
  Done    2025-07-07T05:51:19Z  2025-07-07T05:51:32Z  Ensure prerequisites for 
"gtk-common-themes" are available
  Done    2025-07-07T05:51:19Z  2025-07-07T05:51:32Z  Prepare snap 
"/var/lib/snapd/seed/snaps/gtk-common-themes_1535.snap" (1535)
  Done    2025-07-07T05:51:19Z  2025-07-07T05:51:34Z  Mount snap 
"gtk-common-themes" (1535)
  Done    2025-07-07T05:51:19Z  2025-07-07T05:51:34Z  Copy snap 
"gtk-common-themes" data
  Done    2025-07-07T05:51:19Z  2025-07-07T05:51:34Z  Setup snap 
"gtk-common-themes" (1535) security profiles
  Done    2025-07-07T05:51:19Z  2025-07-07T05:51:34Z  Make snap 
"gtk-common-themes" (1535) available to the system
  Done    2025-07-07T05:51:19Z  2025-07-07T05:51:34Z  Automatically connect 
eligible plugs and slots of snap "gtk-common-themes"
  Done    2025-07-07T05:51:19Z  2025-07-07T05:51:37Z  Set automatic aliases for 
snap "gtk-common-themes"
  Done    2025-07-07T05:51:19Z  2025-07-07T05:51:37Z  Setup snap 
"gtk-common-themes" aliases
  Done    2025-07-07T05:51:19Z  2025-07-15T13:51:33Z  Run install hook of 
"gtk-common-themes" snap if present
  Done    2025-07-07T05:51:19Z  2025-07-15T13:51:33Z  Run default-configure 
hook of "gtk-common-themes" snap if present
  Done    2025-07-07T05:51:19Z  2025-07-15T13:51:33Z  Start snap 
"gtk-common-themes" (1535) services
  Done    2025-07-07T05:51:19Z  2025-07-15T13:51:33Z  Run configure hook of 
"gtk-common-themes" snap if present
  Done    2025-07-07T05:51:19Z  2025-07-15T13:51:33Z  Run health check of 
"gtk-common-themes" snap
  Done    2025-07-07T05:51:19Z  2025-07-07T05:51:37Z  Ensure prerequisites for 
"prompting-client" are available
  Done    2025-07-07T05:51:19Z  2025-07-07T05:51:37Z  Prepare snap 
"/var/lib/snapd/seed/snaps/prompting-client_104.snap" (104)
  Done    2025-07-07T05:51:19Z  2025-07-07T05:51:37Z  Mount snap 
"prompting-client" (104)
  Done    2025-07-07T05:51:19Z  2025-07-07T05:51:37Z  Copy snap 
"prompting-client" data
  Done    2025-07-07T05:51:19Z  2025-07-07T05:51:37Z  Setup snap 
"prompting-client" (104) security profiles
  Done    2025-07-07T05:51:19Z  2025-07-07T05:51:37Z  Make snap 
"prompting-client" (104) available to the system
  Done    2025-07-07T05:51:19Z  2025-07-07T05:51:37Z  Automatically connect 
eligible plugs and slots of snap "prompting-client"
  Done    2025-07-07T05:51:19Z  2025-07-07T05:51:39Z  Set automatic aliases for 
snap "prompting-client"
  Done    2025-07-07T05:51:19Z  2025-07-07T05:51:39Z  Setup snap 
"prompting-client" aliases
  Done    2025-07-07T05:51:19Z  2025-07-15T13:51:33Z  Run install hook of 
"prompting-client" snap if present
  Done    2025-07-07T05:51:19Z  2025-07-15T13:51:33Z  Run default-configure 
hook of "prompting-client" snap if present
  Done    2025-07-07T05:51:19Z  2025-07-15T13:51:33Z  Start snap 
"prompting-client" (104) services
  Done    2025-07-07T05:51:19Z  2025-07-15T13:51:36Z  Run configure hook of 
"prompting-client" snap if present
  Done    2025-07-07T05:51:19Z  2025-07-15T13:51:36Z  Run health check of 
"prompting-client" snap
  Done    2025-07-07T05:51:19Z  2025-07-07T05:51:39Z  Ensure prerequisites for 
"snap-store" are available
  Done    2025-07-07T05:51:19Z  2025-07-07T05:51:39Z  Prepare snap 
"/var/lib/snapd/seed/snaps/snap-store_1270.snap" (1270)
  Done    2025-07-07T05:51:19Z  2025-07-07T05:51:39Z  Mount snap "snap-store" 
(1270)
  Done    2025-07-07T05:51:19Z  2025-07-07T05:51:39Z  Copy snap "snap-store" 
data
  Done    2025-07-07T05:51:19Z  2025-07-07T05:51:39Z  Setup snap "snap-store" 
(1270) security profiles
  Done    2025-07-07T05:51:19Z  2025-07-07T05:51:39Z  Make snap "snap-store" 
(1270) available to the system
  Done    2025-07-07T05:51:19Z  2025-07-07T05:51:39Z  Automatically connect 
eligible plugs and slots of snap "snap-store"
  Done    2025-07-07T05:51:19Z  2025-07-07T05:51:41Z  Set automatic aliases for 
snap "snap-store"
  Done    2025-07-07T05:51:19Z  2025-07-07T05:51:41Z  Setup snap "snap-store" 
aliases
  Done    2025-07-07T05:51:19Z  2025-07-15T13:51:36Z  Run install hook of 
"snap-store" snap if present
  Done    2025-07-07T05:51:19Z  2025-07-15T13:51:36Z  Run default-configure 
hook of "snap-store" snap if present
  Done    2025-07-07T05:51:19Z  2025-07-15T13:51:36Z  Start snap "snap-store" 
(1270) services
  Done    2025-07-07T05:51:19Z  2025-07-15T13:51:39Z  Run configure hook of 
"snap-store" snap if present
  Done    2025-07-07T05:51:19Z  2025-07-15T13:51:39Z  Run health check of 
"snap-store" snap
  Done    2025-07-07T05:51:19Z  2025-07-07T05:51:41Z  Ensure prerequisites for 
"snapd-desktop-integration" are available
  Done    2025-07-07T05:51:19Z  2025-07-07T05:51:41Z  Prepare snap 
"/var/lib/snapd/seed/snaps/snapd-desktop-integration_315.snap" (315)
  Done    2025-07-07T05:51:19Z  2025-07-07T05:51:41Z  Mount snap 
"snapd-desktop-integration" (315)
  Done    2025-07-07T05:51:19Z  2025-07-07T05:51:41Z  Copy snap 
"snapd-desktop-integration" data
  Done    2025-07-07T05:51:19Z  2025-07-07T05:51:41Z  Setup snap 
"snapd-desktop-integration" (315) security profiles
  Done    2025-07-07T05:51:19Z  2025-07-07T05:51:41Z  Make snap 
"snapd-desktop-integration" (315) available to the system
  Done    2025-07-07T05:51:19Z  2025-07-07T05:51:41Z  Automatically connect 
eligible plugs and slots of snap "snapd-desktop-integration"
  Done    2025-07-07T05:51:19Z  2025-07-07T05:51:42Z  Set automatic aliases for 
snap "snapd-desktop-integration"
  Done    2025-07-07T05:51:19Z  2025-07-07T05:51:42Z  Setup snap 
"snapd-desktop-integration" aliases
  Done    2025-07-07T05:51:19Z  2025-07-15T13:51:39Z  Run install hook of 
"snapd-desktop-integration" snap if present
  Done    2025-07-07T05:51:19Z  2025-07-15T13:51:39Z  Run default-configure 
hook of "snapd-desktop-integration" snap if present
  Done    2025-07-07T05:51:19Z  2025-07-15T13:51:40Z  Start snap 
"snapd-desktop-integration" (315) services
  Done    2025-07-07T05:51:19Z  2025-07-15T13:51:43Z  Run configure hook of 
"snapd-desktop-integration" snap if present
  Done    2025-07-07T05:51:19Z  2025-07-15T13:51:43Z  Run health check of 
"snapd-desktop-integration" snap
  Done    2025-07-07T05:51:19Z  2025-07-07T05:51:42Z  Ensure prerequisites for 
"thunderbird" are available
  Done    2025-07-07T05:51:19Z  2025-07-07T05:51:43Z  Prepare snap 
"/var/lib/snapd/seed/snaps/thunderbird_751.snap" (751)
  Done    2025-07-07T05:51:19Z  2025-07-07T05:51:43Z  Mount snap "thunderbird" 
(751)
  Done    2025-07-07T05:51:19Z  2025-07-07T05:51:43Z  Copy snap "thunderbird" 
data
  Done    2025-07-07T05:51:19Z  2025-07-07T05:51:44Z  Setup snap "thunderbird" 
(751) security profiles
  Done    2025-07-07T05:51:19Z  2025-07-07T05:51:44Z  Make snap "thunderbird" 
(751) available to the system
  Done    2025-07-07T05:51:19Z  2025-07-07T05:51:44Z  Automatically connect 
eligible plugs and slots of snap "thunderbird"
  Done    2025-07-07T05:51:19Z  2025-07-07T05:51:45Z  Set automatic aliases for 
snap "thunderbird"
  Done    2025-07-07T05:51:19Z  2025-07-07T05:51:45Z  Setup snap "thunderbird" 
aliases
  Done    2025-07-07T05:51:19Z  2025-07-15T13:51:43Z  Run install hook of 
"thunderbird" snap if present
  Done    2025-07-07T05:51:19Z  2025-07-15T13:51:43Z  Run default-configure 
hook of "thunderbird" snap if present
  Done    2025-07-07T05:51:19Z  2025-07-15T13:51:43Z  Start snap "thunderbird" 
(751) services
  Done    2025-07-07T05:51:19Z  2025-07-15T13:51:46Z  Run configure hook of 
"thunderbird" snap if present
  Done    2025-07-07T05:51:19Z  2025-07-15T13:51:46Z  Run health check of 
"thunderbird" snap
  Done    2025-07-07T05:51:19Z  2025-07-07T05:51:45Z  Ensure prerequisites for 
"ubuntu-desktop-bootstrap" are available
  Done    2025-07-07T05:51:19Z  2025-07-07T05:51:45Z  Prepare snap 
"/var/lib/snapd/seed/snaps/ubuntu-desktop-bootstrap_397.snap" (397)
  Done    2025-07-07T05:51:19Z  2025-07-07T05:51:45Z  Mount snap 
"ubuntu-desktop-bootstrap" (397)
  Done    2025-07-07T05:51:19Z  2025-07-07T05:51:46Z  Copy snap 
"ubuntu-desktop-bootstrap" data
  Done    2025-07-07T05:51:19Z  2025-07-07T05:51:46Z  Setup snap 
"ubuntu-desktop-bootstrap" (397) security profiles
  Done    2025-07-07T05:51:19Z  2025-07-07T05:51:46Z  Make snap 
"ubuntu-desktop-bootstrap" (397) available to the system
  Done    2025-07-07T05:51:19Z  2025-07-07T05:51:46Z  Automatically connect 
eligible plugs and slots of snap "ubuntu-desktop-bootstrap"
  Done    2025-07-07T05:51:19Z  2025-07-07T05:51:46Z  Set automatic aliases for 
snap "ubuntu-desktop-bootstrap"
  Done    2025-07-07T05:51:19Z  2025-07-07T05:51:46Z  Setup snap 
"ubuntu-desktop-bootstrap" aliases
  Done    2025-07-07T05:51:19Z  2025-07-15T13:51:46Z  Run install hook of 
"ubuntu-desktop-bootstrap" snap if present
  Done    2025-07-07T05:51:19Z  2025-07-15T13:51:46Z  Run default-configure 
hook of "ubuntu-desktop-bootstrap" snap if present
  Done    2025-07-07T05:51:19Z  2025-07-15T13:51:46Z  Start snap 
"ubuntu-desktop-bootstrap" (397) services
  Done    2025-07-07T05:51:19Z  2025-07-15T13:51:46Z  Run configure hook of 
"ubuntu-desktop-bootstrap" snap if present
  Done    2025-07-07T05:51:19Z  2025-07-15T13:51:46Z  Run health check of 
"ubuntu-desktop-bootstrap" snap
  Done    2025-07-07T05:51:16Z  2025-07-15T13:51:19Z  Mark system pre-seeded
  Done    2025-07-07T05:51:19Z  2025-07-15T13:51:47Z  Mark system seeded
  Done    2025-07-07T05:51:22Z  2025-07-07T05:51:22Z  Connect 
desktop-security-center:opengl to snapd:opengl
  Done    2025-07-07T05:51:22Z  2025-07-07T05:51:22Z  Connect 
desktop-security-center:snapd-control to snapd:snapd-control
  Done    2025-07-07T05:51:22Z  2025-07-07T05:51:22Z  Connect 
desktop-security-center:x11 to snapd:x11
  Done    2025-07-07T05:51:22Z  2025-07-07T05:51:22Z  Connect 
desktop-security-center:desktop to snapd:desktop
  Done    2025-07-07T05:51:22Z  2025-07-07T05:51:22Z  Connect 
desktop-security-center:desktop-legacy to snapd:desktop-legacy
  Done    2025-07-07T05:51:22Z  2025-07-07T05:51:22Z  Connect 
desktop-security-center:gsettings to snapd:gsettings
  Done    2025-07-07T05:51:22Z  2025-07-07T05:51:22Z  Connect 
desktop-security-center:network to snapd:network
  Done    2025-07-07T05:51:22Z  2025-07-07T05:51:22Z  Connect 
desktop-security-center:wayland to snapd:wayland
  Done    2025-07-07T05:51:22Z  2025-07-07T05:51:22Z  Setup snap 
"desktop-security-center" (77) security profiles for auto-connections
  Done    2025-07-07T05:51:24Z  2025-07-07T05:51:24Z  Connect firefox:desktop 
to snapd:desktop
  Done    2025-07-07T05:51:24Z  2025-07-07T05:51:24Z  Connect firefox:gsettings 
to snapd:gsettings
  Done    2025-07-07T05:51:24Z  2025-07-07T05:51:24Z  Connect 
firefox:hardware-observe to snapd:hardware-observe
  Done    2025-07-07T05:51:24Z  2025-07-07T05:51:24Z  Connect firefox:home to 
snapd:home
  Done    2025-07-07T05:51:24Z  2025-07-07T05:51:24Z  Connect 
firefox:login-session-observe to snapd:login-session-observe
  Done    2025-07-07T05:51:24Z  2025-07-07T05:51:24Z  Connect 
firefox:avahi-observe to snapd:avahi-observe
  Done    2025-07-07T05:51:24Z  2025-07-07T05:51:24Z  Connect firefox:network 
to snapd:network
  Done    2025-07-07T05:51:24Z  2025-07-07T05:51:24Z  Connect 
firefox:removable-media to snapd:removable-media
  Done    2025-07-07T05:51:24Z  2025-07-07T05:51:24Z  Connect firefox:x11 to 
snapd:x11
  Done    2025-07-07T05:51:24Z  2025-07-07T05:51:24Z  Connect 
firefox:browser-sandbox to snapd:browser-support
  Done    2025-07-07T05:51:24Z  2025-07-07T05:51:24Z  Connect 
firefox:dot-mozilla-firefox to snapd:personal-files
  Done    2025-07-07T05:51:24Z  2025-07-07T05:51:24Z  Connect 
firefox:system-packages-doc to snapd:system-packages-doc
  Done    2025-07-07T05:51:24Z  2025-07-07T05:51:24Z  Connect 
firefox:u2f-devices to snapd:u2f-devices
  Done    2025-07-07T05:51:24Z  2025-07-07T05:51:24Z  Connect 
firefox:upower-observe to snapd:upower-observe
  Done    2025-07-07T05:51:24Z  2025-07-07T05:51:24Z  Connect firefox:camera to 
snapd:camera
  Done    2025-07-07T05:51:24Z  2025-07-07T05:51:24Z  Connect 
firefox:cups-control to snapd:cups-control
  Done    2025-07-07T05:51:24Z  2025-07-07T05:51:24Z  Connect 
firefox:etc-firefox to snapd:system-files
  Done    2025-07-07T05:51:24Z  2025-07-07T05:51:24Z  Connect firefox:opengl to 
snapd:opengl
  Done    2025-07-07T05:51:24Z  2025-07-07T05:51:24Z  Connect 
firefox:screen-inhibit-control to snapd:screen-inhibit-control
  Done    2025-07-07T05:51:24Z  2025-07-07T05:51:24Z  Connect 
firefox:desktop-legacy to snapd:desktop-legacy
  Done    2025-07-07T05:51:24Z  2025-07-07T05:51:24Z  Connect firefox:joystick 
to snapd:joystick
  Done    2025-07-07T05:51:24Z  2025-07-07T05:51:24Z  Connect 
firefox:mount-observe to snapd:mount-observe
  Done    2025-07-07T05:51:24Z  2025-07-07T05:51:24Z  Connect 
firefox:host-hunspell to snapd:mount-control
  Done    2025-07-07T05:51:24Z  2025-07-07T05:51:24Z  Connect 
firefox:network-bind to snapd:network-bind
  Done    2025-07-07T05:51:24Z  2025-07-07T05:51:24Z  Connect firefox:unity7 to 
snapd:unity7
  Done    2025-07-07T05:51:24Z  2025-07-07T05:51:24Z  Connect firefox:wayland 
to snapd:wayland
  Done    2025-07-07T05:51:24Z  2025-07-07T05:51:24Z  Connect 
firefox:audio-playback to snapd:audio-playback
  Done    2025-07-07T05:51:24Z  2025-07-07T05:51:24Z  Connect 
firefox:audio-record to snapd:audio-record
  Done    2025-07-07T05:51:24Z  2025-07-07T05:51:24Z  Connect 
firefox:host-usr-share-hunspell to snapd:system-files
  Done    2025-07-07T05:51:24Z  2025-07-07T05:51:25Z  Setup snap "firefox" 
(6436) security profiles for auto-connections
  Done    2025-07-07T05:51:26Z  2025-07-07T05:51:26Z  Connect 
firmware-updater:desktop to snapd:desktop
  Done    2025-07-07T05:51:26Z  2025-07-07T05:51:26Z  Connect 
firmware-updater:fwupd to snapd:fwupd
  Done    2025-07-07T05:51:26Z  2025-07-07T05:51:26Z  Connect 
firmware-updater:opengl to snapd:opengl
  Done    2025-07-07T05:51:26Z  2025-07-07T05:51:26Z  Connect 
firmware-updater:upower-observe to snapd:upower-observe
  Done    2025-07-07T05:51:26Z  2025-07-07T05:51:26Z  Connect 
firmware-updater:x11 to snapd:x11
  Done    2025-07-07T05:51:26Z  2025-07-07T05:51:26Z  Connect 
firmware-updater:desktop-legacy to snapd:desktop-legacy
  Done    2025-07-07T05:51:26Z  2025-07-07T05:51:26Z  Connect 
firmware-updater:wayland to snapd:wayland
  Done    2025-07-07T05:51:26Z  2025-07-07T05:51:26Z  Connect 
firmware-updater:gsettings to snapd:gsettings
  Done    2025-07-07T05:51:26Z  2025-07-07T05:51:26Z  Connect 
firmware-updater:shutdown to snapd:shutdown
  Done    2025-07-07T05:51:26Z  2025-07-07T05:51:27Z  Setup snap 
"firmware-updater" (167) security profiles for auto-connections
  Done    2025-07-07T05:51:29Z  2025-07-07T05:51:29Z  Connect 
firefox:gnome-42-2204 to gnome-42-2204:gnome-42-2204
  Done    2025-07-07T05:51:29Z  2025-07-07T05:51:29Z  Connect 
firmware-updater:gnome-42-2204 to gnome-42-2204:gnome-42-2204
  Done    2025-07-07T05:51:29Z  2025-07-07T05:51:29Z  Connect 
desktop-security-center:gnome-42-2204 to gnome-42-2204:gnome-42-2204
  Done    2025-07-07T05:51:29Z  2025-07-07T05:51:31Z  Setup snap 
"gnome-42-2204" (202) security profiles for auto-connections
  Done    2025-07-07T05:51:34Z  2025-07-07T05:51:34Z  Connect 
firmware-updater:gtk-3-themes to gtk-common-themes:gtk-3-themes
  Done    2025-07-07T05:51:34Z  2025-07-07T05:51:34Z  Connect 
firmware-updater:sound-themes to gtk-common-themes:sound-themes
  Done    2025-07-07T05:51:34Z  2025-07-07T05:51:34Z  Connect 
desktop-security-center:sound-themes to gtk-common-themes:sound-themes
  Done    2025-07-07T05:51:34Z  2025-07-07T05:51:34Z  Connect 
firefox:sound-themes to gtk-common-themes:sound-themes
  Done    2025-07-07T05:51:34Z  2025-07-07T05:51:34Z  Connect 
firefox:gtk-3-themes to gtk-common-themes:gtk-3-themes
  Done    2025-07-07T05:51:34Z  2025-07-07T05:51:34Z  Connect 
firefox:icon-themes to gtk-common-themes:icon-themes
  Done    2025-07-07T05:51:34Z  2025-07-07T05:51:34Z  Connect 
firmware-updater:icon-themes to gtk-common-themes:icon-themes
  Done    2025-07-07T05:51:34Z  2025-07-07T05:51:34Z  Connect 
desktop-security-center:icon-themes to gtk-common-themes:icon-themes
  Done    2025-07-07T05:51:34Z  2025-07-07T05:51:34Z  Connect 
desktop-security-center:gtk-3-themes to gtk-common-themes:gtk-3-themes
  Done    2025-07-07T05:51:34Z  2025-07-07T05:51:37Z  Setup snap 
"gtk-common-themes" (1535) security profiles for auto-connections
  Done    2025-07-07T05:51:37Z  2025-07-07T05:51:38Z  Connect 
prompting-client:snap-interfaces-requests-control to 
snapd:snap-interfaces-requests-control
  Done    2025-07-07T05:51:37Z  2025-07-07T05:51:38Z  Connect 
prompting-client:sound-themes to gtk-common-themes:sound-themes
  Done    2025-07-07T05:51:37Z  2025-07-07T05:51:38Z  Connect 
prompting-client:wayland to snapd:wayland
  Done    2025-07-07T05:51:37Z  2025-07-07T05:51:38Z  Connect 
prompting-client:x11 to snapd:x11
  Done    2025-07-07T05:51:37Z  2025-07-07T05:51:38Z  Connect 
prompting-client:desktop to snapd:desktop
  Done    2025-07-07T05:51:37Z  2025-07-07T05:51:37Z  Connect 
prompting-client:desktop-legacy to snapd:desktop-legacy
  Done    2025-07-07T05:51:37Z  2025-07-07T05:51:38Z  Connect 
prompting-client:gnome-42-2204 to gnome-42-2204:gnome-42-2204
  Done    2025-07-07T05:51:37Z  2025-07-07T05:51:38Z  Connect 
prompting-client:gtk-3-themes to gtk-common-themes:gtk-3-themes
  Done    2025-07-07T05:51:37Z  2025-07-07T05:51:38Z  Connect 
prompting-client:gsettings to snapd:gsettings
  Done    2025-07-07T05:51:37Z  2025-07-07T05:51:37Z  Connect 
prompting-client:home to snapd:home
  Done    2025-07-07T05:51:37Z  2025-07-07T05:51:37Z  Connect 
prompting-client:icon-themes to gtk-common-themes:icon-themes
  Done    2025-07-07T05:51:37Z  2025-07-07T05:51:38Z  Connect 
prompting-client:opengl to snapd:opengl
  Done    2025-07-07T05:51:37Z  2025-07-07T05:51:39Z  Setup snap 
"prompting-client" (104) security profiles for auto-connections
  Done    2025-07-07T05:51:39Z  2025-07-07T05:51:40Z  Connect 
snap-store:sound-themes to gtk-common-themes:sound-themes
  Done    2025-07-07T05:51:39Z  2025-07-07T05:51:40Z  Connect snap-store:x11 to 
snapd:x11
  Done    2025-07-07T05:51:39Z  2025-07-07T05:51:40Z  Connect 
snap-store:gsettings to snapd:gsettings
  Done    2025-07-07T05:51:39Z  2025-07-07T05:51:40Z  Connect 
snap-store:icon-themes to gtk-common-themes:icon-themes
  Done    2025-07-07T05:51:39Z  2025-07-07T05:51:40Z  Connect snap-store:opengl 
to snapd:opengl
  Done    2025-07-07T05:51:39Z  2025-07-07T05:51:40Z  Connect 
snap-store:snapd-control to snapd:snapd-control
  Done    2025-07-07T05:51:39Z  2025-07-07T05:51:40Z  Connect 
snap-store:appstream-metadata to snapd:appstream-metadata
  Done    2025-07-07T05:51:39Z  2025-07-07T05:51:39Z  Connect 
snap-store:gnome-42-2204 to gnome-42-2204:gnome-42-2204
  Done    2025-07-07T05:51:39Z  2025-07-07T05:51:40Z  Connect 
snap-store:packagekit-control to snapd:packagekit-control
  Done    2025-07-07T05:51:39Z  2025-07-07T05:51:40Z  Connect 
snap-store:desktop to snapd:desktop
  Done    2025-07-07T05:51:39Z  2025-07-07T05:51:40Z  Connect 
snap-store:gtk-3-themes to gtk-common-themes:gtk-3-themes
  Done    2025-07-07T05:51:39Z  2025-07-07T05:51:40Z  Connect 
snap-store:desktop-launch to snapd:desktop-launch
  Done    2025-07-07T05:51:39Z  2025-07-07T05:51:40Z  Connect 
snap-store:desktop-legacy to snapd:desktop-legacy
  Done    2025-07-07T05:51:39Z  2025-07-07T05:51:40Z  Connect 
snap-store:network to snapd:network
  Done    2025-07-07T05:51:39Z  2025-07-07T05:51:40Z  Connect 
snap-store:wayland to snapd:wayland
  Done    2025-07-07T05:51:39Z  2025-07-07T05:51:41Z  Setup snap "snap-store" 
(1270) security profiles for auto-connections
  Done    2025-07-07T05:51:41Z  2025-07-07T05:51:42Z  Connect 
snapd-desktop-integration:gsettings to snapd:gsettings
  Done    2025-07-07T05:51:41Z  2025-07-07T05:51:41Z  Connect 
snapd-desktop-integration:gtk-3-themes to gtk-common-themes:gtk-3-themes
  Done    2025-07-07T05:51:41Z  2025-07-07T05:51:41Z  Connect 
snapd-desktop-integration:wayland to snapd:wayland
  Done    2025-07-07T05:51:41Z  2025-07-07T05:51:42Z  Connect 
snapd-desktop-integration:gnome-42-2204 to gnome-42-2204:gnome-42-2204
  Done    2025-07-07T05:51:41Z  2025-07-07T05:51:41Z  Connect 
snapd-desktop-integration:opengl to snapd:opengl
  Done    2025-07-07T05:51:41Z  2025-07-07T05:51:41Z  Connect 
snapd-desktop-integration:snap-refresh-observe to snapd:snap-refresh-observe
  Done    2025-07-07T05:51:41Z  2025-07-07T05:51:41Z  Connect 
snapd-desktop-integration:unity7 to snapd:unity7
  Done    2025-07-07T05:51:41Z  2025-07-07T05:51:41Z  Connect 
snapd-desktop-integration:desktop-legacy to snapd:desktop-legacy
  Done    2025-07-07T05:51:41Z  2025-07-07T05:51:42Z  Connect 
snapd-desktop-integration:desktop-launch to snapd:desktop-launch
  Done    2025-07-07T05:51:41Z  2025-07-07T05:51:42Z  Connect 
snapd-desktop-integration:desktop to snapd:desktop
  Done    2025-07-07T05:51:41Z  2025-07-07T05:51:42Z  Connect 
snapd-desktop-integration:login-session-observe to snapd:login-session-observe
  Done    2025-07-07T05:51:41Z  2025-07-07T05:51:42Z  Connect 
snapd-desktop-integration:snap to snapd:system-files
  Done    2025-07-07T05:51:41Z  2025-07-07T05:51:42Z  Connect 
snapd-desktop-integration:snap-themes-control to snapd:snap-themes-control
  Done    2025-07-07T05:51:41Z  2025-07-07T05:51:41Z  Connect 
snapd-desktop-integration:sound-themes to gtk-common-themes:sound-themes
  Done    2025-07-07T05:51:41Z  2025-07-07T05:51:41Z  Connect 
snapd-desktop-integration:x11 to snapd:x11
  Done    2025-07-07T05:51:41Z  2025-07-07T05:51:42Z  Connect 
snapd-desktop-integration:icon-themes to gtk-common-themes:icon-themes
  Done    2025-07-07T05:51:41Z  2025-07-07T05:51:42Z  Setup snap 
"snapd-desktop-integration" (315) security profiles for auto-connections
  Done    2025-07-07T05:51:44Z  2025-07-07T05:51:44Z  Connect 
thunderbird:browser-sandbox to snapd:browser-support
  Done    2025-07-07T05:51:44Z  2025-07-07T05:51:44Z  Connect 
thunderbird:cups-control to snapd:cups-control
  Done    2025-07-07T05:51:44Z  2025-07-07T05:51:44Z  Connect 
thunderbird:desktop-legacy to snapd:desktop-legacy
  Done    2025-07-07T05:51:44Z  2025-07-07T05:51:44Z  Connect 
thunderbird:dot-thunderbird to snapd:personal-files
  Done    2025-07-07T05:51:44Z  2025-07-07T05:51:44Z  Connect 
thunderbird:gsettings to snapd:gsettings
  Done    2025-07-07T05:51:44Z  2025-07-07T05:51:44Z  Connect 
thunderbird:host-usr-share-hunspell to snapd:system-files
  Done    2025-07-07T05:51:44Z  2025-07-07T05:51:44Z  Connect 
thunderbird:desktop to snapd:desktop
  Done    2025-07-07T05:51:44Z  2025-07-07T05:51:44Z  Connect 
thunderbird:etc-thunderbird to snapd:system-files
  Done    2025-07-07T05:51:44Z  2025-07-07T05:51:44Z  Connect 
thunderbird:sound-themes to gtk-common-themes:sound-themes
  Done    2025-07-07T05:51:44Z  2025-07-07T05:51:44Z  Connect thunderbird:x11 
to snapd:x11
  Done    2025-07-07T05:51:44Z  2025-07-07T05:51:44Z  Connect 
thunderbird:audio-playback to snapd:audio-playback
  Done    2025-07-07T05:51:44Z  2025-07-07T05:51:44Z  Connect 
thunderbird:gnome-42-2204 to gnome-42-2204:gnome-42-2204
  Done    2025-07-07T05:51:44Z  2025-07-07T05:51:44Z  Connect thunderbird:home 
to snapd:home
  Done    2025-07-07T05:51:44Z  2025-07-07T05:51:44Z  Connect 
thunderbird:icon-themes to gtk-common-themes:icon-themes
  Done    2025-07-07T05:51:44Z  2025-07-07T05:51:44Z  Connect 
thunderbird:gtk-3-themes to gtk-common-themes:gtk-3-themes
  Done    2025-07-07T05:51:44Z  2025-07-07T05:51:44Z  Connect 
thunderbird:network to snapd:network
  Done    2025-07-07T05:51:44Z  2025-07-07T05:51:44Z  Connect 
thunderbird:opengl to snapd:opengl
  Done    2025-07-07T05:51:44Z  2025-07-07T05:51:44Z  Connect 
thunderbird:removable-media to snapd:removable-media
  Done    2025-07-07T05:51:44Z  2025-07-07T05:51:44Z  Connect 
thunderbird:wayland to snapd:wayland
  Done    2025-07-07T05:51:44Z  2025-07-07T05:51:45Z  Setup snap "thunderbird" 
(751) security profiles for auto-connections
  Done    2025-07-15T13:51:46Z  2025-07-15T13:51:47Z  restart of 
[ubuntu-desktop-bootstrap.subiquity-server]
  Done    2025-07-15T13:51:46Z  2025-07-15T13:51:47Z  Run service command 
"restart" for running services of snap "ubuntu-desktop-bootstrap"
  
  ......................................................................
  restart of [ubuntu-desktop-bootstrap.subiquity-server]
  
  2025-07-15T13:51:47Z INFO task ignored
  
  1-> could we have system state invalidation due to 
/etc/systemd/system/snap.ubuntu-desktop-bootstrap.subiquity-server.service? It 
doe’snt seem so as it’s generated by snapd…
  2-> please notice the current date and time sync in the middle of the 
process. Could it have an update?
  
- $ snap tasks 2 --abs-time 
+ $ snap tasks 2 --abs-time
  Status  Spawn                 Ready                 Summary
  Done    2025-07-15T13:51:19Z  2025-07-15T13:51:19Z  Run configure hook of 
"core" snap
  
- $ snap tasks 3 --abs-time 
+ $ snap tasks 3 --abs-time
  Status  Spawn                 Ready                 Summary
  Done    2025-07-15T13:51:19Z  2025-07-15T13:51:19Z  Generate device key
  Done    2025-07-15T13:51:19Z  2025-07-15T13:51:20Z  Request device serial
  
  $ systemctl status --user ubuntu-desktop-installer.service
  ● ubuntu-desktop-installer.service - Ubuntu Desktop Installer
-      Loaded: loaded (/usr/lib/systemd/user/ubuntu-desktop-installer.service; 
enabled; preset: enabled)
-      Active: active (running) since Tue 2025-07-15 13:51:48 UTC; 24min ago
-  Invocation: c4030594fde94ca9b3e78403496bfc77
-     Process: 2695 ExecStartPre=/usr/bin/snap wait system seed.loaded 
(code=exited, status=0/SUCCESS)
-    Main PID: 4032 (launcher)
-       Tasks: 0 (limit: 4563)
-      Memory: 36K (peak: 11M)
-         CPU: 351ms
-      CGroup: 
/user.slice/user-1000.slice/[email protected]/app.slice/ubuntu-desktop-installer.service
-              ‣ 4032 /bin/bash /snap/ubuntu-desktop-bootstrap/397/bin/launcher 
/snap/ubuntu-desktop-bootstrap/397/bin/ubuntu_bootstrap --try-or-install
+      Loaded: loaded (/usr/lib/systemd/user/ubuntu-desktop-installer.service; 
enabled; preset: enabled)
+      Active: active (running) since Tue 2025-07-15 13:51:48 UTC; 24min ago
+  Invocation: c4030594fde94ca9b3e78403496bfc77
+     Process: 2695 ExecStartPre=/usr/bin/snap wait system seed.loaded 
(code=exited, status=0/SUCCESS)
+    Main PID: 4032 (launcher)
+       Tasks: 0 (limit: 4563)
+      Memory: 36K (peak: 11M)
+         CPU: 351ms
+      CGroup: 
/user.slice/user-1000.slice/[email protected]/app.slice/ubuntu-desktop-installer.service
+              ‣ 4032 /bin/bash /snap/ubuntu-desktop-bootstrap/397/bin/launcher 
/snap/ubuntu-desktop-bootstrap/397/bin/ubuntu_bootstrap --try-or-install
  
  Jul 15 13:51:19 ubuntu systemd[1823]: Starting 
ubuntu-desktop-installer.service - Ubuntu Desktop Installer...
  Jul 15 13:51:30 ubuntu systemd[1823]: 
/usr/lib/systemd/user/ubuntu-desktop-installer.service:12: Unknown key 'type' 
in section [Service], ignoring.
  Jul 15 13:51:33 ubuntu systemd[1823]: 
/usr/lib/systemd/user/ubuntu-desktop-installer.service:12: Unknown key 'type' 
in section [Service], ignoring.
  Jul 15 13:51:39 ubuntu systemd[1823]: 
/usr/lib/systemd/user/ubuntu-desktop-installer.service:12: Unknown key 'type' 
in section [Service], ignoring.
  Jul 15 13:51:48 ubuntu systemd[1823]: Started 
ubuntu-desktop-installer.service - Ubuntu Desktop Installer.

** Tags added: verification-required-resolute

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2116949

Title:
  Since snapd 2.68, initial seeding time increased

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-platform-snap/+bug/2116949/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to