New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Building and installing doesn't work properly #4
Comments
Thanks |
When manually building Lightly, even from the original repo, plasma settings can't apply the theme. |
|
I have absolutely no clue how to reproduce this then. At the least, I'd like that other information I've requested |
KDE-Version: 2.26.6 There are some warnings, that I get during the "make" command. My system language is set to German. The message translates to "The selected style "Lightly" can't be applied". |
|
When building on OpenSuse, I have to change "CMAKE_INSTALL_LIBDIR" from lib to lib64.
Don't know if it helps |
|
@kturques sorry I missed this. Fascinating. How did you discover? |
|
In Debian all libs are under a subdirectory in /usr/lib :
In Opensuse, this is split in 2 directories :
Thats where breeze store its libs in OpenSuse In Debian/Ubuntu: |
|
I also experienced the same problem on Fedora 38 and i managed to fixed it by installing dependencies that were marked as OPTIONAL by CMake. I initially assumed they weren't needed because CMake didn't block the build(as it did with some other dependencies i was missing). The packages i was missing:
|
Tested the cmake flag on Nobara Linux (Fedora 37), it worked and the Lightly theme is now applicable in the Application styles without errors. |


The building and installation themselves work with no issues, but once I try to use the Lightly theme built from here, system settings tell me that this theme can't be used.
The text was updated successfully, but these errors were encountered: