Luwx/Lightly

Installing on Fedora 35 fails

Opened this issue · 3 comments

I have built Lightly from source like described in the README.
I could run sudo make install without any errors, but can not select Lightly in the settings.
Screenshot_20220212_014544

I can confirm this bug.

I have built Lightly from source like described in the README. I could run sudo make install without any errors, but can not select Lightly in the settings. Screenshot_20220212_014544

Try this (for Fedora 36):

sudo copr enable cpuhouse/kde-extras
sudo dnf install lightly

@christiantosta
Thanks, it works nicely.
Just a minor correction:

sudo dnf copr enable cpuhouse/kde-extras
sudo dnf install lightly

(you missed the dnf on the first command).