[ksplash] [Bug 405446] ksplashqml hits its hard timeout of 30 seconds because setStage(6) is needed twice
Bernhard Übelacker
bugzilla_noreply at kde.org
Thu Mar 14 14:24:41 GMT 2019
https://bugs.kde.org/show_bug.cgi?id=405446
--- Comment #3 from Bernhard Übelacker <bernhardu at mailbox.org> ---
(In reply to Kai Uwe Broulik from comment #2)
> Is this still an issue or just a symptom of Bug 405444?
I think both are two distinct issues:
- in 405444 we are just collecting 5 different elements in m_stages and
therefore the most we reach is a call setStage(5)
and never enter the exit path.
- in 405446 we reach setStage(6), but need any other call setStage(int)
following to enter the exit path.
But there might be a reason for that ordering in
setStage(int) that I may have overlooked.
E.g. two dbus calls setStage("desktop") are expected to be received?
Therefore I am less sure about 405446.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Unassigned-bugs
mailing list