Commit 99c699c
committed
fix(prefix,apps): restore _ensure_cacerts; add 600s install timeout; expand DXVK log filter
prefix.sh: _ensure_cacerts was dropped in the user cleanup (commit 44a8d08) but apps.sh still calls it at line 103. Restored stamp-file-guarded cacerts installation using Proton's wine64 binary.
apps.sh: add timeout 600 (10 min) before proton run to prevent indefinite stall when a GUI installer fails to exit normally — the process is killed after the timeout and install_app continues.
apps.sh awk filter: extend to also collapse DXVK info:/warn: lines and GnuTLS/ProtonFixes messages that come from launchers self-starting after installation (e.g. GOG Galaxy starting up mid-install). These account for thousands of lines of noise in the install output.1 parent 3035ecc commit 99c699c
2 files changed
Lines changed: 28 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
| 95 | + | |
95 | 96 | | |
| 97 | + | |
96 | 98 | | |
97 | | - | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
98 | 103 | | |
99 | 104 | | |
100 | 105 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
87 | 108 | | |
88 | 109 | | |
89 | 110 | | |
| |||
0 commit comments