Strux 0.0.17
v0.0.17
In this version, we attempt to fix an issue (#5) where Cog doesn't launch in Strux OS. It appears that the issue is related to system proxy mode settings and dbus.
Modifications:
- Added additional flags to
src/assets/client-base/cage.goto change the GSettings (which in turn prevents contacting dconf/dbus) to use memory-backed mode. - Modified
systemdscriptsstrux.serviceto remove old remnants from older versions of Strux where we were using a dev watcher service - Reverted default
inspector:yaml flags that we changed in v0.0.16 to prevent the use of inspector when creating a new Strux project.
To use this new version of Strux, you'll need to delete dist/artifacts/client and dist/artifacts/systemd so that Strux can recreate it.
You can also safely re-enable the dev inspector.
Strux 0.0.17
Installation
macOS (Homebrew):
brew tap strux-dev/strux
brew install struxLinux (Debian/Ubuntu):
wget https://github.com/strux-dev/strux/releases/download/v0.0.17/strux_0.0.17_amd64.deb
sudo dpkg -i strux_0.0.17_amd64.debLinux (Fedora/RHEL):
wget https://github.com/strux-dev/strux/releases/download/v0.0.17/strux-0.0.17-1.x86_64.rpm
sudo rpm -i strux-0.0.17-1.x86_64.rpmWindows:
Download and run strux-setup.exe
Binaries
| Platform | Architecture | File |
|---|---|---|
| Linux | x64 | strux-linux-x64 |
| Linux | arm64 | strux-linux-arm64 |
| macOS | x64 | strux-darwin-x64 |
| macOS | arm64 (Apple Silicon) | strux-darwin-arm64 |
| Windows | x64 | strux-windows-x64.exe |