Based on Arch Linux with all updates as of 21.05.2023 18:50 (DMY UTC).
Updates from the testing repos are also included in this releases.
pkg_list.txt contains a complete list of packages (and their versions) included in this release.
SHA256:
bed718e63798cf4d6acc29cc6c67fc6e3f23fe4cb99aa9c83f1d5d9cfe9f4e63 conty_dwarfs.sh
49b4a98890f4950e4fbe78040e014308e132c9f2524247e05b70224b879db061 conty_lite_dwarfs.sh
9e657bbc764717b6072f8240c590dd39247e06b0e43da6313f35c00fb162cde4 conty_lite.sh
085db68dd510e33a62822951c737bc22aeb8e3106ddf164043ae60b6986433ac conty.sh
a78337cb7f253d65d2132aac9a7622d62375369bebe52ee11490c6d67655daa0 conty_wine_dwarfs.sh
9403678c89b2a1adf90c75ded8c627b036d6e2e6e50a9aff00eca05c30e8e29f conty_wine.sh
Changelog:
-
Added a simple graphical interface, which is used by default when Conty launched without any arguments not from a terminal emulator (for example, from a file manager or from a desktop file). If you want, you can also run the GUI from a terminal by using the
-gargument. -
Added
NVIDIA_HANDLERfunction, which should fix issues related to Nvidia GPUs and the proprietary driver versions mismatch between the host system and the container. If you are using an Nvidia GPU and encountering any issues running any graphical applications (including games), please try this new feature and let me know if it fixes your issues or not, i would appreciate any feedback. It is disabled by default, but can be enabled like this:$ NVIDIA_HANDLER=1 ./conty.sh [command] [arguments]
Usage:
$ chmod +x conty.sh
$ ./conty.sh [command] [arguments]
Versions:
- The lite version (
conty_lite.sh) includes everything from the regular version (conty.sh), except for:base-devel, gcc, mingw-w64-gcc, firefox, meson, cmake, jre-openjdk, multimc5andqbittorrent. If you don't plan to use any of these programs, i recommend to use the lite version. conty_wine.shcontains only Wine and its dependencies. Note that the other Conty versions include Wine too, but if you only need Wine and nothing else, you can use this Conty version, it takes up less disk space than the others.conty_dwarfs.sh,conty_lite_dwarfs.shandconty_wine_dwarfs.share the same as the regular versions, except they are compressed with DwarFS instead of SquashFS, thus they take less disk space. Apart from better compression, DwarFS also has better caching and better multithreading support, and in my experience it reads compressed files noticeably faster than SquashFS (specifically squashfuse). However, the benefit of squashfuse is that it uses less memory.
zsync files are for the zsync2 program. If you have any of the previous releases of Conty downloaded, you can use zsync2 to reduce data needed for downloading a new release. This may be useful if you have slow internet connection or internet data cap. Read zsync manual for more information. Please note that zsync may sometimes not reduce the amount of downloaded data by much (for example, if the new Conty release is significantly different from one you are currently using).
If you are using an Nvidia GPU, please read this information, and please try the NVIDIA_HANDLER function described above in the changelog.
