catsout / wallpaper-engine-kde-plugin

A kde wallpaper plugin integrating wallpaper engine
https://store.kde.org/p/1475528/
GNU General Public License v2.0
1.82k stars 77 forks source link

Fedora Kinoite install issue #106

Closed KingKrouch closed 2 years ago

KingKrouch commented 2 years ago

When I attempt to install the plugin using the KDE Plugins page, the plugin lib directory shows up as empty.

But when I attempt to compile from source (I managed to install the correct dependencies using rpm-ostree) and to get it to output the binaries in the right place by changing the cmake output directories for the libraries from /lib64 and /usr to "/var/lib64" (I've even tried doing /var/lib without much luck, as there wasn't a lib64 directory beforehand) and "/var/usrshare" respectively (due to using a distribution where these directories are changed for an immutable root filesystem), the plugin library is still undetected by the plugin (despite being installed correctly).

I attempted to change the directories as listed here in the "libostree" section: https://insujang.github.io/2020-07-15/fedora-silverblue/

catsout commented 2 years ago

Installing on fedora kinoite needs to package to rpm.

catsout commented 2 years ago

Fixed, please follow the readme.