steamosctl: Use session bus instead of system bus.

This commit is contained in:
Jeremy Whiting 2024-05-07 15:39:19 -06:00
parent 4553b29795
commit d38aa35e58

View file

@ -112,7 +112,7 @@ async fn main() -> Result<()> {
let args = Args::parse();
// Then get a connection to the service
let conn = Connection::system().await?;
let conn = Connection::session().await?;
let proxy = ManagerProxy::builder(&conn).build().await?;
if args.all_properties {