mirror of
https://github.com/elementary/gala.git
synced 2024-12-25 02:02:11 +03:00
dbus: Acquire "org.gnome.Shell.Screenshot" bus-name
This commit is contained in:
parent
bb5e880e41
commit
1841dc23ef
@ -49,6 +49,11 @@ namespace Gala
|
||||
},
|
||||
() => {},
|
||||
() => critical ("Could not acquire name") );
|
||||
|
||||
Bus.own_name (BusType.SESSION, "org.gnome.Shell.Screenshot", BusNameOwnerFlags.REPLACE,
|
||||
() => {},
|
||||
() => {},
|
||||
() => critical ("Could not acquire name") );
|
||||
}
|
||||
|
||||
private DBus ()
|
||||
|
Loading…
Reference in New Issue
Block a user