Bug 432392

Summary: Dont started spectacle
Product: [KDE Neon] neon Reporter: Jon <terminal13>
Component: Packages User EditionAssignee: Neon Bugs <neon-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: amit.k.chaudhuri, arojas, jr, kde, lehoangphuongbg, neon-bugs, rikmills, sitter
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Neon   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Jon 2021-02-01 18:21:33 UTC
SUMMARY
Dont started spectacle
In log jopurnal:
/usr/bin/spectacle: error while loading shared libraries: libkColorPicker.so.0.1.4: cannot open shared object file: No such file or directory

20.12.1-0xneon+20.04+focal+build14

STEPS TO REPRODUCE
1. $ spectacle
spectacle: error while loading shared libraries: libkColorPicker.so.0.1.4: cannot open shared object file: No such file or directory


OBSERVED RESULT
spectacle window dont opened


EXPECTED RESULT
spectacle window is opened


SOFTWARE/OS VERSIONS

Linux/KDE Plasma: 5.20.5

KDE Plasma Version:  5.20.5
KDE Frameworks Version: 5.78.0
Qt Version: 5.15.2

ADDITIONAL INFORMATION
OS 64-bit
KDE.neon
Comment 1 Jon 2021-02-01 18:29:09 UTC
Bug on libkColorPicker.so version: 0.1.5-0xneon+20.04+focal+build2
Spectacle worked again if downgrade  libkColorPicker.so version to: libkColorPicker.so version: 0.1.4-1+20.04+focal
Comment 2 David Redondo 2021-02-02 09:08:05 UTC
*** Bug 432408 has been marked as a duplicate of this bug. ***
Comment 3 Lê Hoàng Phương 2021-02-02 10:10:16 UTC
For anyone that don't want to downgrade, or your system is set to auto-upgrade, this command would fix it:

sudo ln -s /usr/lib/x86_64-linux-gnu/libkColorPicker.so.0.1.5 /usr/lib/x86_64-linux-gnu/libkColorPicker.so.0.1.4

It simply symlinks new lib's location to old location that spectacle expects.
Comment 4 Rik Mills 2021-02-02 10:19:12 UTC
This should be fixed, with affected packages rebuilt against the bumped lib.
Comment 5 Jon 2021-02-02 13:26:34 UTC
Fixed with system update.
Update on last version kde-spectacle  20.12.1-0xneon+20.04+focal+build16 worked ok with libkColorPicker.so.0.1.5.
Mark as resolved.