Kai Krakow

Results 1208 comments of Kai Krakow

I think the underlying problem is completely different and should not be solved by injecting the DISPLAY variable into the gamemoded process. The DISPLAY variable is coupled to the game...

We should still present the environment that the game is seeing to scripts, and not what the daemon is seeing, right? Since you merged the wine PR which contains a...

Could you merge my cleanup PR first? Given it's fine for you...

That's not about inih, inih is packaged separately already now in Gentoo, linked dynamically.

Is there a way to make installing that .a file opt-in or opt-out? Because Gentoo QA requires that static libs are only installed when explicitly opting in through a packaging...

I'll discuss with the Gentoo devs first what the preferred approach would be, based on that I either remove just that file from packaging (unless opted in), or I'll suggest...

@chewi It works fine here in Gentoo: running `gamemode-simulate-game` successfully triggers the service via dbus. But I don't use `elogind` but rather `systemd` with `dbus-broker` installed and properly configured. But...

Does the default blacklist handle partial paths correctly?

Look here: https://github.com/FeralInteractive/gamemode/blob/0d179e520a9bdd6a84fc160d1d87c530c76b99f1/daemon/daemon_config.c#L360 It does a simple test to check for the occurrence of a match in the exe path. But for correctly handling Wine and Steam processes, we need...

But I'm open to rebase and improve the blacklist handler instead...