Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Update "installation complete" artwork for Ubuntu 21.10. #418

Merged
merged 1 commit into from Oct 8, 2021

Conversation

oSoMoN
Copy link
Contributor

@oSoMoN oSoMoN commented Oct 8, 2021

No description provided.

@oSoMoN
Copy link
Contributor Author

oSoMoN commented Oct 8, 2021

Hint: to visualize the change easily, apply this patch and run the installer locally:

diff --git a/packages/ubuntu_desktop_installer/lib/main.dart b/packages/ubuntu_desktop_installer/lib/main.dart
index 9d8060c..beacee0 100644
--- a/packages/ubuntu_desktop_installer/lib/main.dart
+++ b/packages/ubuntu_desktop_installer/lib/main.dart
@@ -18,7 +18,7 @@ void main(List<String> args) {
   final subiquityServer = SubiquityServer();
 
   runWizardApp(
-    UbuntuDesktopInstallerApp(initialRoute: options['initial-route']),
+    UbuntuDesktopInstallerApp(initialRoute: '/installationcomplete'),
     options: options,
     subiquityClient: subiquityClient,
     subiquityServer: subiquityServer,

Copy link
Contributor

@jpnurmi jpnurmi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@jpnurmi jpnurmi merged commit 4a26a5b into canonical:main Oct 8, 2021
@oSoMoN oSoMoN deleted the update-installationcomplete-artwork branch October 8, 2021 20:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants