Luwx / Lightly

A modern style for qt applications.
Other
1.53k stars 101 forks source link

Installing on Fedora 35 fails #156

Open ChrTall opened 2 years ago

ChrTall commented 2 years ago

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

nivaca commented 2 years ago

I can confirm this bug.

christiantosta commented 2 years ago

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

nivaca commented 2 years ago

@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).