From b49c52ad657d8a94fbdc4eae8f9e4f0c17f00242 Mon Sep 17 00:00:00 2001 From: Valeria Fadeeva Date: Sat, 25 Jan 2025 17:31:37 +0500 Subject: [PATCH] Update --- src/modules/finished/finished.conf | 6 +++--- src/modules/finishedq/finishedq.conf | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/modules/finished/finished.conf b/src/modules/finished/finished.conf index b0647fe..6bb003b 100644 --- a/src/modules/finished/finished.conf +++ b/src/modules/finished/finished.conf @@ -9,13 +9,13 @@ # The finished page can hold a "restart system now" checkbox. # If this is false, no checkbox is shown and the system is not restarted # when Calamares exits. -# restartNowEnabled: true +restartNowEnabled: true # DEPRECATED # # Initial state of the checkbox "restart now". Only relevant when the # checkbox is shown by restartNowEnabled. -# restartNowChecked: false +restartNowChecked: true # Behavior of the "restart system now" button. # @@ -44,4 +44,4 @@ restartNowCommand: "systemctl -i reboot" # When the last page is (successfully) reached, send a DBus notification # to the desktop that the installation is done. This works only if the # user as whom Calamares is run, can reach the regular desktop session bus. -notifyOnFinished: false +notifyOnFinished: true diff --git a/src/modules/finishedq/finishedq.conf b/src/modules/finishedq/finishedq.conf index 6b3746b..9a1455d 100644 --- a/src/modules/finishedq/finishedq.conf +++ b/src/modules/finishedq/finishedq.conf @@ -33,4 +33,4 @@ # *user-unchecked* really makes sense. restartNowMode: user-checked restartNowCommand: "systemctl -i reboot" -notifyOnFinished: false +notifyOnFinished: true