Based on Arch Linux with all updates on 28.03.21.
SHA256:
3f49be8037b0a344fd44f1ed9f0f3f61064175e99ca4b621fc18430d2725938e conty_lite.sh
1681bd708d2a914ee861c884c752f979506f4928bd6b94c7d5d27ebc2cf5826d conty.sh
Changelog:
- Added libva-mesa-driver for mesa video acceleration.
- Added ability to automatically start applications either by setting the AUTOSTART variable or by creating a symlink to the script with a different name. For example, if you create a symlink to to the script and name it (symlink, not the script) "wine" (without quotes), then Conty will automatically start wine when launched from the symlink.
ln -s conty.sh wine
./wine game.exe
- Added ability to automatically append launch arguments with AUTOARGS variable. For example, AUTOARGS="--version" will automatically add --version argument to any application you run with Conty.
- Fixed connection to X server on some distros (on Slackware, for instance) when SANDBOX is enabled.
- Added ability to set custom HOME directory by setting HOME_DIR variable. This works only with the SANDBOX enabled.
- Added ability to use system squashfuse and bwrap instead of the builtin ones. Set USE_SYS_UTILS variable to enable this.
Usage:
chmod +x conty.sh
./conty.sh command command_arguments
The lite version includes less packages, but should still be sufficient to run most applications.