[neon/neon/calamares-settings/Neon/unstable] /: adapt to plasmalogin as default login manager

Carlos De Maine null at kde.org
Fri Jun 12 10:48:13 BST 2026


Git commit 803f9b2e2d729cd0264adaf0fe71a6a5df43f058 by Carlos De Maine.
Committed on 12/06/2026 at 09:48.
Pushed by carlosdem into branch 'Neon/unstable'.

adapt to plasmalogin as default login manager

R  +1    -1    bigscreen/calamares/bigscreen/modules/shellprocess at plasma-bigscreen-plasmalogin-config.conf [from: mobile/calamares/mobile/modules/shellprocess at plasma-mobile-sddm-config.conf - 079% similarity]
M  +2    -2    bigscreen/calamares/bigscreen/settings.conf
R  +1    -1    bigscreen/usr/bin/plasma-bigscreen-plasmalogin-config [from: bigscreen/usr/bin/plasma-bigscreen-sddm-config - 077% similarity]
R  +1    -1    mobile/calamares/mobile/modules/shellprocess at plasma-mobile-plasmalogin-config.conf [from: bigscreen/calamares/bigscreen/modules/shellprocess at plasma-bigscreen-sddm-config.conf - 080% similarity]
M  +2    -2    mobile/calamares/mobile/settings.conf
R  +1    -1    mobile/usr/bin/plasma-mobile-plasmalogin-config [from: mobile/usr/bin/plasma-mobile-sddm-config - 076% similarity]

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

diff --git a/mobile/calamares/mobile/modules/shellprocess at plasma-mobile-sddm-config.conf b/bigscreen/calamares/bigscreen/modules/shellprocess at plasma-bigscreen-plasmalogin-config.conf
similarity index 79%
rename from mobile/calamares/mobile/modules/shellprocess at plasma-mobile-sddm-config.conf
rename to bigscreen/calamares/bigscreen/modules/shellprocess at plasma-bigscreen-plasmalogin-config.conf
index c04f71b..78605c5 100755
--- a/mobile/calamares/mobile/modules/shellprocess at plasma-mobile-sddm-config.conf
+++ b/bigscreen/calamares/bigscreen/modules/shellprocess at plasma-bigscreen-plasmalogin-config.conf
@@ -3,4 +3,4 @@
 ---
 timeout: 60
 script:
-    - plasma-mobile-sddm-config
+    - plasma-bigscreen-plasmalogin-config
diff --git a/bigscreen/calamares/bigscreen/settings.conf b/bigscreen/calamares/bigscreen/settings.conf
index c656258..6f1f72c 100644
--- a/bigscreen/calamares/bigscreen/settings.conf
+++ b/bigscreen/calamares/bigscreen/settings.conf
@@ -29,9 +29,9 @@ instances:
 - id: nomodeset
   module: shellprocess
   config: shellprocess at nomodeset.conf
-- id: plasma-bigscreen-sddm-config
+- id: plasma-bigscreen-plamsalogin-config
   module: shellprocess
-  config: shellprocess at plasma-bigscreen-sddm-config.conf
+  config: shellprocess at plasma-bigscreen-plasmalogin-config.conf
 
 sequence:
 
diff --git a/bigscreen/usr/bin/plasma-bigscreen-sddm-config b/bigscreen/usr/bin/plasma-bigscreen-plasmalogin-config
similarity index 77%
rename from bigscreen/usr/bin/plasma-bigscreen-sddm-config
rename to bigscreen/usr/bin/plasma-bigscreen-plasmalogin-config
index 7bf5a2b..5bce8f2 100755
--- a/bigscreen/usr/bin/plasma-bigscreen-sddm-config
+++ b/bigscreen/usr/bin/plasma-bigscreen-plasmalogin-config
@@ -5,7 +5,7 @@
 set -ex
 
 echo "I: Enabling Plasma Bigscreen Wayland by default"
-cat << CONF > /etc/sddm.conf
+cat << CONF > /usr/lib/plasmalogin/plasmalogin.conf.d/00neon-plasma-bigscreen-autologin.conf
 [Autologin]
 User=${USER}
 Session=/usr/share/wayland-sessions/plasma-bigscreen-wayland.desktop
diff --git a/bigscreen/calamares/bigscreen/modules/shellprocess at plasma-bigscreen-sddm-config.conf b/mobile/calamares/mobile/modules/shellprocess at plasma-mobile-plasmalogin-config.conf
similarity index 80%
rename from bigscreen/calamares/bigscreen/modules/shellprocess at plasma-bigscreen-sddm-config.conf
rename to mobile/calamares/mobile/modules/shellprocess at plasma-mobile-plasmalogin-config.conf
index 22112bd..75cc281 100755
--- a/bigscreen/calamares/bigscreen/modules/shellprocess at plasma-bigscreen-sddm-config.conf
+++ b/mobile/calamares/mobile/modules/shellprocess at plasma-mobile-plasmalogin-config.conf
@@ -3,4 +3,4 @@
 ---
 timeout: 60
 script:
-    - plasma-bigscreen-sddm-config
+    - plasma-mobile-plasmalogin-config
diff --git a/mobile/calamares/mobile/settings.conf b/mobile/calamares/mobile/settings.conf
index 636adc8..241d8cf 100644
--- a/mobile/calamares/mobile/settings.conf
+++ b/mobile/calamares/mobile/settings.conf
@@ -29,9 +29,9 @@ instances:
 - id: nomodeset
   module: shellprocess
   config: shellprocess at nomodeset.conf
-- id: plasma-mobile-sddm-config
+- id: plasma-mobile-plasmalogin-config
   module: shellprocess
-  config: shellprocess at plasma-mobile-sddm-config.conf
+  config: shellprocess at plasma-mobile-plasmalogin-config.conf
 
 sequence:
 
diff --git a/mobile/usr/bin/plasma-mobile-sddm-config b/mobile/usr/bin/plasma-mobile-plasmalogin-config
similarity index 76%
rename from mobile/usr/bin/plasma-mobile-sddm-config
rename to mobile/usr/bin/plasma-mobile-plasmalogin-config
index b0dfbba..c1b89a1 100755
--- a/mobile/usr/bin/plasma-mobile-sddm-config
+++ b/mobile/usr/bin/plasma-mobile-plasmalogin-config
@@ -5,7 +5,7 @@
 set -ex
 
 echo "I: Enabling Plasma Mobile by default"
-cat << CONF > /etc/sddm.conf
+cat << CONF > /usr/lib/plasmalogin/plasmalogin.conf.d/00neon-plasma-mobile-autologin.conf
 [Autologin]
 User=${USER}
 Session=/usr/share/wayland-sessions/plasma-mobile.desktop


More information about the Neon-commits mailing list