Bug 368056

Summary: dolphin: symbol lookup error: /usr/lib/libkdeinit5_dolphin.so: undefined symbol: _ZN23KStandardItemListWidget5eventEP6QEvent
Product: [Applications] dolphin Reporter: Ingo Siegert <ingo.siegert>
Component: generalAssignee: Dolphin Bug Assignee <dolphin-bugs-null>
Status: RESOLVED NOT A BUG    
Severity: grave CC: cfeck
Priority: NOR    
Version First Reported In: 16.12.2   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Ingo Siegert 2016-08-31 14:22:28 UTC
After upgrading to Dolphin 16.08.0-1, I cannot start the filemanager. The above given error is shown, when executing from commandline. All other components belonging to KApplications 16.08 are working fine.

Reproducible: Always

Steps to Reproduce:
1. upgrade to dolphin-16.08.0-1
2. try to start dolphin


Actual Results:  
dolphin not starting, error message: 
dolphin: symbol lookup error: /usr/lib/libkdeinit5_dolphin.so: undefined symbol: _ZN23KStandardItemListWidget5eventEP6QEvent

appears

Expected Results:  
dolphin should start

Also tried todays git-version (aur/dolphin-git r4888.8b12612-1), but same result
Comment 1 Christoph Feck 2016-09-01 17:09:44 UTC
kdeinit still refers to the old libkdeinit5_dolphin.so. Please restart the session after KDE updates. If this does not solve the issue, please add a comment.
Comment 2 Ingo Siegert 2016-09-01 18:12:27 UTC
I restarted the KDE session, I also reinstalled dolphin. 
Both did not help.
Comment 3 Christoph Feck 2016-09-01 18:19:48 UTC
That's odd. Are you sure you are not mixing different dolphin installations?
Comment 4 Ingo Siegert 2016-09-02 06:34:54 UTC
After manually reinstalling the dolphin archive (it did not work using pacman), it works. I think, one lib was not properly updated and never done using pacman (maybe a bogus file from earlier installations) 

Thanks for your help.