Closed jalil-salame closed 4 months ago
Hmm, try to switch to where-is-my-sddm-theme again, maybe userModel.lastIndex
was empty at the first time
I'll try this tomorrow c:
One issue I am seeing (unrelated to this) is Could not convert "passwordInputWidth" (value QVariant(QString, "0.5") ) to int
. I think it happens here:
It should be interpreted as a double
or float
(but I think QML has no floats(?)), but it is interpreted as an int
.
It should not prevent me from logging in though.
I don't know if switching to Qt6 or just rerunning it fixed it. But it works now c:
One issue I am seeing (unrelated to this) is
Could not convert "passwordInputWidth" (value QVariant(QString, "0.5") ) to int
. I think it happens here:It should be interpreted as a
double
orfloat
(but I think QML has no floats(?)), but it is interpreted as anint
.It should not prevent me from logging in though
Fixed in main branch
I just installed this theme but could not login, checking the journal I found out that the username was not being set:
Switching to the default sddm theme fixes it.