Attempted further memory leak prevention; fixed bugs from moving to python 12; misc.

This commit is contained in:
2024-09-11 02:11:00 -05:00
parent 35456f2bca
commit 3a2e8eeb08
11 changed files with 47 additions and 51 deletions

View File

@@ -23,6 +23,7 @@ function main() {
export G_SLICE=always-malloc
export G_DEBUG=gc-friendly
export GOBJECT_DEBUG=instance-count
python /opt/solarfm.zip "${files[@]}"
export GSK_RENDERER=cairo
python /opt/solarfm.zip "$@"
}
main "$@";