Bug 432392 - Dont started spectacle
Summary: Dont started spectacle
Status: RESOLVED FIXED
Alias: None
Product: neon
Classification: KDE Neon
Component: Packages User Edition (other bugs)
Version First Reported In: unspecified
Platform: Neon Linux
: NOR normal
Target Milestone: ---
Assignee: Neon Bugs
URL:
Keywords:
: 432408 (view as bug list)
Depends on:
Blocks:
 
Reported: 2021-02-01 18:21 UTC by Jon
Modified: 2021-02-02 13:26 UTC (History)
8 users (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 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.