From b036b927931d995e132401448e06b6fa6717dff6 Mon Sep 17 00:00:00 2001 From: Jane Doe Date: Thu, 19 Feb 2026 18:51:19 +0200 Subject: [PATCH] Change: The installer has been adapted to include the latest KDE Plasma 6.6 changes SDDM Login Manager has been deprecated and replaced by the now in-house Plasma Login Manager --- Amelia.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Amelia.sh b/Amelia.sh index 1bdd6e9..e310475 100644 --- a/Amelia.sh +++ b/Amelia.sh @@ -1,7 +1,7 @@ #!/bin/bash # Amelia installer for Archlinux - # Version: 1.2.2 + # Version: 1.2.3 # Source: https://gitlab.com/prism7/archery # Contact: leenooks7@gmail.com @@ -6152,11 +6152,11 @@ pkg_collection() { 1) # Plasma Desktop: deskpkgs="${basepkgs[*]} dolphin-plugins konsole plasma plasma-x11-session qt6-multimedia-gstreamer" - displaymanager="sddm" ;; + displaymanager="plasmalogin" ;; 2) # Plasma Lite Desktop: - deskpkgs="${basepkgs[*]} ark bluedevil breeze-gtk colord-kde dolphin-plugins flatpak-kcm freerdp kate kcalc kclock kde-gtk-config kdegraphics-mobipocket kdegraphics-thumbnailers kdenetwork-filesharing kdeplasma-addons kdf kdialog keditbookmarks kget kimageformats kio-admin kio-gdrive kio-zeroconf konsole krdc krfb kscreen kwayland-integration kwrited okular purpose ocean-sound-theme packagekit-qt6 partitionmanager plasma5-integration plasma-browser-integration plasma-desktop plasma-disks plasma-firewall plasma-nm plasma-pa plasma-systemmonitor plasma-wayland-protocols plasma-x11-session sddm-kcm spectacle appmenu-gtk-module arj dosfstools ffmpegthumbs icoutils kvantum libappimage lrzip lzop ntfs-3g power-profiles-daemon qt5-xmlpatterns qt6-connectivity qt6-multimedia-gstreamer unarchiver unrar xdg-desktop-portal-gtk" - displaymanager="sddm" ;; + deskpkgs="${basepkgs[*]} ark bluedevil breeze-gtk colord-kde dolphin-plugins flatpak-kcm freerdp kate kcalc kclock kde-gtk-config kdegraphics-mobipocket kdegraphics-thumbnailers kdenetwork-filesharing kdeplasma-addons kdf kdialog keditbookmarks kget kimageformats kio-admin kio-gdrive kio-zeroconf konsole krdc krfb kscreen kwayland-integration kwrited okular purpose ocean-sound-theme packagekit-qt6 partitionmanager plasma5-integration plasma-browser-integration plasma-desktop plasma-disks plasma-firewall plasma-keyboard plasma-login-manager plasma-nm plasma-pa plasma-systemmonitor plasma-wayland-protocols plasma-x11-session spectacle appmenu-gtk-module arj dosfstools ffmpegthumbs icoutils kvantum libappimage lrzip lzop ntfs-3g power-profiles-daemon qt5-xmlpatterns qt6-connectivity qt6-multimedia-gstreamer unarchiver unrar xdg-desktop-portal-gtk" + displaymanager="plasmalogin" ;; 3) # Gnome Desktop: deskpkgs="${basepkgs[*]} gnome"