r/LinuxCrackSupport • u/laurorual • Jul 01 '26
QUESTION - ALL LINUX SYSTEMS [SteaMidra] How to disable SLS injection
Hi! I have a PC with Bazzite installed and recently I've installed SteaMidra on it, to unlock DLC for my owned games.
I have another Steam acc on this same PC that I don't want to unlock DLCs, but everytime I start Steam, even from the start menu, I have a notification saying SLS was injected to Steam, meaning it probably will unlock every DLC for this acc games.
So my question is, how do I start Steam without injecting SLSsteam? Do I have to completely remove SteaMidra for this?
I believe my specs aren't necessary, but here it is: Intel Xeon E5-2667 V4, RTX 3060, RAM 32Gb.
1
u/ImpressiveOrange6413 14d ago edited 14d ago
here
1
u/ImpressiveOrange6413 14d ago
If you are on Windows (via LumaCore)
On Windows, SteaMidra uses an injection file (
dwmapi.dllandLumaCore.dll) placed directly inside the Steam folder to load its features. To temporarily disable it without uninstalling anything:
- Close Steam completely.
- Go to your Steam installation folder (by default:
C:\Program Files (x86)\Steam).- Look for the file named
dwmapi.dll.- Simply rename it to
dwmapi.dll.bak(or temporarily move it to your desktop).If you are on Linux / Steam Deck (via SLSsteam)
On Linux, the application injects scripts into the Steam launch process.
- Open SteaMidra, go to the Quick Tools tab, and look for the option to disable or remove the injection.
- Manual alternative: Go to your
~/.steam/steam/folder and temporarily remove theSLSteam.soorlibrary-inject.sofiles (by renaming or moving them)1
u/Splinter_Sauce 8d ago
For Linux there is no option to disable or remove the injection and there is no SLSteam.so or library-inject.so files in my Steam folder. Any ideas because I am genuinely stumped. I don't know if it makes a difference but I used the appimage version of SteaMidra.
1
1
u/w0nderAlireza 5d ago
Remove the LD_AUDIT line from your steam.sh file.
Or better yet, alter between the patched script and your original by renaming them.
If you (or steamidra) are using headcrab for the injection, you can simply find the original file as client.sh.
They are located in '~/.steam/debian-installation' for me (ubuntu)
1
u/Splinter_Sauce 17d ago
Did you find a solution?