Skip to content

Instantly share code, notes, and snippets.

@Merrit
Created May 19, 2020 22:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Merrit/38f88429341f11fd49c451b53c3d465c to your computer and use it in GitHub Desktop.
Save Merrit/38f88429341f11fd49c451b53c3d465c to your computer and use it in GitHub Desktop.
#!/bin/sh
# Launch Steam with steam-native & workaround for power suppression bug
# https://github.com/ValveSoftware/steam-for-linux/issues/5607
xdg-dbus-proxy "$DBUS_SESSION_BUS_ADDRESS" "$XDG_RUNTIME_DIR/steam-bus-proxy" --filter --call="org.freedesktop.DBus.*=*" --call="org.freedesktop.IBus.*=*" --call="org.freedesktop.portal.*=*" --call="com.feralinteractive.GameMode.*=*" --call="com.canonical.*=*" --broadcast="*=*" --call="org.kde.*=*" --call="org.gtk.*=*" steam-native
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment