https://bugs.kde.org/show_bug.cgi?id=522625
Bug ID: 522625
Summary: Spectacle 6.7.2 crashes on startup, looking for
outdated libx265.so.215
Classification: Applications
Product: Spectacle
Version First git-master
Reported In:
Platform: Other
OS: Linux
Status: REPORTED
Severity: crash
Priority: NOR
Component: General
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: ---
DESCRIPTION
Spectacle crashes when started.
STEPS TO REPRODUCE
1. start spectacle via shortcut or from console command "spectacle"
OBSERVED RESULT
The error message in the console is "spectacle: error while loading shared
libraries: libx265.so.215: cannot open shared object file: No such file or
directory". Spectacle does not start.
EXPECTED RESULT
Spectacle starts without error.
SOFTWARE/OS VERSIONS
Operating System: Garuda Linux
KDE Plasma Version: 6.7.2
KDE Frameworks Version: 6.27.0
Qt Version: 6.11.1
ADDITIONAL INFORMATION
`pacman -Ql x265` (installed files on my system) gives following output:
```
x265 /usr/
x265 /usr/bin/
x265 /usr/bin/x265
x265 /usr/include/
x265 /usr/include/hdr10plus.h
x265 /usr/include/x265.h
x265 /usr/include/x265_config.h
x265 /usr/lib/
x265 /usr/lib/libhdr10plus.so
x265 /usr/lib/libx265.so
x265 /usr/lib/libx265.so.216 # << see here!
x265 /usr/lib/pkgconfig/
x265 /usr/lib/pkgconfig/x265.pc
```
Spectacle needs to be updated to match the recent libraries. Same for "libvpx".
Recent version is 1.16 but I had to install a package "libvpx1.15" in order to
run spectacle back then.
I'd rather not create a symbolic link from libx265.so.215 to .216.
--
You are receiving this mail because:
You are watching all bug changes.