Kai Krakow

Results 1208 comments of Kai Krakow

My other pull request provides the infrastructure to do selective filtering of wine processes. That could act as a base for this idea.

In spe of revisiting this: What's your suggestion on blacklisting wine processes by default? With my other PR we'd be able to use blacklists like "windows/system32", "windows/syswow64", and "/wineserver". It...

So why not put this a level further and also add `steamsupport=yes` which does the same for steam? And then maybe `protonsupport=yes`/`steamplaysupport=yes` which combines both options. Since we are both...

@aejsmith So I'm back with a fresh set of ideas. My currently idea (and I started working on an implementation) is to use so-called "filter sets". A filter set is...

Yes, I will follow-up but my whole development env is currently not usable. This is fixed in a few weeks.

Just a resync of my branch with current master because so much has changed... None of the commits changed functionality over my old version. This is purely for people using...

> Just a friendly ping in case you forgot about it :) Thanks... Yeah, I actually forgot about it. ;-)

This is expected as designed at this point. The PR is mainly about detecting the executable running in the wine container, so you could actually blacklist based on the exe...

> So if wineserver isn't touched why does it have the renice value I set? Probably because you used a shell wrapper to start wine and applied `LD_PRELOAD` to it....