https://bugs.kde.org/show_bug.cgi?id=427861

--- Comment #107 from S.Trzmiel <x...@x-s.com.pl> ---
(In reply to ratijas from comment #105)
> > I don't see any other errors and I see that on every change I make I've 
> > getting "Unable to assign [undefined] to QString" or "Unable to assign 
> > [undefined] to Int" from various libraries, depends on the widget, so I 
> > think that should point to something?
> 
> Of course they should be fixed at some point, but they are [[mostly
> harmless]]. Unlike binding loops, "Unable to assign [undefined]" kind of
> errors are usually just the results of races in component initialization
> code, technically speaking, like, when one property wants to evaluate its
> bindings, but not all of dependecies in such expression are ready yet.
> Eventually it re-evaluates when they become ready, and everything settles
> down. But again, of course should be fixed, because such noise makes it
> harder to spot the real problem.
> 
> Back on topic: maybe you somehow managed to enable the "kiosk mode"? It's a
> thing where a user is denied most forms of interaction and customization.
> And until very recently there was a pretty undocumented shortcut which could
> be silently triggered on a Plasma Desktop to lock it down.
> 
> There is some info on where to find those settings:
> https://develop.kde.org/deploy/kiosk/introduction/

It's very unlikely it's kiosk mode issue. I could change my desktop/add widgets
to restore desired look right after desktop got messed up.
Which wouldn't be possible if the kiosk mode was enabled.
For me, because of the randomness of the occurence, it smells like race
condition where plasma tries to configure desktop before it knows displays
layout. But it's just my hunch.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to