[ksplash] [Bug 405444] ksplashqml hits its hard timeout of 30 seconds because of failing qdbus call kinit

2019-06-18 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=405444

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

--- Comment #8 from David Edmundson  ---
Please reopen if it's still an issue

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

[ksplash] [Bug 405444] ksplashqml hits its hard timeout of 30 seconds because of failing qdbus call kinit

2019-03-16 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=405444

--- Comment #7 from Kai Uwe Broulik  ---
Git commit 9a4bb220c162f031b4d45ed04f9e156b6d0b852e by Kai Uwe Broulik.
Committed on 16/03/2019 at 11:24.
Pushed by broulik into branch 'Plasma/5.15'.

[KSplashQML] Register DBus before loading the splash theme

Loading the theme and setting everything up can take a while.
Ensure that we catch all setStage calls that might have been emitted before we
were fully up.

CHANGELOG: Reduced likelihood of KSplash not being dismissed properly and only
timing out after 30s

Differential Revision: https://phabricator.kde.org/D19753

M  +4-4ksplash/ksplashqml/splashapp.cpp

https://commits.kde.org/plasma-workspace/9a4bb220c162f031b4d45ed04f9e156b6d0b852e

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

[ksplash] [Bug 405444] ksplashqml hits its hard timeout of 30 seconds because of failing qdbus call kinit

2019-03-16 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=405444

--- Comment #6 from Kai Uwe Broulik  ---
*** Bug 405446 has been marked as a duplicate of this bug. ***

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

[ksplash] [Bug 405444] ksplashqml hits its hard timeout of 30 seconds because of failing qdbus call kinit

2019-03-16 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=405444

--- Comment #5 from Kai Uwe Broulik  ---
> Might the "kcminit" also just got lost because the
> dbus interface was not yet up?

Very likely, so I suppose bug 405444 and 405446 are probably the same root
cause, will mark as duplicate.
Thanks a lot for your help and testing, much appreciated!

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

[ksplash] [Bug 405444] ksplashqml hits its hard timeout of 30 seconds because of failing qdbus call kinit

2019-03-15 Thread Bernhard Übelacker
https://bugs.kde.org/show_bug.cgi?id=405444

--- Comment #4 from Bernhard Übelacker  ---
Created attachment 118829
  --> https://bugs.kde.org/attachment.cgi?id=118829=edit
ksplashqml: Add some logging to get details when stages were reached.

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

[ksplash] [Bug 405444] ksplashqml hits its hard timeout of 30 seconds because of failing qdbus call kinit

2019-03-15 Thread Bernhard Übelacker
https://bugs.kde.org/show_bug.cgi?id=405444

--- Comment #3 from Bernhard Übelacker  ---
Hello Kai Uwe Broulik,

> > Can you give the patch https://phabricator.kde.org/D19753 a try?
> I will rebuild a package with just that change and report back.

I build the package with D19753 applied and the first some boots did not
show these "Cannot find 'org.kde.KSplash.setStage' ..." messages anymore.

Additional I had modified my logging patch and now I also get the
"kcminit" stage even before the "kinit".

Might the "kcminit" also just got lost because the
dbus interface was not yet up?

Kind regards,
Bernhard


2019-03-15 22:34:12.728 SplashApp::setStage("initial")
2019-03-15 22:34:12.728 SplashApp::setStage("initial"): m_stages.count==1
2019-03-15 22:34:12.728 SplashApp::setStage(1), m_stage==0
2019-03-15 22:34:12.803 SplashApp::setStage("kcminit")
2019-03-15 22:34:12.803 SplashApp::setStage("kcminit"): m_stages.count==2
2019-03-15 22:34:12.803 SplashApp::setStage(2), m_stage==1
2019-03-15 22:34:12.811 SplashApp::setStage("kinit")
2019-03-15 22:34:12.811 SplashApp::setStage("kinit"): m_stages.count==3
2019-03-15 22:34:12.811 SplashApp::setStage(3), m_stage==2
2019-03-15 22:34:12.891 SplashApp::setStage("ksmserver")
2019-03-15 22:34:12.891 SplashApp::setStage("ksmserver"): m_stages.count==4
2019-03-15 22:34:12.891 SplashApp::setStage(4), m_stage==3
2019-03-15 22:34:13.119 SplashApp::setStage("ready")
2019-03-15 22:34:13.119 SplashApp::setStage("ready"): m_stages.count==5
2019-03-15 22:34:13.119 SplashApp::setStage(5), m_stage==4
2019-03-15 22:34:13.440 SplashApp::setStage("wm")
2019-03-15 22:34:13.440 SplashApp::setStage("wm"): m_stages.count==6
2019-03-15 22:34:13.440 SplashApp::setStage(6), m_stage==5
2019-03-15 22:34:15.841 SplashApp::setStage("desktop")
2019-03-15 22:34:15.841 SplashApp::setStage("desktop"): m_stages.count==7
2019-03-15 22:34:15.841 SplashApp::setStage(7), m_stage==6
2019-03-15 22:34:15.841 SplashApp::setStage() before exit

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

[ksplash] [Bug 405444] ksplashqml hits its hard timeout of 30 seconds because of failing qdbus call kinit

2019-03-14 Thread Bernhard Übelacker
https://bugs.kde.org/show_bug.cgi?id=405444

--- Comment #2 from Bernhard Übelacker  ---
Hello Kai Uwe Broulik,
thanks for your time.

> Do you use a fancy splash screen theme? Are you running Wayland?
No fancy splash that I am aware of - visually equal to a current standard
debian buster installation - just the black screen with logo in the middle
and the "circling circle". ("ksplashqml Breeze --pid")
Also not running Wayland - I am still on Xorg with AMD graphics drivers.

> Can you give the patch https://phabricator.kde.org/D19753 a try?
I will rebuild a package with just that change and report back.

Kind regards,
Bernhard

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

[ksplash] [Bug 405444] ksplashqml hits its hard timeout of 30 seconds because of failing qdbus call kinit

2019-03-14 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=405444

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||k...@privat.broulik.de

--- Comment #1 from Kai Uwe Broulik  ---
Do you use a fancy splash screen theme? Are you running Wayland?

Can you give the patch https://phabricator.kde.org/D19753 a try?

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

[ksplash] [Bug 405444] ksplashqml hits its hard timeout of 30 seconds because of failing qdbus call kinit

2019-03-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=405444

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

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

[ksplash] [Bug 405444] ksplashqml hits its hard timeout of 30 seconds because of failing qdbus call kinit

2019-03-14 Thread Rex Dieter
https://bugs.kde.org/show_bug.cgi?id=405444

Rex Dieter  changed:

   What|Removed |Added

 CC||rdie...@gmail.com

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