mirror of
https://github.com/clearlinux/linux-steam-integration.git
synced 2026-08-22 15:56:46 +00:00
shim: When Solus d-bus is used, silence endless D-BUS warnings.
Signed-off-by: Ikey Doherty <ikey@solus-project.com>
This commit is contained in:
@@ -270,6 +270,9 @@ int main(int argc, char **argv)
|
||||
* usage of dbus by Steam. Help them out */
|
||||
setenv("DBUS_FATAL_WARNINGS", "0", 1);
|
||||
|
||||
/* Requires Solus patch to actually work */
|
||||
setenv("DBUS_SILENCE_WARNINGS", "1", 1);
|
||||
|
||||
/* A recent regression is to interpret XMODIFIERS and then fail to
|
||||
* make it beyond `SDL_InitSubSystem` due to `InitIME` failing to
|
||||
* properly use D-BUS ...
|
||||
|
||||
Reference in New Issue
Block a user