Bug 368056 - dolphin: symbol lookup error: /usr/lib/libkdeinit5_dolphin.so: undefined symbol: _ZN23KStandardItemListWidget5eventEP6QEvent
Summary: dolphin: symbol lookup error: /usr/lib/libkdeinit5_dolphin.so: undefined symb...
Status: RESOLVED NOT A BUG
Alias: None
Product: dolphin
Classification: Applications
Component: general (other bugs)
Version First Reported In: 16.12.2
Platform: Arch Linux Linux
: NOR grave
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-31 14:22 UTC by Ingo Siegert
Modified: 2016-09-02 07:19 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.