You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that sometimes when I open this tool from the applications menu, it wouldn't open, yet other times it does.
I decided to test it on the command line, and here are the results of opening the application 6 times:
➜ sddm-conf
qt.svg: <input>:1646:6: Could not resolve property: #linearGradient4636
qt.svg: <input>:1646:6: Could not resolve property: #linearGradient4592
qt.svg: <input>:1646:6: Could not resolve property: #linearGradient4247
~ took 28s
➜ sddm-conf
qt.svg: <input>:1646:6: Could not resolve property: #linearGradient4636
qt.svg: <input>:1646:6: Could not resolve property: #linearGradient4592
qt.svg: <input>:1646:6: Could not resolve property: #linearGradient4247
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
[1] 325120 IOT instruction (core dumped) sddm-conf
~
✖ sddm-conf
qt.svg: <input>:1646:6: Could not resolve property: #linearGradient4636
qt.svg: <input>:1646:6: Could not resolve property: #linearGradient4592
qt.svg: <input>:1646:6: Could not resolve property: #linearGradient4247
~ took 2s
➜ sddm-conf
qt.svg: <input>:1646:6: Could not resolve property: #linearGradient4636
qt.svg: <input>:1646:6: Could not resolve property: #linearGradient4592
qt.svg: <input>:1646:6: Could not resolve property: #linearGradient4247
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
[1] 325832 IOT instruction (core dumped) sddm-conf
~
✖ sddm-conf
qt.svg: <input>:1646:6: Could not resolve property: #linearGradient4636
qt.svg: <input>:1646:6: Could not resolve property: #linearGradient4592
qt.svg: <input>:1646:6: Could not resolve property: #linearGradient4247
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
[1] 325884 IOT instruction (core dumped) sddm-conf
~
✖ sddm-conf
qt.svg: <input>:1646:6: Could not resolve property: #linearGradient4636
qt.svg: <input>:1646:6: Could not resolve property: #linearGradient4592
qt.svg: <input>:1646:6: Could not resolve property: #linearGradient4247
As you can see, out of 6 times, it only opened properly 3 times, and the occurrence of the crash doesn't seem to be consistent, nor do we get any extra messages printed before it occurs.
The text was updated successfully, but these errors were encountered:
I noticed that sometimes when I open this tool from the applications menu, it wouldn't open, yet other times it does.
I decided to test it on the command line, and here are the results of opening the application 6 times:
As you can see, out of 6 times, it only opened properly 3 times, and the occurrence of the crash doesn't seem to be consistent, nor do we get any extra messages printed before it occurs.
The text was updated successfully, but these errors were encountered: