mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-09 16:10:34 -04:00
steamosctl: Use session bus instead of system bus.
This commit is contained in:
parent
4553b29795
commit
d38aa35e58
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue