Hardware detection is currently broken in the latest release (0.5.8), sadly salad-git package doesn't exist so I will do my part
glibc deprecated libcrypt.so.1 so install it:
# pacman -S libxcrypt-compat
You have two options
- Modify in PKGBUILD
$ cd ~/.cache/yay/salad/
Open PKGBUILD and change these two lines:
source=("salad-applications-${pkgver}::git+https://github.com/SaladTechnologies/salad-applications.git")
sha256sums=('SKIP')
Remove old pkg then build with the new PKGBUILD without .git
$ rm -rf salad* .git
$ makepkg -si
- Or build from source (Create
/usr/bin/salad
yourself):
$ git clone https://github.com/SaladTechnologies/salad-applications
$ cd salad-applications/packages/desktop-app
$ yarn install && yarn start
Pinned Comments
MithicSpirit commented on 2022-10-30 17:05 (UTC)
Although salad 1.0.8 (and maybe newer by the time you're reading this) is out, the source code is only available up to 0.5.8 for now. Please do not flag this as out-of-date until the source code for newer versions is released. Note that a version 1.0.0 package was erroneously released before since I did not realize that the source code itself hadn't been updated (which is why this is on epoch 1 now).
If/when salad releases the source code for >=1.0.0, I'll try to update this package, but chances are that it will not work since Salad has stopped supporting Linux. If it does not work then, I will probably disown this package so that, if they change their minds on Linux support (which I really hope they do considering our increasing marketshare), someone can resuscitate this package.