Package Details: win11-sddm-theme 1.0-1

Git Clone URL: https://aur.archlinux.org/win11-sddm-theme.git (read-only, click to copy)
Package Base: win11-sddm-theme
Description: Windows 11 login screen theme for SDDM.
Upstream URL: https://github.com/birbkeks/win11-sddm-theme
Keywords: sddm-theme
Licenses: MIT
Provides: win11-sddm-theme
Submitter: birbkeks
Maintainer: birbkeks
Last Packager: birbkeks
Votes: 0
Popularity: 0.000000
First Submitted: 2024-07-10 17:23 (UTC)
Last Updated: 2024-07-10 18:24 (UTC)

Latest Comments

Mr.Tao commented on 2025-04-09 09:11 (UTC) (edited on 2025-04-09 09:12 (UTC) by Mr.Tao)

I tried to install this package on an (almost) fresh Arch installation and found a few glitches. Since Wget is not part of the basic Arch installation, could you replace it with curl?

diff --git a/PKGBUILD b/PKGBUILD
index e5de50d..43142f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,12 +21,12 @@ package() {
        cd "${srcdir}"
        mkdir -p "${pkgdir}/usr/share/sddm/themes/"

-       wget -P "${srcdir}/win11-sddm-theme/fonts/SegoeUI-VF" https://aka.ms/SegoeUIVariable -nc
+       curl -LO --create-dirs --output-dir "${srcdir}/win11-sddm-theme/fonts/SegoeUI-VF" https://aka.ms/SegoeUIVariable

        bsdtar xf "${srcdir}/win11-sddm-theme/fonts/SegoeUI-VF/SegoeUIVariable" -C "${srcdir}/win11-sddm-theme/fonts/SegoeUI-VF"


-       wget -P "${srcdir}/win11-sddm-theme/fonts/Segoe-Fluent-Icons/" https://aka.ms/SegoeFluentIcons -nc
+       curl -LO --create-dirs --output-dir "${srcdir}/win11-sddm-theme/fonts/Segoe-Fluent-Icons/" https://aka.ms/SegoeFluentIcons

        bsdtar xf "${srcdir}/win11-sddm-theme/fonts/Segoe-Fluent-Icons/SegoeFluentIcons" -C "${srcdir}/win11-sddm-theme/fonts/Segoe-Fluent-Icons"

When running sddm-greeter-qt6 --test-mode --theme /usr/share/sddm/themes/win11-sddm-theme I’ve got following errors indicating qt5-multimedia should be required.

Loading file:///usr/share/sddm/themes/win11-sddm-theme/Main.qml...
file:///usr/share/sddm/themes/win11-sddm-theme/Main.qml:5:1: module "QtMultimedia" is not installed 
     import QtMultimedia 
     ^
file:///usr/share/sddm/themes/win11-sddm-theme/Main.qml:4:1: module "Qt5Compat.GraphicalEffects" is not installed 
     import Qt5Compat.GraphicalEffects 
     ^
file:///usr/share/sddm/themes/win11-sddm-theme/Main.qml:5:1: module "QtMultimedia" is not installed 
     import QtMultimedia 
     ^
file:///usr/share/sddm/themes/win11-sddm-theme/Main.qml:4:1: module "Qt5Compat.GraphicalEffects" is not installed 
     import Qt5Compat.GraphicalEffects 
     ^
file:///usr/share/sddm/themes/win11-sddm-theme/Main.qml:5:1: module "QtMultimedia" is not installed 
     import QtMultimedia 
     ^
file:///usr/share/sddm/themes/win11-sddm-theme/Main.qml:4:1: module "Qt5Compat.GraphicalEffects" is not installed 
     import Qt5Compat.GraphicalEffects 
     ^
file:///usr/share/sddm/themes/win11-sddm-theme/Main.qml:5:1: module "QtMultimedia" is not installed 
     import QtMultimedia 
     ^
file:///usr/share/sddm/themes/win11-sddm-theme/Main.qml:4:1: module "Qt5Compat.GraphicalEffects" is not installed 
     import Qt5Compat.GraphicalEffects 
     ^
Fallback to embedded theme
file:///usr/lib/qt6/qml/SddmComponents/LayoutBox.qml:35:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
file:///usr/lib/qt6/qml/SddmComponents/ComboBox.qml:105:9: QML Image: Cannot open: file:///usr/lib/qt6/qml/SddmComponents/angle-down.png
file:///usr/lib/qt6/qml/SddmComponents/ComboBox.qml:105:9: QML Image: Cannot open: file:///usr/lib/qt6/qml/SddmComponents/angle-down.png
qrc:/theme/Main.qml:41:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }