Page 4 of 4

Re: Salix 15.0RC3

Posted: 29. Aug 2022, 07:24
by gapan
babam wrote: 17. Aug 2022, 07:55 Please add AssaultCube to repository

Thanks
It's on flathub, so you can install it with

Code: Select all

flatpak install flathub net.cubers.assault.AssaultCube
(or here: https://flathub.org/apps/details/net.cu ... ssaultCube)

Re: Salix 15.0RC3

Posted: 30. Aug 2022, 10:02
by gapan
waterblade wrote: 18. Aug 2022, 07:14 Hi everyone!
I had shelved Salix for several years and just did a fresh install on my old thinkpad T430s.
I'm glad to notice that everything works fine. Thank you for all this great work!

There is however an bug in the rc.thinkfan script.
On the fourth line it is written:

Code: Select all

BIN=/usr/bin/$NAME
when it should be:

Code: Select all

BIN=/usr/sbin/$NAME
Finally fixed this. Upgraded to version 1.3.1 in the process too. Thanks!