sonic2kk / steamtinkerlaunch

Linux wrapper tool for use with the Steam client for custom launch options and 3rd party programs
GNU General Public License v3.0
2.04k stars 70 forks source link

Zink: Properly enable if used with Primerun #1041

Closed sonic2kk closed 4 months ago

sonic2kk commented 4 months ago

Fixes #1040.

Load Zink after Primerun in order to allow Zink to set __GLX_VENDOR_LIBRARY_NAME environment variable, as Primerun will override this and not load Zink.

Thanks to @Rabcor for reporting and detailing the required fix! This can be merged once the fix is confirmed on their end.

sonic2kk commented 4 months ago

Confirmed to fix the issue in #1040, didn't break regular Zink usage in my testing, version bumped, and ShellCheck is green. This is ready to merge!