[neon/neon/calamares-settings/Neon/unstable] mobile/calamares/mobile: fix settings#

Jonathan Esk-Riddell null at kde.org
Thu Jan 12 15:17:17 GMT 2023


Git commit d844923c7790cd1cb67d382fa3607c3600823a9c by Jonathan Esk-Riddell.
Committed on 12/01/2023 at 15:17.
Pushed by jriddell into branch 'Neon/unstable'.

fix settings#

D  +0    -6    mobile/calamares/mobile/modules/plasma-mobile-sddm-config.conf
M  +3    -2    mobile/calamares/mobile/settings.conf

https://invent.kde.org/neon/neon/calamares-settings/commit/d844923c7790cd1cb67d382fa3607c3600823a9c

diff --git a/mobile/calamares/mobile/modules/plasma-mobile-sddm-config.conf b/mobile/calamares/mobile/modules/plasma-mobile-sddm-config.conf
deleted file mode 100755
index c04f71b..0000000
--- a/mobile/calamares/mobile/modules/plasma-mobile-sddm-config.conf
+++ /dev/null
@@ -1,6 +0,0 @@
-# SPDX-FileCopyrightText: 2022 Jonathan Esk-Riddell <jr at jriddell.org>
-# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
----
-timeout: 60
-script:
-    - plasma-mobile-sddm-config
diff --git a/mobile/calamares/mobile/settings.conf b/mobile/calamares/mobile/settings.conf
index a847c31..d0b9952 100644
--- a/mobile/calamares/mobile/settings.conf
+++ b/mobile/calamares/mobile/settings.conf
@@ -6,8 +6,6 @@
 modules-search: [ local, /usr/share/calamares/modules ]
 
 instances:
-- id: plasma-mobile-sddm-config
-  config: plasma-mobile-sddm-config.conf
 - id:       install_translations
   module:   shellprocess
   config:   shellprocess_install_translations.conf
@@ -34,6 +32,9 @@ instances:
 - id: cryptsetup
   module: shellprocess
   config: shellprocess at cryptsetup.conf
+- id: plasma-mobile-sddm-config
+  module: shellprocess
+  config: shellprocess at plasma-mobile-sddm-config.conf
 
 sequence:
 


More information about the Neon-commits mailing list