Bug 363042 - Splash screen frozen for ~20-30 seconds
Summary: Splash screen frozen for ~20-30 seconds
Status: RESOLVED NOT A BUG
Alias: None
Product: ksplash
Classification: Plasma
Component: general (show other bugs)
Version: 5.6.5
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Lubos Lunak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-13 20:07 UTC by Unknown
Modified: 2017-04-28 12:14 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Unknown 2016-05-13 20:07:59 UTC
When the default splash screen "Breeze" is chosen in systemsettings and you login the progress bar in the splash screen loads to 100% and then freezes for ~20-30 seconds before you can see the desktop.

In the error log when starting KDE plasma 5 from the console you can see:
file:///usr/share/plasma/look-and-feel/org.kde.breeze.desktop/contents/splash/Splash.qml: 50:13: QML Image: Binding loop detected for property „sourceSize.width“.

Removing the line does not help.

Setting the splash screen to "None" solves this issue.

Reproducible: Always

Steps to Reproduce:
1. Select "Breeze" splash screen (which is default)
2. Logout.
3. Login or start it with startkde

Actual Results:  
Hangs at 100%.

Expected Results:  
Splash screen should disappear when progress bar reached 100%.
Comment 1 Matheus Felipe 2016-06-01 01:07:24 UTC
Plasmashell 5.6.4
ArchLinux - 4.5.4-1-ARCH

Its happening here too...

But, i no longer have to wait, i just switch to TTY 2 and back again to TTY 1 ( Can be different, depending on system or installation ), and instantly resume.
Comment 2 Matheus Felipe 2016-06-15 14:37:11 UTC
plasmashell 5.6.5

first boot, seems fixed
Comment 3 Unknown 2016-06-15 17:02:37 UTC
No change on my system after the update.
KDE Plasma 5.6.5, KDE Frameworks 5.22.0, Qt 5.6.1 on Arch Linux;
Comment 4 Matheus Felipe 2016-06-15 17:36:55 UTC
(In reply to Natenom from comment #3)
> No change on my system after the update.
> KDE Plasma 5.6.5, KDE Frameworks 5.22.0, Qt 5.6.1 on Arch Linux;

First boot after update went ok ( no idea why ), and after that same error.
Comment 5 Jim Jones 2016-09-30 07:16:02 UTC
i have the same problem. Please get this fixed this is an annoying bug
Comment 6 Erikton Konomi 2017-04-05 04:56:13 UTC
This happens on my system as well, but the loading bar doesn't freeze; it stops at different points after ~70% and takes a total of 30 seconds to enter the desktop. I would also add that it happens with all splash screen themes. Selecting 'None' resolves this as previously mentioned.

Distro: KaOS (2017) x64 with Linux kernel v4.9.12-1
KDE Plasma v5.9.4
KDE Frameworks: v5.32.0
Qt Version: 5.8.0
Comment 7 David Edmundson 2017-04-28 12:14:09 UTC
ksplash will close when all startup services have reported they're ready.

It then gives up and times out after 30 seconds. 

If you hit this it means one of your important services is not starting up properly. If that's the case, that needs identifying and fixing.

@Erikton Konomi you're almost certainly hitting the ksmserver bug that came in 5.9.5, which is fixed in a patch release out yesterday (5.9.5.1)

Older ones are an old Plasma bug which is also fixed.

If you still have this with 5.9.5.1 or newer please attach a dbus log of your startup 

(just add "dbus-monitor > ~/some.log &" to the top of the startkde file)
and we can see what's actually broken.