vinceliuice / Fluent-kde

Fluent design theme for kde plasma
GNU General Public License v3.0
166 stars 12 forks source link

SDDM theme doesn't work properly #22

Open ilgiznurgaliev opened 2 years ago

ilgiznurgaliev commented 2 years ago

Hi,

Can be tested using the command below:

$ sddm-greeter --test-mode --theme /usr/share/sddm/themes/Fluent
[20:00:51.698] (II) GREETER: High-DPI autoscaling not Enabled
[20:00:51.751] (II) GREETER: Reading from "/usr/share/xsessions/plasma.desktop"
[20:00:51.752] (II) GREETER: Loading theme configuration from "/usr/share/sddm/themes/Fluent/theme.conf"
[20:00:51.763] (EE) GREETER: Socket error:  "QLocalSocket::connectToServer: Invalid name"
[20:00:51.826] (II) GREETER: Loading file:///usr/share/sddm/themes/Fluent/Main.qml...
[20:00:51.987] (WW) GREETER: file:///usr/share/sddm/themes/Fluent/Main.qml:453:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
[20:00:51.999] (WW) GREETER: file:///usr/share/sddm/themes/Fluent/components/VirtualKeyboard.qml:20:1: module "QtQuick.VirtualKeyboard" is not installed
[20:00:52.008] (WW) GREETER: file:///usr/share/sddm/themes/Fluent/Login.qml:106:9: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
[20:00:52.012] (WW) GREETER: file:///usr/share/sddm/themes/Fluent/Login.qml:115:5: QML Image: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
[20:00:52.026] (WW) GREETER: file:///usr/share/sddm/themes/Fluent/Background.qml:34:5: QML Image: Cannot open: file:///usr/share/sddm/themes/Fluent/background.png
[20:00:52.028] (WW) GREETER: file:///usr/share/sddm/themes/Fluent/Login.qml:73:13: Unable to assign [undefined] to QString
[20:00:52.028] (WW) GREETER: file:///usr/share/sddm/themes/Fluent/Main.qml:75: TypeError: Cannot read property 'text' of undefined
[20:00:52.028] (WW) GREETER: file:///usr/share/sddm/themes/Fluent/Login.qml:64:9: Unable to assign [undefined] to QString
[20:00:52.028] (WW) GREETER: file:///usr/share/sddm/themes/Fluent/Main.qml:179:13: Unable to assign [undefined] to QString
[20:00:52.028] (WW) GREETER: file:///usr/share/sddm/themes/Fluent/Main.qml:178:13: Unable to assign [undefined] to int
[20:00:52.028] (WW) GREETER: file:///usr/share/sddm/themes/Fluent/Login.qml:115:5: QML Image: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
[20:00:52.028] (II) GREETER: Adding view for "DVI-I-1" QRect(0,0 1920x1080)
[20:00:52.072] (WW) GREETER: <input>:349:374: Could not add child element to parent element because the types are incorrect.
[20:00:52.072] (WW) GREETER: <input>:350:126: Could not add child element to parent element because the types are incorrect.
[20:00:52.072] (WW) GREETER: <input>:351:126: Could not add child element to parent element because the types are incorrect.
[20:00:52.072] (WW) GREETER: <input>:351:385: Could not add child element to parent element because the types are incorrect.
[20:00:52.072] (WW) GREETER: <input>:352:125: Could not add child element to parent element because the types are incorrect.
[20:00:52.072] (WW) GREETER: <input>:353:124: Could not add child element to parent element because the types are incorrect.
[20:00:52.072] (WW) GREETER: <input>:354:125: Could not add child element to parent element because the types are incorrect.
[20:00:52.072] (WW) GREETER: <input>:355:125: Could not add child element to parent element because the types are incorrect.
[20:00:52.072] (WW) GREETER: <input>:356:125: Could not add child element to parent element because the types are incorrect.
[20:00:52.072] (WW) GREETER: <input>:356:371: Could not add child element to parent element because the types are incorrect.
[20:00:52.073] (WW) GREETER: <input>:356:619: Could not add child element to parent element because the types are incorrect.

Below is how it looks like: image