a-parhom / LightlyShaders

Rounded window corners and outline effect for KWin.
363 stars 24 forks source link

Fail install.sh #114

Closed ben2talk closed 8 months ago

ben2talk commented 8 months ago
sudo ./install.sh
pread: Inappropriate ioctl for device
grep: warning: stray \ before /
libkwin.so.5 library not found, exiting...
a-parhom commented 8 months ago

Does executing sudo updatedb before running the script help?

ben2talk commented 8 months ago

Ah, thank you so much.

hirad1986 commented 8 months ago

I have the same issue and sudo updatedb didn't help, using Arch.

a-parhom commented 8 months ago

You can find libkwin.so.5 file manually and make a symlink libkwin.so to it in the directory, where ld looks for libraries to link with.

hirad1986 commented 8 months ago

Thanks. That worked.