We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18d24a2 commit 6cbb4f9Copy full SHA for 6cbb4f9
src/WindowManager.vala
@@ -162,7 +162,7 @@ namespace Gala {
162
#if WITH_SYSTEMD
163
private async void start_x11_services (GLib.Task task) {
164
try {
165
- var session_bus = GLib.Bus.get_sync (GLib.BusType.SESSION);
+ var session_bus = yield GLib.Bus.@get (GLib.BusType.SESSION);
166
yield session_bus.call (
167
"org.freedesktop.systemd1",
168
"/org/freedesktop/systemd1",
0 commit comments