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:
Ikey Doherty
2017-11-11 04:37:09 +00:00
parent 9da279eeda
commit b34e3f928d
+3
View File
@@ -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 ...